Class WlmContractTemplateMergeFieldEntity
This class represents the EntityModel interface to the AdWlmContractMergeFieldConfig database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmContractTemplateMergeFieldEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmContractTemplateMergeFieldEntity()
Declaration
public WlmContractTemplateMergeFieldEntity()
Fields
AliasTableNameProperty
The AliasTableName property.
Declaration
public static readonly EntityProperty AliasTableNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ColumnDataTypeProperty
The ColumnDataType property.
Declaration
public static readonly EntityProperty ColumnDataTypeProperty
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 |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntityGroupAbbreviationProperty
The EntityGroupAbbreviation property.
Declaration
public static readonly EntityProperty EntityGroupAbbreviationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntityGroupProperty
The EntityGroup property.
Declaration
public static readonly EntityProperty EntityGroupProperty
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 |
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 |
MergeFieldNameProperty
The MergeFieldName property.
Declaration
public static readonly EntityProperty MergeFieldNameProperty
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 |
TableNameProperty
The TableName property.
Declaration
public static readonly EntityProperty TableNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AliasTableName
Gets or sets the AliasTableName associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public string AliasTableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AliasTableName. |
ColumnDataType
Gets or sets the ColumnDataType associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public string ColumnDataType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ColumnDataType. |
ColumnName
Gets or sets the ColumnName associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ColumnName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EntityGroup
Gets or sets the EntityGroup associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public string EntityGroup { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityGroup. |
EntityGroupAbbreviation
Gets or sets the EntityGroupAbbreviation associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public string EntityGroupAbbreviation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityGroupAbbreviation. |
Id
Gets or sets the Id associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MergeFieldName
Gets or sets the MergeFieldName associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public string MergeFieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MergeFieldName. |
RowVersion
Gets or sets the RowVersion associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TableName
Gets or sets the TableName associated with this WlmContractTemplateMergeFieldEntity.
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TableName. |
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()