Class DocumentTrackingCustom
Inheritance
System.Object
DocumentTrackingCustom
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentTrackingCustom
Constructors
DocumentTrackingCustom()
Declaration
public DocumentTrackingCustom()
Properties
ApprovedDate
Declaration
public DateTime? ApprovedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type |
Description |
System.String |
|
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusName
Declaration
public string CampusName { get; set; }
Property Value
Type |
Description |
System.String |
|
DmProvider
Declaration
public string DmProvider { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentId
Declaration
public int DocumentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DocumentStatusCode
Declaration
public string DocumentStatusCode { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentStatusId
Declaration
public int DocumentStatusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DocumentStatusName
Declaration
public string DocumentStatusName { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentTypeCode
Declaration
public string DocumentTypeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentTypeId
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DocumentTypeName
Declaration
public string DocumentTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
DueDate
Declaration
public DateTime? DueDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
ExternalSystemDocumentIdentifier0
Declaration
public string ExternalSystemDocumentIdentifier0 { get; set; }
Property Value
Type |
Description |
System.String |
|
ExternalSystemDocumentIdentifier1
Declaration
public string ExternalSystemDocumentIdentifier1 { get; set; }
Property Value
Type |
Description |
System.String |
|
IsAllowedToEdit
Declaration
public bool IsAllowedToEdit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAwardYearSpecific
Declaration
public bool IsAwardYearSpecific { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ModuleName
Declaration
public string ModuleName { get; set; }
Property Value
Type |
Description |
System.String |
|
OriginalFileName
Declaration
public string OriginalFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
ReceivedDate
Declaration
public DateTime? ReceivedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
RequestedDate
Declaration
public DateTime? RequestedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Ssn
Declaration
public string Ssn { get; set; }
Property Value
Type |
Description |
System.String |
|
Student
Declaration
public string Student { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|