Class WorkspaceComponentEntity
This class represents the EntityModel interface to the WorkspaceComponent database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class WorkspaceComponentEntity : Entity, IIdentifiable, IAuditable
Constructors
WorkspaceComponentEntity()
Declaration
public WorkspaceComponentEntity()
Fields
BindingsProperty
The property.
Declaration
public static readonly EntityProperty BindingsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ComponentIdProperty
The property.
Declaration
public static readonly EntityProperty ComponentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NsaOperationsProperty
The property.
Declaration
public static readonly EntityProperty NsaOperationsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RegionProperty
The property.
Declaration
public static readonly EntityProperty RegionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SortOrderProperty
The property.
Declaration
public static readonly EntityProperty SortOrderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StateParamsProperty
The property.
Declaration
public static readonly EntityProperty StateParamsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UrlSlugProperty
The property.
Declaration
public static readonly EntityProperty UrlSlugProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkspaceComponentIdentifierProperty
The property.
Declaration
public static readonly EntityProperty WorkspaceComponentIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkspaceIdProperty
The property.
Declaration
public static readonly EntityProperty WorkspaceIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Bindings
Gets or sets the Bindings associated with this WorkspaceComponentEntity.
Declaration
public string Bindings { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Bindings. |
ComponentId
Gets or sets the ComponentId associated with this WorkspaceComponentEntity.
Declaration
public int ComponentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ComponentId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WorkspaceComponentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this WorkspaceComponentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this WorkspaceComponentEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WorkspaceComponentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WorkspaceComponentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NsaOperations
Gets or sets the NsaOperations associated with this WorkspaceComponentEntity.
Declaration
public string NsaOperations { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NsaOperations. |
Region
Gets or sets the Region associated with this WorkspaceComponentEntity.
Declaration
public string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Region. |
RowVersion
Gets or sets the RowVersion associated with this WorkspaceComponentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SortOrder
Gets or sets the SortOrder associated with this WorkspaceComponentEntity.
Declaration
public int SortOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SortOrder. |
StateParams
Gets or sets the StateParams associated with this WorkspaceComponentEntity.
Declaration
public string StateParams { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StateParams. |
UrlSlug
Gets or sets the UrlSlug associated with this WorkspaceComponentEntity.
Declaration
public string UrlSlug { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UrlSlug. |
WorkspaceComponentIdentifier
Gets or sets the WorkspaceComponentIdentifier associated with this WorkspaceComponentEntity.
Declaration
public Guid WorkspaceComponentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid | The WorkspaceComponentIdentifier. |
WorkspaceId
Gets or sets the WorkspaceId associated with this WorkspaceComponentEntity.
Declaration
public int WorkspaceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WorkspaceId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()