Class StudentDisabilityDetailEntity
This class represents the EntityModel interface to the SsStudentDisabilityDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class StudentDisabilityDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentDisabilityDetailEntity()
Declaration
public StudentDisabilityDetailEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisabilityStatusIdProperty
The DisabilityStatusId property.
Declaration
public static readonly EntityProperty DisabilityStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisabilityTypeIdCollectionProperty
The DisabilityTypeIdCollection property.
Declaration
public static readonly EntityProperty DisabilityTypeIdCollectionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisabilityTypesProperty
The disability types property
Declaration
public static readonly EntityProperty DisabilityTypesProperty
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 |
IsDisabledProperty
The IsDisabled property.
Declaration
public static readonly EntityProperty IsDisabledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPriorityRegistrationProperty
The IsPriorityRegistration property.
Declaration
public static readonly EntityProperty IsPriorityRegistrationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRegistrationAssistanceNeededProperty
The IsRegistrationAssistanceNeeded property.
Declaration
public static readonly EntityProperty IsRegistrationAssistanceNeededProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
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 |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentDisabilityDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisabilityStatusId
Gets or sets the DisabilityStatusId associated with this StudentDisabilityDetailEntity.
Declaration
public int? DisabilityStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisabilityStatusId. |
DisabilityTypeIdCollection
Gets or sets the DisabilityTypeIdCollection associated with this StudentDisabilityDetailEntity.
Declaration
public string DisabilityTypeIdCollection { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DisabilityTypeIdCollection. |
DisabilityTypes
Gets or sets the disability types.
Declaration
public EntityCollection<DisabilityTypeEntity> DisabilityTypes { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<DisabilityTypeEntity> | The disability types. |
Id
Gets or sets the Id associated with this StudentDisabilityDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDisabled
Gets or sets the IsDisabled associated with this StudentDisabilityDetailEntity.
Declaration
public string IsDisabled { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsDisabled. |
IsPriorityRegistration
Gets or sets the IsPriorityRegistration associated with this StudentDisabilityDetailEntity.
Declaration
public string IsPriorityRegistration { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsPriorityRegistration. |
IsRegistrationAssistanceNeeded
Gets or sets the IsRegistrationAssistanceNeeded associated with this StudentDisabilityDetailEntity.
Declaration
public string IsRegistrationAssistanceNeeded { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsRegistrationAssistanceNeeded. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentDisabilityDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentDisabilityDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this StudentDisabilityDetailEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RowVersion
Gets or sets the RowVersion associated with this StudentDisabilityDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentDisabilityDetailEntity.
Declaration
public int? StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentDisabilityDetailEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
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()