Class DataDictionaryColumnEntity
This class represents the EntityModel interface to the syDictionary database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class DataDictionaryColumnEntity : Entity, IIdentifiable
Constructors
DataDictionaryColumnEntity()
Declaration
public DataDictionaryColumnEntity()
Fields
ApplicationRequiredProperty
The ApplicationRequired property.
Declaration
public static readonly EntityProperty ApplicationRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ColumnNameProperty
The ColumnName property.
Declaration
public static readonly EntityProperty ColumnNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ColumnSequenceProperty
The ColumnSequence property.
Declaration
public static readonly EntityProperty ColumnSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ColumnTypeProperty
The ColumnType property.
Declaration
public static readonly EntityProperty ColumnTypeProperty
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 |
EnglishProperty
The English property.
Declaration
public static readonly EntityProperty EnglishProperty
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 |
InputMaskProperty
The InputMask property.
Declaration
public static readonly EntityProperty InputMaskProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsColumnLocalizableProperty
The IsColumnLocalizable property.
Declaration
public static readonly EntityProperty IsColumnLocalizableProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDisplayInProspectTemplateUiProperty
The IsDisplayInProspectTemplateUi property.
Declaration
public static readonly EntityProperty IsDisplayInProspectTemplateUiProperty
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 |
MaxLengthProperty
The MaxLength property.
Declaration
public static readonly EntityProperty MaxLengthProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ModuleNameProperty
The ModuleName property.
Declaration
public static readonly EntityProperty ModuleNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PropertyNameProperty
The PropertyName property.
Declaration
public static readonly EntityProperty PropertyNameProperty
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 |
SpanishProperty
The Spanish property.
Declaration
public static readonly EntityProperty SpanishProperty
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 |
UiRequiredProperty
The UiRequired property.
Declaration
public static readonly EntityProperty UiRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApplicationRequired
Gets or sets the ApplicationRequired associated with this DataDictionaryColumnEntity.
Declaration
public bool ApplicationRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The ApplicationRequired. |
ColumnName
Gets or sets the ColumnName associated with this DataDictionaryColumnEntity.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ColumnName. |
ColumnSequence
Gets or sets the ColumnSequence associated with this DataDictionaryColumnEntity.
Declaration
public int ColumnSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ColumnSequence. |
ColumnType
Gets or sets the ColumnType associated with this DataDictionaryColumnEntity.
Declaration
public string ColumnType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ColumnType. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DataDictionaryColumnEntity.
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreatedDateTime. |
English
Gets or sets the English associated with this DataDictionaryColumnEntity.
Declaration
public string English { get; set; }
Property Value
Type | Description |
---|---|
System.String | The English. |
EntityName
Gets or sets the EntityName associated with this DataDictionaryColumnEntity.
Declaration
public string EntityName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityName. |
Id
Gets or sets the Id associated with this DataDictionaryColumnEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
InputMask
Gets or sets the InputMask associated with this DataDictionaryColumnEntity.
Declaration
public string InputMask { get; set; }
Property Value
Type | Description |
---|---|
System.String | The InputMask. |
IsColumnLocalizable
Gets or sets the IsColumnLocalizable associated with this DataDictionaryColumnEntity.
Declaration
public bool? IsColumnLocalizable { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsColumnLocalizable. |
IsDisplayInProspectTemplateUi
Gets or sets the IsDisplayInProspectTemplateUi associated with this DataDictionaryColumnEntity.
Declaration
public bool IsDisplayInProspectTemplateUi { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDisplayInProspectTemplateUi. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DataDictionaryColumnEntity.
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 DataDictionaryColumnEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastModifiedUserName
Declaration
public string LastModifiedUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxLength
Gets or sets the MaxLength associated with this DataDictionaryColumnEntity.
Declaration
public int? MaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MaxLength. |
ModuleName
Gets or sets the ModuleName associated with this DataDictionaryColumnEntity.
Declaration
public string ModuleName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ModuleName. |
Note
Gets or sets the Note associated with this DataDictionaryColumnEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PropertyName
Gets or sets the PropertyName associated with this DataDictionaryColumnEntity.
Declaration
public string PropertyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PropertyName. |
RowVersion
Gets or sets the RowVersion associated with this DataDictionaryColumnEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Spanish
Gets or sets the Spanish associated with this DataDictionaryColumnEntity.
Declaration
public string Spanish { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Spanish. |
TableName
Gets or sets the TableName associated with this DataDictionaryColumnEntity.
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TableName. |
UiRequired
Gets or sets the UiRequired associated with this DataDictionaryColumnEntity.
Declaration
public bool UiRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The UiRequired. |
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()