Class DynamicsGlReleaseLogEntity
This class represents the EntityModel interface to the SaDynamicsProcessLog database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class DynamicsGlReleaseLogEntity : Entity, IIdentifiable, IAuditable
Constructors
DynamicsGlReleaseLogEntity()
Declaration
public DynamicsGlReleaseLogEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DomainProperty
The Domain property.
Declaration
public static readonly EntityProperty DomainProperty
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 |
IsReleaseAbortedProperty
The IsReleaseAborted property.
Declaration
public static readonly EntityProperty IsReleaseAbortedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsReleaseInProcessProperty
The IsReleaseInProcess property.
Declaration
public static readonly EntityProperty IsReleaseInProcessProperty
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 |
ProcessDateTimeProperty
The ProcessDateTime property.
Declaration
public static readonly EntityProperty ProcessDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RecordCountProperty
The RecordCount property.
Declaration
public static readonly EntityProperty RecordCountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReleaseCampusIdProperty
The ReleaseCampusId property.
Declaration
public static readonly EntityProperty ReleaseCampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReleaseCriteriaProperty
The ReleaseCriteria property.
Declaration
public static readonly EntityProperty ReleaseCriteriaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReleaseHighDateProperty
The ReleaseHighDate property.
Declaration
public static readonly EntityProperty ReleaseHighDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReleaseLowDateProperty
The ReleaseLowDate property.
Declaration
public static readonly EntityProperty ReleaseLowDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReleaseProcessEndTimeProperty
The ReleaseProcessEndTime property.
Declaration
public static readonly EntityProperty ReleaseProcessEndTimeProperty
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 |
WindowsUserProperty
The WindowsUser property.
Declaration
public static readonly EntityProperty WindowsUserProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkstationProperty
The Workstation property.
Declaration
public static readonly EntityProperty WorkstationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DynamicsGlReleaseLogEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Domain
Gets or sets the Domain associated with this DynamicsGlReleaseLogEntity.
Declaration
public string Domain { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Domain. |
Id
Gets or sets the Id associated with this DynamicsGlReleaseLogEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsReleaseAborted
Gets or sets the IsReleaseAborted associated with this DynamicsGlReleaseLogEntity.
Declaration
public bool IsReleaseAborted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReleaseAborted. |
IsReleaseInProcess
Gets or sets the IsReleaseInProcess associated with this DynamicsGlReleaseLogEntity.
Declaration
public bool IsReleaseInProcess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReleaseInProcess. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DynamicsGlReleaseLogEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DynamicsGlReleaseLogEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProcessDateTime
Gets or sets the ProcessDateTime associated with this DynamicsGlReleaseLogEntity.
Declaration
public DateTime ProcessDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ProcessDateTime. |
RecordCount
Gets or sets the RecordCount associated with this DynamicsGlReleaseLogEntity.
Declaration
public int? RecordCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RecordCount. |
ReleaseCampusId
Gets or sets the ReleaseCampusId associated with this DynamicsGlReleaseLogEntity.
Declaration
public int? ReleaseCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReleaseCampusId. |
ReleaseCriteria
Gets or sets the ReleaseCriteria associated with this DynamicsGlReleaseLogEntity.
Declaration
public string ReleaseCriteria { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReleaseCriteria. |
ReleaseHighDate
Gets or sets the ReleaseHighDate associated with this DynamicsGlReleaseLogEntity.
Declaration
public DateTime? ReleaseHighDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReleaseHighDate. |
ReleaseLowDate
Gets or sets the ReleaseLowDate associated with this DynamicsGlReleaseLogEntity.
Declaration
public DateTime? ReleaseLowDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReleaseLowDate. |
ReleaseProcessEndTime
Gets or sets the ReleaseProcessEndTime associated with this DynamicsGlReleaseLogEntity.
Declaration
public DateTime ReleaseProcessEndTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ReleaseProcessEndTime. |
RowVersion
Gets or sets the RowVersion associated with this DynamicsGlReleaseLogEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
WindowsUser
Gets or sets the WindowsUser associated with this DynamicsGlReleaseLogEntity.
Declaration
public string WindowsUser { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WindowsUser. |
Workstation
Gets or sets the Workstation associated with this DynamicsGlReleaseLogEntity.
Declaration
public string Workstation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Workstation. |
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()