Class TaskGridDetail
This class represents the EntityModel interface to the Vw_CmTaskList database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TaskGridDetail
Constructors
TaskGridDetail()
Declaration
public TaskGridDetail()
Properties
AssignedtoStaff
Declaration
public virtual Staff AssignedtoStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
AssignedToStaffId
Gets or sets the AssignedToStaffId associated with this TaskGridDetail.
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 TaskGridDetail.
Declaration
public string Attachments { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Attachments. |
AttachmentsId
Gets or sets the AttachmentsId associated with this TaskGridDetail.
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 TaskGridDetail.
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 TaskGridDetail.
Declaration
public int CompletedByStaffId { get; set; }
Property Value
Type | Description |
---|---|
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 TaskGridDetail.
Declaration
public int CreatedByStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CreatedByStaffId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TaskGridDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CrmSuppressFlag
Gets or sets the CrmSuppressFlag associated with this TaskGridDetail.
Declaration
public bool CrmSuppressFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The CrmSuppressFlag. |
EmailSubject
Gets or sets the EmailSubject associated with this TaskGridDetail.
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 TaskGridDetail.
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 TaskGridDetail.
Declaration
public int? EmployerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EmployerId. |
EmployerJob
Declaration
public virtual EmployerJob EmployerJob { get; set; }
Property Value
Type | Description |
---|---|
EmployerJob |
EmployerJobId
Gets or sets the EmployerJobId associated with this TaskGridDetail.
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 TaskGridDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActivityNotViewed
Gets or sets the IsActivityNotViewed associated with this TaskGridDetail.
Declaration
public bool IsActivityNotViewed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActivityNotViewed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TaskGridDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TaskGridDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LockedByUserId
Gets or sets the LockedByUserId associated with this TaskGridDetail.
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 TaskGridDetail.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PreviouslyAssignedtoStaff
Declaration
public virtual Staff PreviouslyAssignedtoStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PreviouslyAssignedToStaffId
Gets or sets the PreviouslyAssignedToStaffId associated with this TaskGridDetail.
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 TaskGridDetail.
Declaration
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Priority. |
ProgramCode
Gets or sets the ProgramCode associated with this TaskGridDetail.
Declaration
public string ProgramCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramCode. |
ProspectInquiry
Declaration
public virtual ProspectInquiry ProspectInquiry { get; set; }
Property Value
Type | Description |
---|---|
ProspectInquiry |
ProspectInquiryId
Gets or sets the ProspectInquiryId associated with this TaskGridDetail.
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 TaskGridDetail.
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 TaskGridDetail.
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 TaskGridDetail.
Declaration
public string ResultText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResultText. |
SessionCampusId
Gets or sets the SessionCampusId associated with this TaskGridDetail.
Declaration
public int? SessionCampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SessionCampusId. |
SourceRecordId
Gets or sets the SourceRecordId associated with this TaskGridDetail.
Declaration
public int SourceRecordId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SourceRecordId. |
SourceSystem
Gets or sets the SourceSystem associated with this TaskGridDetail.
Declaration
public string SourceSystem { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceSystem. |
SourceTable
Gets or sets the SourceTable associated with this TaskGridDetail.
Declaration
public string SourceTable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SourceTable. |
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 TaskGridDetail.
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 TaskGridDetail.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
StudentPhoneNumber
Gets or sets the StudentPhoneNumber associated with this TaskGridDetail.
Declaration
public string StudentPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentPhoneNumber. |
Subject
Gets or sets the Subject associated with this TaskGridDetail.
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Subject. |
SyOrganization
Declaration
public virtual SyOrganization SyOrganization { get; set; }
Property Value
Type | Description |
---|---|
SyOrganization |
SyOrganizationContact
Declaration
public virtual SyOrganizationContact SyOrganizationContact { get; set; }
Property Value
Type | Description |
---|---|
SyOrganizationContact |
SyOrganizationContactId
Gets or sets the SyOrganizationContactId associated with this TaskGridDetail.
Declaration
public int? SyOrganizationContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SyOrganizationContactId. |
SyOrganizationId
Gets or sets the SyOrganizationId associated with this TaskGridDetail.
Declaration
public int? SyOrganizationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SyOrganizationId. |
TaskDueDate
Gets or sets the TaskDueDate associated with this TaskGridDetail.
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 TaskGridDetail.
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 TaskGridDetail.
Declaration
public int TaskResultId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskResultId. |
TaskStartDate
Gets or sets the TaskStartDate associated with this TaskGridDetail.
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 TaskGridDetail.
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 TaskGridDetail.
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 TaskGridDetail.
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 TaskGridDetail.
Declaration
public int TaskTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskTypeId. |
TemplateTextFile
Gets or sets the TemplateTextFile associated with this TaskGridDetail.
Declaration
public string TemplateTextFile { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TemplateTextFile. |
TimeZone
Gets or sets the TimeZone associated with this TaskGridDetail.
Declaration
public string TimeZone { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TimeZone. |
WorkflowInstanceIdentifier
Gets or sets the WorkflowInstanceIdentifier associated with this TaskGridDetail.
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()
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. |