Class BursaryDocumentListExtended
Inheritance
System.Object
BursaryDocumentListExtended
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()
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class BursaryDocumentListExtended
Constructors
BursaryDocumentListExtended()
Declaration
public BursaryDocumentListExtended()
Properties
BursaryAttributeId
Declaration
public int BursaryAttributeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
BursaryId
Declaration
public int BursaryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CampusList
Declaration
public ICollection<string> CampusList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
DocumentCode
Declaration
public string DocumentCode { get; set; }
Property Value
Type |
Description |
System.String |
|
DocumentId
Declaration
public int DocumentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DocumentName
Declaration
public string DocumentName { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
IsMandatory
Declaration
public bool? IsMandatory { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Module
Declaration
public string Module { get; set; }
Property Value
Type |
Description |
System.String |
|