Table of Contents

Class GridRowDefinitionUsageInfo

Namespace
Dynamicweb.Rendering.Designer
Assembly
Dynamicweb.Core.dll
public sealed record GridRowDefinitionUsageInfo : IEquatable<GridRowDefinitionUsageInfo>
Inheritance
GridRowDefinitionUsageInfo
Implements
Inherited Members

Constructors

GridRowDefinitionUsageInfo(string, int, int, string, bool, DateTime, DateTime)

public GridRowDefinitionUsageInfo(string ContentAreaName, int PageId, int EntityId, string EntityName, bool EntityActive, DateTime EntityCreatedAt, DateTime EntityUpdatedAt)

Parameters

ContentAreaName string
PageId int
EntityId int
EntityName string
EntityActive bool
EntityCreatedAt DateTime
EntityUpdatedAt DateTime

Properties

ContentAreaName

public string ContentAreaName { get; init; }

Property Value

string

EntityActive

public bool EntityActive { get; init; }

Property Value

bool

EntityCreatedAt

public DateTime EntityCreatedAt { get; init; }

Property Value

DateTime

EntityId

public int EntityId { get; init; }

Property Value

int

EntityName

public string EntityName { get; init; }

Property Value

string

EntityUpdatedAt

public DateTime EntityUpdatedAt { get; init; }

Property Value

DateTime

PageId

public int PageId { get; init; }

Property Value

int
To top