Class SaveBursaryApplicationDatesResponse
Represents the a request for the SaveBursaryApplicationDatesResponse method.
Inheritance
System.Object
SaveBursaryApplicationDatesResponse
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class SaveBursaryApplicationDatesResponse : ServiceResponse
Constructors
SaveBursaryApplicationDatesResponse()
Declaration
public SaveBursaryApplicationDatesResponse()
Properties
BursaryApplicationDateList
Gets or sets the BursaryApplicationDateList.
Declaration
public List<BursaryApplicationDates> BursaryApplicationDateList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BursaryApplicationDates> |