Class TaskAddTrigger
This class represents the EntityModel interface to the cmActions database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TaskAddTrigger
Constructors
TaskAddTrigger()
Declaration
public TaskAddTrigger()
Properties
AddTaskTimeFrame
Gets or sets the AddTaskTimeFrame associated with this TaskAddTrigger.
Declaration
public int AddTaskTimeFrame { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AddTaskTimeFrame. |
AddTaskTimeUnit
Gets or sets the AddTaskTimeUnit associated with this TaskAddTrigger.
Declaration
public short AddTaskTimeUnit { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The AddTaskTimeUnit. |
AssignToCode
Gets or sets the AssignToCode associated with this TaskAddTrigger.
Declaration
public string AssignToCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AssignToCode. |
AssigntoStaff
Declaration
public virtual Staff AssigntoStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
AssignToStaffId
Gets or sets the AssignToStaffId associated with this TaskAddTrigger.
Declaration
public int AssignToStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AssignToStaffId. |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this TaskAddTrigger.
Declaration
public int? CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusGroupId. |
ChangedToSchoolStatuses
Declaration
public virtual ICollection<TaskAddTriggerSchoolStatus> ChangedToSchoolStatuses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TaskAddTriggerSchoolStatus> |
Code
Gets or sets the Code associated with this TaskAddTrigger.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TaskAddTrigger.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentType
Declaration
public virtual DocumentType DocumentType { get; set; }
Property Value
Type | Description |
---|---|
DocumentType |
DocumentTypeId
Gets or sets the DocumentTypeId associated with this TaskAddTrigger.
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 TaskAddTrigger.
Declaration
public string DocumentTypeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentTypeIdList. |
DocumentTypeList
Declaration
public virtual DocumentTypeList DocumentTypeList { get; set; }
Property Value
Type | Description |
---|---|
DocumentTypeList |
DocumentTypeListId
Gets or sets the DocumentTypeListId associated with this TaskAddTrigger.
Declaration
public int? DocumentTypeListId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentTypeListId. |
FundSources
Declaration
public virtual ICollection<TaskAddTriggerFundSource> FundSources { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TaskAddTriggerFundSource> |
Id
Gets or sets the Id associated with this TaskAddTrigger.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this TaskAddTrigger.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAddTaskTimeUnitBefore
Gets or sets the IsAddTaskTimeUnitBefore associated with this TaskAddTrigger.
Declaration
public bool IsAddTaskTimeUnitBefore { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAddTaskTimeUnitBefore. |
IsRequired
Gets or sets the IsRequired associated with this TaskAddTrigger.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequired. |
IsSystemCode
Gets or sets the IsSystemCode associated with this TaskAddTrigger.
Declaration
public bool IsSystemCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemCode. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TaskAddTrigger.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TaskAddTrigger.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LeadType
Declaration
public virtual LeadType LeadType { get; set; }
Property Value
Type | Description |
---|---|
LeadType |
LeadTypeId
Gets or sets the LeadTypeId associated with this TaskAddTrigger.
Declaration
public int LeadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LeadTypeId. |
Name
Gets or sets the Name associated with this TaskAddTrigger.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PreviousSchoolStatus
Declaration
public virtual SchoolStatus PreviousSchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
PreviousSchoolStatusId
Gets or sets the PreviousSchoolStatusId associated with this TaskAddTrigger.
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 TaskAddTrigger.
Declaration
public string ProcessType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessType. |
SchoolStatus
Declaration
public virtual SchoolStatus SchoolStatus { get; set; }
Property Value
Type | Description |
---|---|
SchoolStatus |
SchoolStatusId
Gets or sets the SchoolStatusId associated with this TaskAddTrigger.
Declaration
public int? SchoolStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SchoolStatusId. |
StaffGroup
Declaration
public virtual StaffGroup StaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
StaffGroupId
Gets or sets the StaffGroupId associated with this TaskAddTrigger.
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 TaskAddTrigger.
Declaration
public int TaskAddTriggerTimeFrameTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskAddTriggerTimeFrameTypeId. |
TaskAssignToListId
Gets or sets the TaskAssignToListId associated with this TaskAddTrigger.
Declaration
public int TaskAssignToListId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskAssignToListId. |
TaskDocumentScheduleBasedOnEntityId
Gets or sets the TaskDocumentScheduleBasedOnEntityId associated with this TaskAddTrigger.
Declaration
public int TaskDocumentScheduleBasedOnEntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskDocumentScheduleBasedOnEntityId. |
TaskDocumentScheduleEventTriggerId
Gets or sets the TaskDocumentScheduleEventTriggerId associated with this TaskAddTrigger.
Declaration
public int TaskDocumentScheduleEventTriggerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskDocumentScheduleEventTriggerId. |
TaskTemplate
Declaration
public virtual TaskTemplate TaskTemplate { get; set; }
Property Value
Type | Description |
---|---|
TaskTemplate |
TaskTemplateId
Gets or sets the TaskTemplateId associated with this TaskAddTrigger.
Declaration
public int TaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskTemplateId. |
TaskType
Declaration
public virtual TaskType TaskType { get; set; }
Property Value
Type | Description |
---|---|
TaskType |
TaskTypeId
Gets or sets the TaskTypeId associated with this TaskAddTrigger.
Declaration
public int TaskTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskTypeId. |
TriggerTaskTemplate
Declaration
public virtual TaskTemplate TriggerTaskTemplate { get; set; }
Property Value
Type | Description |
---|---|
TaskTemplate |
TriggerTaskTemplateId
Gets or sets the TriggerTaskTemplateId associated with this TaskAddTrigger.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |