Class WlmJobPolicyAssociationEntity
This class represents the EntityModel interface to the AdWlmJobPolicyRelation database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmJobPolicyAssociationEntity : Entity, IIdentifiable, IAuditableConstructors
WlmJobPolicyAssociationEntity()
Declaration
public WlmJobPolicyAssociationEntity()Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IsDeletedProperty
The IsDeleted property.
Declaration
public static readonly EntityProperty IsDeletedPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
WlmJobIdProperty
The WlmJobId property.
Declaration
public static readonly EntityProperty WlmJobIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
WlmJobPolicyDetailIdProperty
The WlmJobPolicyDetailId property.
Declaration
public static readonly EntityProperty WlmJobPolicyDetailIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
WlmLoadRuleIdProperty
The WlmLoadRuleId property.
Declaration
public static readonly EntityProperty WlmLoadRuleIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmJobPolicyAssociationEntity.
Declaration
public DateTime CreatedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime. | 
Id
Gets or sets the Id associated with this WlmJobPolicyAssociationEntity.
Declaration
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id. | 
IsDeleted
Gets or sets the IsDeleted associated with this WlmJobPolicyAssociationEntity.
Declaration
public bool IsDeleted { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsDeleted. | 
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmJobPolicyAssociationEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime. | 
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmJobPolicyAssociationEntity.
Declaration
public int LastModifiedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId. | 
RowVersion
Gets or sets the RowVersion associated with this WlmJobPolicyAssociationEntity.
Declaration
public byte[] RowVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The RowVersion. | 
WlmJobId
Gets or sets the WlmJobId associated with this WlmJobPolicyAssociationEntity.
Declaration
public int WlmJobId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The WlmJobId. | 
WlmJobPolicyDetailId
Gets or sets the WlmJobPolicyDetailId associated with this WlmJobPolicyAssociationEntity.
Declaration
public int WlmJobPolicyDetailId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The WlmJobPolicyDetailId. | 
WlmLoadRuleId
Gets or sets the WlmLoadRuleId associated with this WlmJobPolicyAssociationEntity.
Declaration
public int WlmLoadRuleId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The WlmLoadRuleId. | 
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()