Class DocumentAssignment
Inheritance
System.Object
DocumentAssignment
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()
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DocumentAssignment
Constructors
DocumentAssignment()
Declaration
public DocumentAssignment()
Properties
AwardYear
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateApproved
Declaration
public DateTime? DateApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DateDue
Declaration
public DateTime? DateDue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DateReceived
Declaration
public DateTime? DateReceived { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DateRequested
Declaration
public DateTime? DateRequested { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DateSent
Declaration
public DateTime? DateSent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
DocStatus
Declaration
public int? DocStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
DocumentId
Declaration
public int? DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IsAwardYearSpecific
Declaration
public bool IsAwardYearSpecific { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |