Class DocumentStatusChangeMessage
This class represents ASB Data for Document status change event
Inheritance
System.Object
DocumentStatusChangeMessage
Implements
Cmc.Core.ComponentModel.IIdentifiable
Namespace: Cmc.Nexus.Crm.Events
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentStatusChangeMessage : Entity, IIdentifiable
Constructors
DocumentStatusChangeMessage()
Declaration
public DocumentStatusChangeMessage()
Properties
ApprovedDate
Date Approved
Declaration
public DateTime? ApprovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
AwardYear
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDate
Created Date Time
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DefaultDocumentStatusCode
Default Document Status Code
Declaration
public string DefaultDocumentStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultDocumentStatusId
Default Document Status Id
Declaration
public int DefaultDocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DocumentCode
Document Code
Declaration
public string DocumentCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentName
Document Name
Declaration
public string DocumentName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentStatusId
Document Status Id
Declaration
public int DocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DocumentTypeCode
Document Type Code
Declaration
public string DocumentTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentTypeId
Document Type Id
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Id
Document Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LastModifiedDate
Last Modified Date Time
Declaration
public DateTime LastModifiedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LastModifiedUserId
Last Modified User Id
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NewDocumentStatusCode
New Document Status Code
Declaration
public string NewDocumentStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NewDocumentStatusId
New Document Status Id
Declaration
public int NewDocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OldDocumentStatusCode
Old Document Status Code
Declaration
public string OldDocumentStatusCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OldDocumentStatusId
Old Document Status Id
Declaration
public int OldDocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OriginalFileName
Original File Name
Declaration
public string OriginalFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PersonId
Person Id
Declaration
public int PersonId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReceivedDate
Received Date
Declaration
public DateTime? ReceivedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
StudentEnrollmentPeriodId
Student Enrollment Period Id
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
Student Id
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermId
Term Id
Declaration
public int TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
Cmc.Core.ComponentModel.IIdentifiable