Class HousingRoommateMatchCriteriaDetailEntity
This class represents the EntityModel interface to the HsRoomMateMatchCriteria database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentServices.Entities
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public class HousingRoommateMatchCriteriaDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
HousingRoommateMatchCriteriaDetailEntity()
Declaration
public HousingRoommateMatchCriteriaDetailEntity()
Fields
ApplicationFromSubmitDateProperty
The ApplicationFromSubmitDate property.
Declaration
public static readonly EntityProperty ApplicationFromSubmitDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ApplicationToSubmitDateProperty
The ApplicationToSubmitDate property.
Declaration
public static readonly EntityProperty ApplicationToSubmitDateProperty
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 |
GraduationFromDateProperty
The GraduationFromDate property.
Declaration
public static readonly EntityProperty GraduationFromDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GraduationToDateProperty
The GraduationToDate property.
Declaration
public static readonly EntityProperty GraduationToDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingEndDateProperty
The HousingEndDate property.
Declaration
public static readonly EntityProperty HousingEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingRoommateMatchIdProperty
The HousingRoommateMatchId property.
Declaration
public static readonly EntityProperty HousingRoommateMatchIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HousingStartDateProperty
The HousingStartDate property.
Declaration
public static readonly EntityProperty HousingStartDateProperty
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 |
IsAcademicYearProperty
The IsAcademicYear property.
Declaration
public static readonly EntityProperty IsAcademicYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsHousingDateFilledProperty
The IsHousingDateFilled property.
Declaration
public static readonly EntityProperty IsHousingDateFilledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPackagedOnlyProperty
The IsPackagedOnly property.
Declaration
public static readonly EntityProperty IsPackagedOnlyProperty
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 |
LeaseEndDateProperty
The LeaseEndDate property.
Declaration
public static readonly EntityProperty LeaseEndDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LeaseStartDateProperty
The LeaseStartDate property.
Declaration
public static readonly EntityProperty LeaseStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MatchingThresholdValueProperty
The MatchingThresholdValue property.
Declaration
public static readonly EntityProperty MatchingThresholdValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramFromStartDateProperty
The ProgramFromStartDate property.
Declaration
public static readonly EntityProperty ProgramFromStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramToStartDateProperty
The ProgramToStartDate property.
Declaration
public static readonly EntityProperty ProgramToStartDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdentifierProperty
The ProgramVersionIdentifier property.
Declaration
public static readonly EntityProperty ProgramVersionIdentifierProperty
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 |
StudentGroupIdProperty
The StudentGroupId property.
Declaration
public static readonly EntityProperty StudentGroupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The TermId property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApplicationFromSubmitDate
Gets or sets the ApplicationFromSubmitDate associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime? ApplicationFromSubmitDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApplicationFromSubmitDate. |
ApplicationToSubmitDate
Gets or sets the ApplicationToSubmitDate associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime? ApplicationToSubmitDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ApplicationToSubmitDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GraduationFromDate
Gets or sets the GraduationFromDate associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime? GraduationFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The GraduationFromDate. |
GraduationToDate
Gets or sets the GraduationToDate associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime? GraduationToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The GraduationToDate. |
HousingEndDate
Gets or sets the HousingEndDate associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime HousingEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The HousingEndDate. |
HousingRoommateMatchId
Gets or sets the HousingRoommateMatchId associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public int HousingRoommateMatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HousingRoommateMatchId. |
HousingStartDate
Gets or sets the HousingStartDate associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime HousingStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The HousingStartDate. |
Id
Gets or sets the Id associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAcademicYear
Gets or sets the IsAcademicYear associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public bool IsAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAcademicYear. |
IsHousingDateFilled
Gets or sets the IsHousingDateFilled associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public bool IsHousingDateFilled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHousingDateFilled. |
IsPackagedOnly
Gets or sets the IsPackagedOnly associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public bool? IsPackagedOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsPackagedOnly. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LeaseEndDate
Gets or sets the LeaseEndDate associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime? LeaseEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LeaseEndDate. |
LeaseStartDate
Gets or sets the LeaseStartDate associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime? LeaseStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LeaseStartDate. |
MatchingThresholdValue
Gets or sets the MatchingThresholdValue associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public short MatchingThresholdValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The MatchingThresholdValue. |
ProgramFromStartDate
Gets or sets the ProgramFromStartDate associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime? ProgramFromStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ProgramFromStartDate. |
ProgramToStartDate
Gets or sets the ProgramToStartDate associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public DateTime? ProgramToStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ProgramToStartDate. |
ProgramVersionIdentifier
Gets or sets the ProgramVersionIdentifier associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public string ProgramVersionIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramVersionIdentifier. |
RowVersion
Gets or sets the RowVersion associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentGroupId
Gets or sets the StudentGroupId associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
TermId
Gets or sets the TermId associated with this HousingRoommateMatchCriteriaDetailEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
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()