Class AdditionalDetails
Inheritance
System.Object
AdditionalDetails
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.Crm.Contracts.dll
Syntax
public class AdditionalDetails
Constructors
AdditionalDetails()
Declaration
public AdditionalDetails()
Properties
DateCreated
Declaration
public DateTime DateCreated { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DrivingLicence
Declaration
public string DrivingLicence { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string GeneralContact { get; set; }
Property Value
Type |
Description |
System.String |
|
IncidentName
Declaration
public string IncidentName { get; set; }
Property Value
Type |
Description |
System.String |
|
IncidentType
Declaration
public string IncidentType { get; set; }
Property Value
Type |
Description |
System.String |
|
ModifiedBy
Declaration
public string ModifiedBy { get; set; }
Property Value
Type |
Description |
System.String |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffName
Declaration
public string StaffName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentName
Declaration
public string StudentName { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNumber
Declaration
public string StudentNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|