Class TaskPolicyDetailEntity
This class represents the EntityModel interface to the CmPolicyDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class TaskPolicyDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
TaskPolicyDetailEntity()
Declaration
public TaskPolicyDetailEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
IsAllowedToAssignProperty
The IsAllowedToAssign property.
Declaration
public static readonly EntityProperty IsAllowedToAssignProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAllowedToCloseProperty
The IsAllowedToClose property.
Declaration
public static readonly EntityProperty IsAllowedToCloseProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAllowedToEditProperty
The IsAllowedToEdit property.
Declaration
public static readonly EntityProperty IsAllowedToEditProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAllowedToReadProperty
The IsAllowedToRead property.
Declaration
public static readonly EntityProperty IsAllowedToReadProperty
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 |
PolicyRecordTypeProperty
The PolicyRecordType property.
Declaration
public static readonly EntityProperty PolicyRecordTypeProperty
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 |
StaffGroupIdProperty
The StaffGroupId property.
Declaration
public static readonly EntityProperty StaffGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskPolicyIdProperty
The TaskPolicyId property.
Declaration
public static readonly EntityProperty TaskPolicyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskTemplateIdProperty
The TaskTemplateId property.
Declaration
public static readonly EntityProperty TaskTemplateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TaskPolicyDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this TaskPolicyDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAllowedToAssign
Gets or sets the IsAllowedToAssign associated with this TaskPolicyDetailEntity.
Declaration
public bool IsAllowedToAssign { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllowedToAssign. |
IsAllowedToClose
Gets or sets the IsAllowedToClose associated with this TaskPolicyDetailEntity.
Declaration
public bool IsAllowedToClose { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllowedToClose. |
IsAllowedToEdit
Gets or sets the IsAllowedToEdit associated with this TaskPolicyDetailEntity.
Declaration
public bool IsAllowedToEdit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllowedToEdit. |
IsAllowedToRead
Gets or sets the IsAllowedToRead associated with this TaskPolicyDetailEntity.
Declaration
public bool IsAllowedToRead { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAllowedToRead. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TaskPolicyDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TaskPolicyDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PolicyRecordType
Gets or sets the PolicyRecordType associated with this TaskPolicyDetailEntity.
Declaration
public string PolicyRecordType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PolicyRecordType. |
RowVersion
Gets or sets the RowVersion associated with this TaskPolicyDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StaffGroupId
Gets or sets the StaffGroupId associated with this TaskPolicyDetailEntity.
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffGroupId. |
TaskPolicyId
Gets or sets the TaskPolicyId associated with this TaskPolicyDetailEntity.
Declaration
public int TaskPolicyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskPolicyId. |
TaskTemplateId
Gets or sets the TaskTemplateId associated with this TaskPolicyDetailEntity.
Declaration
public int? TaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskTemplateId. |
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()