Class IncidentEntity
This class represents the EntityModel interface to the cmIncident database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Crm.Entities
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class IncidentEntity : Entity, IIdentifiable, IAuditable
Constructors
IncidentEntity()
Declaration
public IncidentEntity()
Fields
CampusIdProperty
The CampusId property.
Declaration
public static readonly EntityProperty CampusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingBuildingIdProperty
The HousingBuildingId property.
Declaration
public static readonly EntityProperty HousingBuildingIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IncidentAdditionalDetailsProperty
The IncidentAdditionalDetails property.
Declaration
public static readonly EntityProperty IncidentAdditionalDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IncidentDateProperty
The IncidentDate property.
Declaration
public static readonly EntityProperty IncidentDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IncidentGeneralPublicPersonsProperty
The IncidentGeneralPublicPersons property.
Declaration
public static readonly EntityProperty IncidentGeneralPublicPersonsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IncidentStaffPersonsProperty
The IncidentStaffPersons property.
Declaration
public static readonly EntityProperty IncidentStaffPersonsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IncidentStudentsProperty
The IncidentStudents property.
Declaration
public static readonly EntityProperty IncidentStudentsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IncidentTimeProperty
The IncidentTime property.
Declaration
public static readonly EntityProperty IncidentTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IncidentTitleProperty
The IncidentTitle property.
Declaration
public static readonly EntityProperty IncidentTitleProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IncidentTypeIdProperty
The IncidentTypeId property.
Declaration
public static readonly EntityProperty IncidentTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LocationProperty
The Location property.
Declaration
public static readonly EntityProperty LocationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LocationTypeProperty
The LocationType property.
Declaration
public static readonly EntityProperty LocationTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentServicesLocationIdProperty
The StudentServicesLocationId property.
Declaration
public static readonly EntityProperty StudentServicesLocationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskTemplateIdProperty
The TaskTemplateId property.
Declaration
public static readonly EntityProperty TaskTemplateIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AdditionalDetails
Declaration
public List<AdditionalDetails> AdditionalDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AdditionalDetails> |
CampusId
Gets or sets the CampusId associated with this IncidentEntity.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
Comments
Declaration
public string Comments { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this IncidentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this IncidentEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
HousingBuildingId
Gets or sets the HousingBuildingId associated with this IncidentEntity.
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 IncidentEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IncidentAdditionalDetails
Declaration
public virtual EntityCollection<IncidentAdditionalDetailEntity> IncidentAdditionalDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<IncidentAdditionalDetailEntity> |
IncidentDate
Gets or sets the IncidentDate associated with this IncidentEntity.
Declaration
public DateTime? IncidentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IncidentDate. |
IncidentGeneralPublicPersons
Declaration
public virtual EntityCollection<IncidentGeneralPublicPersonEntity> IncidentGeneralPublicPersons { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<IncidentGeneralPublicPersonEntity> |
IncidentStaffPersons
Declaration
public virtual EntityCollection<IncidentStaffPersonEntity> IncidentStaffPersons { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<IncidentStaffPersonEntity> |
IncidentStudents
Declaration
public virtual EntityCollection<IncidentStudentEntity> IncidentStudents { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<IncidentStudentEntity> |
IncidentTime
Gets or sets the IncidentTime associated with this IncidentEntity.
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 IncidentEntity.
Declaration
public string IncidentTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IncidentTitle. |
IncidentTypeId
Gets or sets the IncidentTypeId associated with this IncidentEntity.
Declaration
public int IncidentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IncidentTypeId. |
IsActive
Gets or sets the IsActive associated with this IncidentEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this IncidentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this IncidentEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Location
Gets or sets the Location associated with this IncidentEntity.
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Location. |
LocationType
Gets or sets the LocationType associated with this IncidentEntity.
Declaration
public int LocationType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LocationType. |
RowVersion
Gets or sets the RowVersion associated with this IncidentEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentServicesLocationId
Gets or sets the StudentServicesLocationId associated with this IncidentEntity.
Declaration
public int? StudentServicesLocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentServicesLocationId. |
TaskTemplateId
Gets or sets the TaskTemplateId associated with this IncidentEntity.
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()