Class HousingLeaseTaskEntity
This class represents the EntityModel interface to the HSStudentLeaseEvent database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class HousingLeaseTaskEntity : Entity, IIdentifiable, IAuditable
Constructors
HousingLeaseTaskEntity()
Declaration
public HousingLeaseTaskEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingLeaseIdProperty
The HousingLeaseId property.
Declaration
public static readonly EntityProperty HousingLeaseIdProperty
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 |
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ScheduleDateProperty
The ScheduleDate property.
Declaration
public static readonly EntityProperty ScheduleDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TaskIdProperty
The TaskId property.
Declaration
public static readonly EntityProperty TaskIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingLeaseTaskEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
HousingLeaseId
Gets or sets the HousingLeaseId associated with this HousingLeaseTaskEntity.
Declaration
public int HousingLeaseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HousingLeaseId. |
Id
Gets or sets the Id associated with this HousingLeaseTaskEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingLeaseTaskEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingLeaseTaskEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this HousingLeaseTaskEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ScheduleDate
Gets or sets the ScheduleDate associated with this HousingLeaseTaskEntity.
Declaration
public DateTime? ScheduleDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ScheduleDate. |
TaskId
Gets or sets the TaskId associated with this HousingLeaseTaskEntity.
Declaration
public int TaskId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TaskId. |
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()