Class Incident
This class represents the EntityModel interface to the cmIncident database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Crm
Assembly: Cmc.Nexus.Models.dll
Syntax
public class Incident
Constructors
Incident()
Declaration
public Incident()
Properties
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this Incident.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this Incident.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this Incident.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
GeneralPublic
Declaration
public virtual ICollection<IncidentGeneralPublicPerson> GeneralPublic { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<IncidentGeneralPublicPerson> |
HousingBuilding
Declaration
public virtual HousingBuilding HousingBuilding { get; set; }
Property Value
Type | Description |
---|---|
HousingBuilding |
HousingBuildingId
Gets or sets the HousingBuildingId associated with this Incident.
Declaration
public int? HousingBuildingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The HousingBuildingId. |
Id
Gets or sets the Id associated with this Incident.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IncidentAdditionalDetails
Declaration
public virtual ICollection<IncidentAdditionalDetail> IncidentAdditionalDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<IncidentAdditionalDetail> |
IncidentDate
Gets or sets the IncidentDate associated with this Incident.
Declaration
public DateTime? IncidentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IncidentDate. |
IncidentStaffPersons
Declaration
public virtual ICollection<IncidentStaffPerson> IncidentStaffPersons { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<IncidentStaffPerson> |
IncidentStudents
Declaration
public virtual ICollection<IncidentStudent> IncidentStudents { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<IncidentStudent> |
IncidentTime
Gets or sets the IncidentTime associated with this Incident.
Declaration
public DateTime? IncidentTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IncidentTime. |
IncidentTitle
Gets or sets the IncidentTitle associated with this Incident.
Declaration
public string IncidentTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IncidentTitle. |
IncidentType
Declaration
public virtual IncidentType IncidentType { get; set; }
Property Value
Type | Description |
---|---|
IncidentType |
IncidentTypeId
Gets or sets the IncidentTypeId associated with this Incident.
Declaration
public int IncidentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IncidentTypeId. |
IsActive
Gets or sets the IsActive associated with this Incident.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this Incident.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this Incident.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Location
Gets or sets the Location associated with this Incident.
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Location. |
LocationType
Gets or sets the LocationType associated with this Incident.
Declaration
public int LocationType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LocationType. |
StudentServicesLocation
Declaration
public virtual StudentServicesLocation StudentServicesLocation { get; set; }
Property Value
Type | Description |
---|---|
StudentServicesLocation |
StudentServicesLocationId
Gets or sets the StudentServicesLocationId associated with this Incident.
Declaration
public int? StudentServicesLocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentServicesLocationId. |
TaskTemplate
Declaration
public virtual TaskTemplate TaskTemplate { get; set; }
Property Value
Type | Description |
---|---|
TaskTemplate |
TaskTemplateId
Gets or sets the TaskTemplateId associated with this Incident.
Declaration
public int TaskTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskTemplateId. |
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()