Class HousingRoommateMatchCriteriaDetail
This class represents the EntityModel interface to the HsRoomMateMatchCriteria database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentServices
Assembly: Cmc.Nexus.Models.dll
Syntax
public class HousingRoommateMatchCriteriaDetail
Constructors
HousingRoommateMatchCriteriaDetail()
Declaration
public HousingRoommateMatchCriteriaDetail()
Properties
ApplicationFromSubmitDate
Gets or sets the ApplicationFromSubmitDate associated with this HousingRoommateMatchCriteriaDetail.
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 HousingRoommateMatchCriteriaDetail.
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 HousingRoommateMatchCriteriaDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GraduationFromDate
Gets or sets the GraduationFromDate associated with this HousingRoommateMatchCriteriaDetail.
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 HousingRoommateMatchCriteriaDetail.
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 HousingRoommateMatchCriteriaDetail.
Declaration
public DateTime HousingEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The HousingEndDate. |
HousingRoommateMatch
Declaration
public virtual HousingRoommateMatch HousingRoommateMatch { get; set; }
Property Value
Type | Description |
---|---|
HousingRoommateMatch |
HousingRoommateMatchId
Gets or sets the HousingRoommateMatchId associated with this HousingRoommateMatchCriteriaDetail.
Declaration
public int HousingRoommateMatchId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The HousingRoommateMatchId. |
HousingStartDate
Gets or sets the HousingStartDate associated with this HousingRoommateMatchCriteriaDetail.
Declaration
public DateTime HousingStartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The HousingStartDate. |
Id
Gets or sets the Id associated with this HousingRoommateMatchCriteriaDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAcademicYear
Gets or sets the IsAcademicYear associated with this HousingRoommateMatchCriteriaDetail.
Declaration
public bool IsAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAcademicYear. |
IsHousingDateFilled
Gets or sets the IsHousingDateFilled associated with this HousingRoommateMatchCriteriaDetail.
Declaration
public bool IsHousingDateFilled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHousingDateFilled. |
IsPackagedOnly
Gets or sets the IsPackagedOnly associated with this HousingRoommateMatchCriteriaDetail.
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 HousingRoommateMatchCriteriaDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this HousingRoommateMatchCriteriaDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LeaseEndDate
Gets or sets the LeaseEndDate associated with this HousingRoommateMatchCriteriaDetail.
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 HousingRoommateMatchCriteriaDetail.
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 HousingRoommateMatchCriteriaDetail.
Declaration
public short MatchingThresholdValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The MatchingThresholdValue. |
ProgramFromStartDate
Gets or sets the ProgramFromStartDate associated with this HousingRoommateMatchCriteriaDetail.
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 HousingRoommateMatchCriteriaDetail.
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 HousingRoommateMatchCriteriaDetail.
Declaration
public string ProgramVersionIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramVersionIdentifier. |
StudentGroup
Declaration
public virtual StudentGroup StudentGroup { get; set; }
Property Value
Type | Description |
---|---|
StudentGroup |
StudentGroupId
Gets or sets the StudentGroupId associated with this HousingRoommateMatchCriteriaDetail.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this HousingRoommateMatchCriteriaDetail.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |