Class WlmJobPolicyDetailEntity
This class represents the EntityModel interface to the AdWlmJobPolicyMaster database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmJobPolicyDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmJobPolicyDetailEntity()
Declaration
public WlmJobPolicyDetailEntity()
Fields
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 |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDeletedProperty
The IsDeleted property.
Declaration
public static readonly EntityProperty IsDeletedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSyncTriggeredProperty
The IsSyncTriggered property.
Declaration
public static readonly EntityProperty IsSyncTriggeredProperty
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 |
WlmJobIdProperty
The WlmJobId property.
Declaration
public static readonly EntityProperty WlmJobIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmJobPolicyAssociationsProperty
The WlmJobPolicyAssociations property.
Declaration
public static readonly EntityProperty WlmJobPolicyAssociationsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmJobPolicyDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EffectiveFromDate
Gets or sets the EffectiveFromDate associated with this WlmJobPolicyDetailEntity.
Declaration
public DateTime? EffectiveFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The EffectiveFromDate. |
Id
Gets or sets the Id associated with this WlmJobPolicyDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDeleted
Gets or sets the IsDeleted associated with this WlmJobPolicyDetailEntity.
Declaration
public bool? IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsDeleted. |
IsSyncTriggered
Gets or sets the IsSyncTriggered associated with this WlmJobPolicyDetailEntity.
Declaration
public bool? IsSyncTriggered { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsSyncTriggered. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmJobPolicyDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmJobPolicyDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this WlmJobPolicyDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
WlmJobId
Gets or sets the WlmJobId associated with this WlmJobPolicyDetailEntity.
Declaration
public int WlmJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmJobId. |
WlmJobPolicyAssociations
Declaration
public virtual EntityCollection<WlmJobPolicyAssociationEntity> WlmJobPolicyAssociations { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<WlmJobPolicyAssociationEntity> |
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()