Class Document
This class represents the EntityModel interface to the CmDocument database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Document
Constructors
Document()
Declaration
public Document()
Properties
ApprovedDate
Gets or sets the ApprovedDate associated with this Document.
Declaration
public DateTime? ApprovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApprovedDate. |
AwardYear
Gets or sets the AwardYear associated with this Document.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
CreatedByUser
Declaration
public virtual Staff CreatedByUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
CreatedByUserId
Gets or sets the CreatedByUserId associated with this Document.
Declaration
public int? CreatedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CreatedByUserId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Document.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DataChanges
Declaration
public virtual ICollection<DocumentDataChange> DataChanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DocumentDataChange> |
DocumentImage
Gets or sets the DocumentImage associated with this Document.
Declaration
public byte[] DocumentImage { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The DocumentImage. |
DocumentScheduleId
Gets or sets the DocumentScheduleId associated with this Document.
Declaration
public int? DocumentScheduleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentScheduleId. |
DocumentStatus
Declaration
public virtual DocumentStatus DocumentStatus { get; set; }
Property Value
Type | Description |
---|---|
DocumentStatus |
DocumentStatusId
Gets or sets the DocumentStatusId associated with this Document.
Declaration
public int DocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentStatusId. |
DocumentTranscriptRequest
Declaration
public virtual DocumentTranscriptRequest DocumentTranscriptRequest { get; set; }
Property Value
Type | Description |
---|---|
DocumentTranscriptRequest |
DocumentTranscriptRequestId
Gets or sets the DocumentTranscriptRequestId associated with this Document.
Declaration
public int? DocumentTranscriptRequestId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentTranscriptRequestId. |
DocumentTriggerId
Gets or sets the DocumentTriggerId associated with this Document.
Declaration
public int? DocumentTriggerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentTriggerId. |
DocumentType
Declaration
public virtual DocumentType DocumentType { get; set; }
Property Value
Type | Description |
---|---|
DocumentType |
DocumentTypeId
Gets or sets the DocumentTypeId associated with this Document.
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentTypeId. |
DueDate
Gets or sets the DueDate associated with this Document.
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The DueDate. |
ExpiresDate
Gets or sets the ExpiresDate associated with this Document.
Declaration
public DateTime? ExpiresDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ExpiresDate. |
ExtendedProperties
Extended Properties
Declaration
public ICollection<DocumentExtendedProperty> ExtendedProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DocumentExtendedProperty> |
Id
Gets or sets the Id associated with this Document.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ImageNowDocId0
Gets or sets the ImageNowDocId0 associated with this Document.
Declaration
public string ImageNowDocId0 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImageNowDocId0. |
ImageNowDocId1
Gets or sets the ImageNowDocId1 associated with this Document.
Declaration
public string ImageNowDocId1 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImageNowDocId1. |
ImageType
Gets or sets the ImageType associated with this Document.
Declaration
public string ImageType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ImageType. |
IsDocumentAddedManually
Gets or sets the IsDocumentAddedManually associated with this Document.
Declaration
public bool? IsDocumentAddedManually { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsDocumentAddedManually. |
IsPermit
Gets or sets the IsPermit associated with this Document.
Declaration
public bool IsPermit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPermit. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Document.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Document.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Module
Declaration
public virtual Module Module { get; set; }
Property Value
Type | Description |
---|---|
Module |
ModuleId
Gets or sets the ModuleId associated with this Document.
Declaration
public int ModuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ModuleId. |
Note
Gets or sets the Note associated with this Document.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
OriginalFileName
Gets or sets the OriginalFileName associated with this Document.
Declaration
public string OriginalFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OriginalFileName. |
ReceivedDate
Gets or sets the ReceivedDate associated with this Document.
Declaration
public DateTime? ReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReceivedDate. |
RequestedDate
Gets or sets the RequestedDate associated with this Document.
Declaration
public DateTime? RequestedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The RequestedDate. |
Scanned
Gets or sets the Scanned associated with this Document.
Declaration
public bool Scanned { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The Scanned. |
SentDate
Gets or sets the SentDate associated with this Document.
Declaration
public DateTime? SentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The SentDate. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentCourseDocumentPermits
Declaration
public virtual ICollection<StudentCourseDocumentPermit> StudentCourseDocumentPermits { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentCourseDocumentPermit> |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this Document.
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 Document.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentPlacement
Declaration
public virtual StudentPlacement StudentPlacement { get; set; }
Property Value
Type | Description |
---|---|
StudentPlacement |
StudentPlacementId
Gets or sets the StudentPlacementId associated with this Document.
Declaration
public int? StudentPlacementId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentPlacementId. |
WorkflowInstanceIdentifier
Gets or sets the WorkflowInstanceIdentifier associated with this Document.
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()