Class SaveStudentAwardExceptionRequest
Inheritance
System.Object
SaveStudentAwardExceptionRequest
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class SaveStudentAwardExceptionRequest : ServiceRequest
Constructors
SaveStudentAwardExceptionRequest()
Declaration
public SaveStudentAwardExceptionRequest()
Properties
CreatedDateTime
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
InUseDateTime
Declaration
public DateTime? InUseDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
InUseStaffId
Declaration
public int? InUseStaffId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
LastModifiedDateTime
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ServicerExceptionId
Declaration
public int ServicerExceptionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|