Class EntranceTestImportMatchSetting
This class represents the EntityModel interface to the AMTestScoreMatchCriteria database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class EntranceTestImportMatchSetting
Constructors
EntranceTestImportMatchSetting()
Declaration
public EntranceTestImportMatchSetting()
Properties
CityMatch
Gets or sets the CityMatch associated with this EntranceTestImportMatchSetting.
Declaration
public int CityMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CityMatch. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this EntranceTestImportMatchSetting.
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreatedDateTime. |
EmailAddressMatch
Gets or sets the EmailAddressMatch associated with this EntranceTestImportMatchSetting.
Declaration
public int EmailAddressMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmailAddressMatch. |
FirstNameMatch
Gets or sets the FirstNameMatch associated with this EntranceTestImportMatchSetting.
Declaration
public int FirstNameMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FirstNameMatch. |
Id
Gets or sets the Id associated with this EntranceTestImportMatchSetting.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEmailEnabled
Gets or sets the IsEmailEnabled associated with this EntranceTestImportMatchSetting.
Declaration
public bool IsEmailEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEmailEnabled. |
IsOtherEmailEnabled
Gets or sets the IsOtherEmailEnabled associated with this EntranceTestImportMatchSetting.
Declaration
public bool IsOtherEmailEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOtherEmailEnabled. |
IsSecondaryCriteria
Gets or sets the IsSecondaryCriteria associated with this EntranceTestImportMatchSetting.
Declaration
public bool IsSecondaryCriteria { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSecondaryCriteria. |
IsSsnEnabled
Gets or sets the IsSsnEnabled associated with this EntranceTestImportMatchSetting.
Declaration
public bool IsSsnEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSsnEnabled. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this EntranceTestImportMatchSetting.
Declaration
public DateTime? LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this EntranceTestImportMatchSetting.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastNameMatch
Gets or sets the LastNameMatch associated with this EntranceTestImportMatchSetting.
Declaration
public int LastNameMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastNameMatch. |
PhoneNumberMatch
Gets or sets the PhoneNumberMatch associated with this EntranceTestImportMatchSetting.
Declaration
public int PhoneNumberMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PhoneNumberMatch. |
PostalCodeMatch
Gets or sets the PostalCodeMatch associated with this EntranceTestImportMatchSetting.
Declaration
public int PostalCodeMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PostalCodeMatch. |
StateNameMatch
Gets or sets the StateNameMatch associated with this EntranceTestImportMatchSetting.
Declaration
public int StateNameMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StateNameMatch. |
StreetNameMatch
Gets or sets the StreetNameMatch associated with this EntranceTestImportMatchSetting.
Declaration
public int StreetNameMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StreetNameMatch. |
TotalScoreMatch
Gets or sets the TotalScoreMatch associated with this EntranceTestImportMatchSetting.
Declaration
public int TotalScoreMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TotalScoreMatch. |
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. |