Class DataDictionaryTableEntity
This class represents the EntityModel interface to the syDictTables database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class DataDictionaryTableEntity : Entity, IIdentifiable
Constructors
DataDictionaryTableEntity()
Declaration
public DataDictionaryTableEntity()
Fields
CategoryProperty
The Category property.
Declaration
public static readonly EntityProperty CategoryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ContentTypeProperty
The ContentType property.
Declaration
public static readonly EntityProperty ContentTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ConversionNoteProperty
The ConversionNote property.
Declaration
public static readonly EntityProperty ConversionNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntityNameProperty
The EntityName property.
Declaration
public static readonly EntityProperty EntityNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPreLoadedProperty
The IsPreLoaded property.
Declaration
public static readonly EntityProperty IsPreLoadedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRequiredForCategoryProperty
The IsRequiredForCategory property.
Declaration
public static readonly EntityProperty IsRequiredForCategoryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRequiredProperty
The IsRequired property.
Declaration
public static readonly EntityProperty IsRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ModuleProperty
The Module property.
Declaration
public static readonly EntityProperty ModuleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SchemaNameProperty
The SchemaName property.
Declaration
public static readonly EntityProperty SchemaNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SubCategoryProperty
The SubCategory property.
Declaration
public static readonly EntityProperty SubCategoryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TableNameProperty
The TableName property.
Declaration
public static readonly EntityProperty TableNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TableNoteProperty
The TableNote property.
Declaration
public static readonly EntityProperty TableNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TableTypeProperty
The TableType property.
Declaration
public static readonly EntityProperty TableTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Category
Gets or sets the Category associated with this DataDictionaryTableEntity.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Category. |
ContentType
Gets or sets the ContentType associated with this DataDictionaryTableEntity.
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ContentType. |
ConversionNote
Gets or sets the ConversionNote associated with this DataDictionaryTableEntity.
Declaration
public string ConversionNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConversionNote. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DataDictionaryTableEntity.
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreatedDateTime. |
Description
Gets or sets the Description associated with this DataDictionaryTableEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
EntityName
Gets or sets the EntityName associated with this DataDictionaryTableEntity.
Declaration
public string EntityName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityName. |
Id
Gets or sets the Id associated with this DataDictionaryTableEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsPreLoaded
Gets or sets the IsPreLoaded associated with this DataDictionaryTableEntity.
Declaration
public bool IsPreLoaded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPreLoaded. |
IsRequired
Gets or sets the IsRequired associated with this DataDictionaryTableEntity.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequired. |
IsRequiredForCategory
Gets or sets the IsRequiredForCategory associated with this DataDictionaryTableEntity.
Declaration
public bool IsRequiredForCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequiredForCategory. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DataDictionaryTableEntity.
Declaration
public DateTime? LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DataDictionaryTableEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Module
Gets or sets the Module associated with this DataDictionaryTableEntity.
Declaration
public string Module { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Module. |
RowVersion
Gets or sets the RowVersion associated with this DataDictionaryTableEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchemaName
Gets or sets the SchemaName associated with this DataDictionaryTableEntity.
Declaration
public string SchemaName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchemaName. |
SubCategory
Gets or sets the SubCategory associated with this DataDictionaryTableEntity.
Declaration
public string SubCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SubCategory. |
TableName
Gets or sets the TableName associated with this DataDictionaryTableEntity.
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TableName. |
TableNote
Gets or sets the TableNote associated with this DataDictionaryTableEntity.
Declaration
public string TableNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TableNote. |
TableType
Gets or sets the TableType associated with this DataDictionaryTableEntity.
Declaration
public string TableType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TableType. |
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()