Class WlmContractTemplateEntity
This class represents the EntityModel interface to the AdWlmContractTemplate database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmContractTemplateEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmContractTemplateEntity()
Declaration
public WlmContractTemplateEntity()
Fields
ApprovalDueDateProperty
The ApprovalDueDate property.
Declaration
public static readonly EntityProperty ApprovalDueDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ApprovalParameterProperty
The ApprovalParameter property.
Declaration
public static readonly EntityProperty ApprovalParameterProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ApprovedDateProperty
The ApprovedDate property.
Declaration
public static readonly EntityProperty ApprovedDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedByUserIdProperty
The CreatedByUserId property.
Declaration
public static readonly EntityProperty CreatedByUserIdProperty
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 |
EffectiveFromDateProperty
The EffectiveFromDate property.
Declaration
public static readonly EntityProperty EffectiveFromDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EffectiveToDateProperty
The EffectiveToDate property.
Declaration
public static readonly EntityProperty EffectiveToDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntityGroupListProperty
The EntityGroupList property.
Declaration
public static readonly EntityProperty EntityGroupListProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TemplateProperty
The Template property.
Declaration
public static readonly EntityProperty TemplateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmApproverGroupIdProperty
The WlmApproverGroupId property.
Declaration
public static readonly EntityProperty WlmApproverGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmContractTypeIdProperty
The WlmContractTypeId property.
Declaration
public static readonly EntityProperty WlmContractTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApprovalDueDate
Gets or sets the ApprovalDueDate associated with this WlmContractTemplateEntity.
Declaration
public DateTime ApprovalDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ApprovalDueDate. |
ApprovalParameter
Gets or sets the ApprovalParameter associated with this WlmContractTemplateEntity.
Declaration
public string ApprovalParameter { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApprovalParameter. |
ApprovedDate
Gets or sets the ApprovedDate associated with this WlmContractTemplateEntity.
Declaration
public DateTime? ApprovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApprovedDate. |
Code
Gets or sets the Code associated with this WlmContractTemplateEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this WlmContractTemplateEntity.
Declaration
public int CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmContractTemplateEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveFromDate
Gets or sets the EffectiveFromDate associated with this WlmContractTemplateEntity.
Declaration
public DateTime EffectiveFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveFromDate. |
EffectiveToDate
Gets or sets the EffectiveToDate associated with this WlmContractTemplateEntity.
Declaration
public DateTime EffectiveToDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The EffectiveToDate. |
EntityGroupList
Gets or sets the EntityGroupList associated with this WlmContractTemplateEntity.
Declaration
public string EntityGroupList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntityGroupList. |
Id
Gets or sets the Id associated with this WlmContractTemplateEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this WlmContractTemplateEntity.
Declaration
public bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmContractTemplateEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmContractTemplateEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this WlmContractTemplateEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this WlmContractTemplateEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RowVersion
Gets or sets the RowVersion associated with this WlmContractTemplateEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Status
Gets or sets the Status associated with this WlmContractTemplateEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
Template
Gets or sets the Template associated with this WlmContractTemplateEntity.
Declaration
public byte[] Template { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The Template. |
WlmApproverGroupId
Gets or sets the WlmApproverGroupId associated with this WlmContractTemplateEntity.
Declaration
public int? WlmApproverGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmApproverGroupId. |
WlmContractTypeId
Gets or sets the WlmContractTypeId associated with this WlmContractTemplateEntity.
Declaration
public int WlmContractTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmContractTypeId. |
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()