Class TaskAddTriggerEntity
This class represents the EntityModel interface to the cmActions database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class TaskAddTriggerEntity : Entity, IIdentifiable, IAuditable
Constructors
TaskAddTriggerEntity()
Declaration
public TaskAddTriggerEntity()
Fields
AddTaskTimeFrameProperty
The AddTaskTimeFrame property.
Declaration
public static readonly EntityProperty AddTaskTimeFrameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AddTaskTimeUnitProperty
The AddTaskTimeUnit property.
Declaration
public static readonly EntityProperty AddTaskTimeUnitProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AssignToCodeProperty
The AssignToCode property.
Declaration
public static readonly EntityProperty AssignToCodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AssignToStaffIdProperty
The AssignToStaffId property.
Declaration
public static readonly EntityProperty AssignToStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CampusGroupIdProperty
The CampusGroupId property.
Declaration
public static readonly EntityProperty CampusGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ChangedToSchoolStatusesProperty
The ChangedToSchoolStatuses property.
Declaration
public static readonly EntityProperty ChangedToSchoolStatusesProperty
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 |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentTypeIdListProperty
The manually create collection property for DocumentTypeId property.
Declaration
public static readonly EntityProperty DocumentTypeIdListProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentTypeIdProperty
The DocumentTypeId property.
Declaration
public static readonly EntityProperty DocumentTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentTypeListIdProperty
The DocumentTypeListId property.
Declaration
public static readonly EntityProperty DocumentTypeListIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourcesProperty
The FundSources property.
Declaration
public static readonly EntityProperty FundSourcesProperty
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 |
IsAddTaskTimeUnitBeforeProperty
The IsAddTaskTimeUnitBefore property.
Declaration
public static readonly EntityProperty IsAddTaskTimeUnitBeforeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRequiredProperty
The IsRequired property.
Declaration
public static readonly EntityProperty IsRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSystemCodeProperty
The IsSystemCode property.
Declaration
public static readonly EntityProperty IsSystemCodeProperty
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 |
LeadTypeIdProperty
The LeadTypeId property.
Declaration
public static readonly EntityProperty LeadTypeIdProperty
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 |
PreviousSchoolStatusIdProperty
The PreviousSchoolStatusId property.
Declaration
public static readonly EntityProperty PreviousSchoolStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProcessTypeProperty
The ProcessType property.
Declaration
public static readonly EntityProperty ProcessTypeProperty
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 |
SchoolStatusIdProperty
The SchoolStatusId property.
Declaration
public static readonly EntityProperty SchoolStatusIdProperty
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 |
TaskAddTriggerTimeFrameTypeIdProperty
The TaskAddTriggerTimeFrameTypeId property.
Declaration
public static readonly EntityProperty TaskAddTriggerTimeFrameTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskAssignToListIdProperty
The TaskAssignToListId property.
Declaration
public static readonly EntityProperty TaskAssignToListIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskDocumentScheduleBasedOnEntityIdProperty
The TaskDocumentScheduleBasedOnEntityId property.
Declaration
public static readonly EntityProperty TaskDocumentScheduleBasedOnEntityIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskDocumentScheduleEventTriggerIdProperty
The TaskDocumentScheduleEventTriggerId property.
Declaration
public static readonly EntityProperty TaskDocumentScheduleEventTriggerIdProperty
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 |
TaskTypeIdProperty
The TaskTypeId property.
Declaration
public static readonly EntityProperty TaskTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TriggerTaskTemplateIdProperty
The TriggerTaskTemplateId property.
Declaration
public static readonly EntityProperty TriggerTaskTemplateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AddTaskTimeFrame
Gets or sets the AddTaskTimeFrame associated with this TaskAddTriggerEntity.
Declaration
public int AddTaskTimeFrame { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AddTaskTimeFrame. |
AddTaskTimeUnit
Gets or sets the AddTaskTimeUnit associated with this TaskAddTriggerEntity.
Declaration
public short AddTaskTimeUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The AddTaskTimeUnit. |
AssignToCode
Gets or sets the AssignToCode associated with this TaskAddTriggerEntity.
Declaration
public string AssignToCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AssignToCode. |
AssignToStaffId
Gets or sets the AssignToStaffId associated with this TaskAddTriggerEntity.
Declaration
public int AssignToStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AssignToStaffId. |
CampusGroup
Declaration
public virtual CampusGroupEntity CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Common.Entities.CampusGroupEntity |
CampusGroupId
Gets or sets the CampusGroupId associated with this TaskAddTriggerEntity.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
ChangedToSchoolStatuses
Declaration
public virtual EntityCollection<TaskAddTriggerSchoolStatusEntity> ChangedToSchoolStatuses { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<TaskAddTriggerSchoolStatusEntity> |
ChangedToSchoolStatusesIds
Declaration
public List<int> ChangedToSchoolStatusesIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
Code
Gets or sets the Code associated with this TaskAddTriggerEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TaskAddTriggerEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentTypeId
Gets or sets the DocumentTypeId associated with this TaskAddTriggerEntity.
Declaration
public int? DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentTypeId. |
DocumentTypeIdList
Gets or sets the DocumentTypeIdList associated with this TaskAddTriggerEntity.
Declaration
public string DocumentTypeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentTypeIdList. |
DocumentTypeIds
Declaration
public List<int> DocumentTypeIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
DocumentTypeListId
Gets or sets the DocumentTypeListId associated with this TaskAddTriggerEntity.
Declaration
public int? DocumentTypeListId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentTypeListId. |
FundSourceIdList
Declaration
public ICollection<int> FundSourceIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
FundSources
Declaration
public virtual EntityCollection<TaskAddTriggerFundSourceEntity> FundSources { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<TaskAddTriggerFundSourceEntity> |
Id
Gets or sets the Id associated with this TaskAddTriggerEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this TaskAddTriggerEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAddTaskTimeUnitBefore
Gets or sets the IsAddTaskTimeUnitBefore associated with this TaskAddTriggerEntity.
Declaration
public bool IsAddTaskTimeUnitBefore { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAddTaskTimeUnitBefore. |
IsElectronicsDocumentNotAvailable
Declaration
public bool IsElectronicsDocumentNotAvailable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRequired
Gets or sets the IsRequired associated with this TaskAddTriggerEntity.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequired. |
IsSystemCode
Gets or sets the IsSystemCode associated with this TaskAddTriggerEntity.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
IsTaskAndTriggerCannotBeActive
Declaration
public bool IsTaskAndTriggerCannotBeActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUserDoesNotHaveCampusAccess
Declaration
public bool IsUserDoesNotHaveCampusAccess { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TaskAddTriggerEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TaskAddTriggerEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LeadTypeId
Gets or sets the LeadTypeId associated with this TaskAddTriggerEntity.
Declaration
public int LeadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LeadTypeId. |
Name
Gets or sets the Name associated with this TaskAddTriggerEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PreviousSchoolStatusId
Gets or sets the PreviousSchoolStatusId associated with this TaskAddTriggerEntity.
Declaration
public int? PreviousSchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousSchoolStatusId. |
ProcessType
Gets or sets the ProcessType associated with this TaskAddTriggerEntity.
Declaration
public string ProcessType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessType. |
RowVersion
Gets or sets the RowVersion associated with this TaskAddTriggerEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this TaskAddTriggerEntity.
Declaration
public int? SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SchoolStatusId. |
StaffGroupId
Gets or sets the StaffGroupId associated with this TaskAddTriggerEntity.
Declaration
public int? StaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffGroupId. |
TaskAddTriggerTimeFrameTypeId
Gets or sets the TaskAddTriggerTimeFrameTypeId associated with this TaskAddTriggerEntity.
Declaration
public int TaskAddTriggerTimeFrameTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskAddTriggerTimeFrameTypeId. |
TaskAssignToListId
Gets or sets the TaskAssignToListId associated with this TaskAddTriggerEntity.
Declaration
public int TaskAssignToListId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskAssignToListId. |
TaskDocumentScheduleBasedOnEntityCode
Declaration
public string TaskDocumentScheduleBasedOnEntityCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaskDocumentScheduleBasedOnEntityId
Gets or sets the TaskDocumentScheduleBasedOnEntityId associated with this TaskAddTriggerEntity.
Declaration
public int TaskDocumentScheduleBasedOnEntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskDocumentScheduleBasedOnEntityId. |
TaskDocumentScheduleEventTriggerCode
Declaration
public string TaskDocumentScheduleEventTriggerCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaskDocumentScheduleEventTriggerId
Gets or sets the TaskDocumentScheduleEventTriggerId associated with this TaskAddTriggerEntity.
Declaration
public int TaskDocumentScheduleEventTriggerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskDocumentScheduleEventTriggerId. |
TaskTemplateId
Gets or sets the TaskTemplateId associated with this TaskAddTriggerEntity.
Declaration
public int TaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskTemplateId. |
TaskTemplateName
Declaration
public string TaskTemplateName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaskTypeCode
Declaration
public string TaskTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaskTypeId
Gets or sets the TaskTypeId associated with this TaskAddTriggerEntity.
Declaration
public int TaskTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskTypeId. |
TriggerTaskTemplateId
Gets or sets the TriggerTaskTemplateId associated with this TaskAddTriggerEntity.
Declaration
public int TriggerTaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TriggerTaskTemplateId. |
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()