Class HousingApplicationQuestionResponseEntity
This class represents the EntityModel interface to the HsApplicationQuestionResponse database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class HousingApplicationQuestionResponseEntity : Entity, IIdentifiable, IAuditable
Constructors
HousingApplicationQuestionResponseEntity()
Declaration
public HousingApplicationQuestionResponseEntity()
Fields
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 |
HousingApplicationQuestionIdProperty
The HousingApplicationQuestionId property.
Declaration
public static readonly EntityProperty HousingApplicationQuestionIdProperty
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 |
IsFreeTextAllowedProperty
The IsFreeTextAllowed property.
Declaration
public static readonly EntityProperty IsFreeTextAllowedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsFreeTextRequiredProperty
The IsFreeTextRequired property.
Declaration
public static readonly EntityProperty IsFreeTextRequiredProperty
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 |
ResponseDataTypeProperty
The ResponseDataType property.
Declaration
public static readonly EntityProperty ResponseDataTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResponseNumberProperty
The ResponseNumber property.
Declaration
public static readonly EntityProperty ResponseNumberProperty
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 |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingApplicationQuestionResponseEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Description
Gets or sets the Description associated with this HousingApplicationQuestionResponseEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
HousingApplicationQuestionId
Gets or sets the HousingApplicationQuestionId associated with this HousingApplicationQuestionResponseEntity.
Declaration
public int HousingApplicationQuestionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HousingApplicationQuestionId. |
Id
Gets or sets the Id associated with this HousingApplicationQuestionResponseEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsFreeTextAllowed
Gets or sets the IsFreeTextAllowed associated with this HousingApplicationQuestionResponseEntity.
Declaration
public bool IsFreeTextAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFreeTextAllowed. |
IsFreeTextRequired
Gets or sets the IsFreeTextRequired associated with this HousingApplicationQuestionResponseEntity.
Declaration
public bool? IsFreeTextRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsFreeTextRequired. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingApplicationQuestionResponseEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingApplicationQuestionResponseEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ResponseDataType
Gets or sets the ResponseDataType associated with this HousingApplicationQuestionResponseEntity.
Declaration
public string ResponseDataType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResponseDataType. |
ResponseNumber
Gets or sets the ResponseNumber associated with this HousingApplicationQuestionResponseEntity.
Declaration
public int ResponseNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ResponseNumber. |
RowVersion
Gets or sets the RowVersion associated with this HousingApplicationQuestionResponseEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()