Class WlmConractTemplateMergeFieldJoinTableEntity
This class represents the EntityModel interface to the AdWlmContractMergeFieldJoinTableConfig database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmConractTemplateMergeFieldJoinTableEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmConractTemplateMergeFieldJoinTableEntity()
Declaration
public WlmConractTemplateMergeFieldJoinTableEntity()
Fields
AliasJoinToTableNameProperty
The AliasJoinToTableName property.
Declaration
public static readonly EntityProperty AliasJoinToTableNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ConditionProperty
The Condition property.
Declaration
public static readonly EntityProperty ConditionProperty
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 |
JoinToTableNameProperty
The JoinToTableName property.
Declaration
public static readonly EntityProperty JoinToTableNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
JoinTypeProperty
The JoinType property.
Declaration
public static readonly EntityProperty JoinTypeProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AliasJoinToTableName
Gets or sets the AliasJoinToTableName associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public string AliasJoinToTableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AliasJoinToTableName. |
Condition
Gets or sets the Condition associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public string Condition { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Condition. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EntityGroup
Gets or sets the EntityGroup associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public string EntityGroup { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityGroup. |
EntityGroupAbbreviation
Gets or sets the EntityGroupAbbreviation associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public string EntityGroupAbbreviation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityGroupAbbreviation. |
Id
Gets or sets the Id associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
JoinToTableName
Gets or sets the JoinToTableName associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public string JoinToTableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JoinToTableName. |
JoinType
Gets or sets the JoinType associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public string JoinType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The JoinType. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this WlmConractTemplateMergeFieldJoinTableEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()