Class Task
This class represents the Query Model interface to the CmEvent database table. This partial is automatically generated and contains all of the entity properties as defined in the PocoMapper data mapping file. Do not edit this file, as your changes will be overwritten the next time this code is generated.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Task
Constructors
Task()
Declaration
public Task()
Properties
AssignedtoStaff
Declaration
public virtual Staff AssignedtoStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
AssignedToStaffId
Gets or sets the AssignedToStaffId associated with this Task.
Declaration
public int? AssignedToStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedToStaffId. |
Attachment
Declaration
public virtual Attachment Attachment { get; set; }
Property Value
Type | Description |
---|---|
Attachment |
Attachments
Gets or sets the Attachments associated with this Task.
Declaration
public string Attachments { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Attachments. |
AttachmentsId
Gets or sets the AttachmentsId associated with this Task.
Declaration
public int? AttachmentsId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AttachmentsId. |
ClassSection
Declaration
public virtual ClassSection ClassSection { get; set; }
Property Value
Type | Description |
---|---|
ClassSection |
ClassSectionId
Gets or sets the ClassSectionId associated with this Task.
Declaration
public int? ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ClassSectionId. |
CompletedByStaff
Declaration
public virtual Staff CompletedByStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
CompletedByStaffId
Gets or sets the CompletedByStaffId associated with this Task.
Declaration
public int? CompletedByStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CompletedByStaffId. |
CreatedByStaff
Declaration
public virtual Staff CreatedByStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
CreatedByStaffId
Gets or sets the CreatedByStaffId associated with this Task.
Declaration
public int CreatedByStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByStaffId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Task.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CrmSuppressFlag
Gets or sets the CrmSuppressFlag associated with this Task.
Declaration
public bool CrmSuppressFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The CrmSuppressFlag. |
EmailSubject
Gets or sets the EmailSubject associated with this Task.
Declaration
public string EmailSubject { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailSubject. |
Employer
Declaration
public virtual Employer Employer { get; set; }
Property Value
Type | Description |
---|---|
Employer |
EmployerContact
Declaration
public virtual EmployerContact EmployerContact { get; set; }
Property Value
Type | Description |
---|---|
EmployerContact |
EmployerContactId
Gets or sets the EmployerContactId associated with this Task.
Declaration
public int? EmployerContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmployerContactId. |
EmployerId
Gets or sets the EmployerId associated with this Task.
Declaration
public int? EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmployerId. |
EmployerJobId
Gets or sets the EmployerJobId associated with this Task.
Declaration
public int? EmployerJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmployerJobId. |
Id
Gets or sets the Id associated with this Task.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActivityNotViewed
Gets or sets the IsActivityNotViewed associated with this Task.
Declaration
public bool IsActivityNotViewed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActivityNotViewed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Task.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Task.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LockedByUserId
Gets or sets the LockedByUserId associated with this Task.
Declaration
public int? LockedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LockedByUserId. |
Note
Gets or sets the Note associated with this Task.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
Organization
Declaration
public virtual SyOrganization Organization { get; set; }
Property Value
Type | Description |
---|---|
SyOrganization |
OrganizationContact
Declaration
public virtual SyOrganizationContact OrganizationContact { get; set; }
Property Value
Type | Description |
---|---|
SyOrganizationContact |
OrganizationContactId
Gets or sets the OrganizationContactId associated with this Task.
Declaration
public int? OrganizationContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OrganizationContactId. |
OrganizationId
Gets or sets the OrganizationId associated with this Task.
Declaration
public int? OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OrganizationId. |
PreviouslyAssignedtoStaff
Declaration
public virtual Staff PreviouslyAssignedtoStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PreviouslyAssignedToStaffId
Gets or sets the PreviouslyAssignedToStaffId associated with this Task.
Declaration
public int? PreviouslyAssignedToStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviouslyAssignedToStaffId. |
Priority
Gets or sets the Priority associated with this Task.
Declaration
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Priority. |
ProspectInquiry
Declaration
public virtual ProspectInquiry ProspectInquiry { get; set; }
Property Value
Type | Description |
---|---|
ProspectInquiry |
ProspectInquiryId
Gets or sets the ProspectInquiryId associated with this Task.
Declaration
public int? ProspectInquiryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProspectInquiryId. |
ReassignedDate
Gets or sets the ReassignedDate associated with this Task.
Declaration
public DateTime? ReassignedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReassignedDate. |
RemindDate
Gets or sets the RemindDate associated with this Task.
Declaration
public DateTime? RemindDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RemindDate. |
ResultText
Gets or sets the ResultText associated with this Task.
Declaration
public string ResultText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultText. |
SessionSyCampusId
Gets or sets the SessionSyCampusId associated with this Task.
Declaration
public int? SessionSyCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SessionSyCampusId. |
SourceRecordId
Gets or sets the SourceRecordId associated with this Task.
Declaration
public int? SourceRecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SourceRecordId. |
SourceSystem
Gets or sets the SourceSystem associated with this Task.
Declaration
public string SourceSystem { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceSystem. |
SourceTable
Gets or sets the SourceTable associated with this Task.
Declaration
public string SourceTable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceTable. |
StaffUser
Declaration
public virtual Staff StaffUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this Task.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this Task.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
Subject
Gets or sets the Subject associated with this Task.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Subject. |
TaskDueDate
Gets or sets the TaskDueDate associated with this Task.
Declaration
public DateTime? TaskDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TaskDueDate. |
TaskEndDate
Gets or sets the TaskEndDate associated with this Task.
Declaration
public DateTime? TaskEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TaskEndDate. |
TaskResult
Declaration
public virtual TaskResult TaskResult { get; set; }
Property Value
Type | Description |
---|---|
TaskResult |
TaskResultId
Gets or sets the TaskResultId associated with this Task.
Declaration
public int? TaskResultId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskResultId. |
TaskScriptQuestionAnswers
Declaration
public virtual ICollection<TaskScriptQuestionAnswer> TaskScriptQuestionAnswers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<TaskScriptQuestionAnswer> |
TaskStartDate
Gets or sets the TaskStartDate associated with this Task.
Declaration
public DateTime? TaskStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TaskStartDate. |
TaskStatus
Declaration
public virtual TaskStatus TaskStatus { get; set; }
Property Value
Type | Description |
---|---|
TaskStatus |
TaskStatusDate
Gets or sets the TaskStatusDate associated with this Task.
Declaration
public DateTime? TaskStatusDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The TaskStatusDate. |
TaskStatusId
Gets or sets the TaskStatusId associated with this Task.
Declaration
public int TaskStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskStatusId. |
TaskTemplate
Declaration
public virtual TaskTemplate TaskTemplate { get; set; }
Property Value
Type | Description |
---|---|
TaskTemplate |
TaskTemplateId
Gets or sets the TaskTemplateId associated with this Task.
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 Task.
Declaration
public int? TaskTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TaskTypeId. |
TemplateTextFile
Gets or sets the TemplateTextFile associated with this Task.
Declaration
public string TemplateTextFile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TemplateTextFile. |
WorkflowInstanceIdentifier
Gets or sets the WorkflowInstanceIdentifier associated with this Task.
Declaration
public Guid? WorkflowInstanceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> | The WorkflowInstanceIdentifier. |
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()