Class IncidentListDetails
Inheritance
System.Object
IncidentListDetails
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 IncidentListDetails
Constructors
IncidentListDetails()
Declaration
public IncidentListDetails()
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Campus
Declaration
public string Campus { get; set; }
Property Value
Type |
Description |
System.String |
|
CmEventID
Declaration
public int CmEventID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CmincidentID
Declaration
public int CmincidentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
DateAdded
Declaration
public DateTime DateAdded { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DescripType
Declaration
public string DescripType { get; set; }
Property Value
Type |
Description |
System.String |
|
Descs
Declaration
public string Descs { get; set; }
Property Value
Type |
Description |
System.String |
|
GeneralPublicNames
Declaration
public string GeneralPublicNames { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IncidentTitle
Declaration
public string IncidentTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
ModuleCode
Declaration
public string ModuleCode { get; set; }
Property Value
Type |
Description |
System.String |
|
SsLocation_Descrip
Declaration
public string SsLocation_Descrip { get; set; }
Property Value
Type |
Description |
System.String |
|
SsLocationID
Declaration
public int? SsLocationID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StaffName
Declaration
public string StaffName { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffNames
Declaration
public string StaffNames { get; set; }
Property Value
Type |
Description |
System.String |
|
StudentNames
Declaration
public string StudentNames { get; set; }
Property Value
Type |
Description |
System.String |
|
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|