Class EntranceTestImportMatchSettingEntity
This class represents the EntityModel interface to the AMTestScoreMatchCriteria database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class EntranceTestImportMatchSettingEntity : Entity, IIdentifiable
Constructors
EntranceTestImportMatchSettingEntity()
Declaration
public EntranceTestImportMatchSettingEntity()
Fields
CityMatchProperty
The CityMatch property.
Declaration
public static readonly EntityProperty CityMatchProperty
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 |
EmailAddressMatchProperty
The EmailAddressMatch property.
Declaration
public static readonly EntityProperty EmailAddressMatchProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstNameMatchProperty
The FirstNameMatch property.
Declaration
public static readonly EntityProperty FirstNameMatchProperty
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 |
IsEmailEnabledProperty
The IsEmailEnabled property.
Declaration
public static readonly EntityProperty IsEmailEnabledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsOtherEmailEnabledProperty
The IsOtherEmailEnabled property.
Declaration
public static readonly EntityProperty IsOtherEmailEnabledProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSecondaryCriteriaProperty
The IsSecondaryCriteria property.
Declaration
public static readonly EntityProperty IsSecondaryCriteriaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSsnEnabledProperty
The IsSsnEnabled property.
Declaration
public static readonly EntityProperty IsSsnEnabledProperty
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 |
LastNameMatchProperty
The LastNameMatch property.
Declaration
public static readonly EntityProperty LastNameMatchProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PhoneNumberMatchProperty
The PhoneNumberMatch property.
Declaration
public static readonly EntityProperty PhoneNumberMatchProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PostalCodeMatchProperty
The PostalCodeMatch property.
Declaration
public static readonly EntityProperty PostalCodeMatchProperty
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 |
StateNameMatchProperty
The StateNameMatch property.
Declaration
public static readonly EntityProperty StateNameMatchProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StreetNameMatchProperty
The StreetNameMatch property.
Declaration
public static readonly EntityProperty StreetNameMatchProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TotalScoreMatchProperty
The TotalScoreMatch property.
Declaration
public static readonly EntityProperty TotalScoreMatchProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CityMatch
Gets or sets the CityMatch associated with this EntranceTestImportMatchSettingEntity.
Declaration
public int CityMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CityMatch. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this EntranceTestImportMatchSettingEntity.
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 EntranceTestImportMatchSettingEntity.
Declaration
public int EmailAddressMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EmailAddressMatch. |
FirstNameMatch
Gets or sets the FirstNameMatch associated with this EntranceTestImportMatchSettingEntity.
Declaration
public int FirstNameMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FirstNameMatch. |
Id
Gets or sets the Id associated with this EntranceTestImportMatchSettingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEmailEnabled
Gets or sets the IsEmailEnabled associated with this EntranceTestImportMatchSettingEntity.
Declaration
public bool IsEmailEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEmailEnabled. |
IsOtherEmailEnabled
Gets or sets the IsOtherEmailEnabled associated with this EntranceTestImportMatchSettingEntity.
Declaration
public bool IsOtherEmailEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOtherEmailEnabled. |
IsSecondaryCriteria
Gets or sets the IsSecondaryCriteria associated with this EntranceTestImportMatchSettingEntity.
Declaration
public bool IsSecondaryCriteria { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSecondaryCriteria. |
IsSsnEnabled
Gets or sets the IsSsnEnabled associated with this EntranceTestImportMatchSettingEntity.
Declaration
public bool IsSsnEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSsnEnabled. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this EntranceTestImportMatchSettingEntity.
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 EntranceTestImportMatchSettingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastNameMatch
Gets or sets the LastNameMatch associated with this EntranceTestImportMatchSettingEntity.
Declaration
public int LastNameMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastNameMatch. |
PhoneNumberMatch
Gets or sets the PhoneNumberMatch associated with this EntranceTestImportMatchSettingEntity.
Declaration
public int PhoneNumberMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PhoneNumberMatch. |
PostalCodeMatch
Gets or sets the PostalCodeMatch associated with this EntranceTestImportMatchSettingEntity.
Declaration
public int PostalCodeMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PostalCodeMatch. |
RowVersion
Gets or sets the RowVersion associated with this EntranceTestImportMatchSettingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StateNameMatch
Gets or sets the StateNameMatch associated with this EntranceTestImportMatchSettingEntity.
Declaration
public int StateNameMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StateNameMatch. |
StreetNameMatch
Gets or sets the StreetNameMatch associated with this EntranceTestImportMatchSettingEntity.
Declaration
public int StreetNameMatch { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StreetNameMatch. |
TotalScoreMatch
Gets or sets the TotalScoreMatch associated with this EntranceTestImportMatchSettingEntity.
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()