Class BursaryApplicationDates
Inheritance
System.Object
BursaryApplicationDates
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.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryApplicationDates
Constructors
BursaryApplicationDates()
Declaration
public BursaryApplicationDates()
Properties
AcademicSessionId
Declaration
public int AcademicSessionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BursaryId
Declaration
public int BursaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EntityState
Declaration
public int? EntityState { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Id
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RegistrationEndDate
Declaration
public DateTime? RegistrationEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
RegistrationEndTime
Declaration
public DateTime? RegistrationEndTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
RegistrationStartDate
Declaration
public DateTime? RegistrationStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
RegistrationStartTime
Declaration
public DateTime? RegistrationStartTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |