Class EntranceTestImportRecordEntity
This class represents the EntityModel interface to the AmTestImport database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class EntranceTestImportRecordEntity : Entity, IIdentifiable, IAuditable
Constructors
EntranceTestImportRecordEntity()
Declaration
public EntranceTestImportRecordEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntranceTestImportFileIdProperty
The EntranceTestImportFileId property.
Declaration
public static readonly EntityProperty EntranceTestImportFileIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntranceTestXmlDataProperty
The EntranceTestXmlData property.
Declaration
public static readonly EntityProperty EntranceTestXmlDataProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FirstNameProperty
The FirstName property.
Declaration
public static readonly EntityProperty FirstNameProperty
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 |
LastNameProperty
The LastName property.
Declaration
public static readonly EntityProperty LastNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MessageProperty
The Message property.
Declaration
public static readonly EntityProperty MessageProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NumberOfMatchesProperty
The NumberOfMatches property.
Declaration
public static readonly EntityProperty NumberOfMatchesProperty
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 |
SsnProperty
The Ssn property.
Declaration
public static readonly EntityProperty SsnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this EntranceTestImportRecordEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EntranceTestImportFileId
Gets or sets the EntranceTestImportFileId associated with this EntranceTestImportRecordEntity.
Declaration
public int EntranceTestImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EntranceTestImportFileId. |
EntranceTestXmlData
Gets or sets the EntranceTestXmlData associated with this EntranceTestImportRecordEntity.
Declaration
public string EntranceTestXmlData { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EntranceTestXmlData. |
FirstName
Gets or sets the FirstName associated with this EntranceTestImportRecordEntity.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
Id
Gets or sets the Id associated with this EntranceTestImportRecordEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this EntranceTestImportRecordEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this EntranceTestImportRecordEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this EntranceTestImportRecordEntity.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
Message
Gets or sets the Message associated with this EntranceTestImportRecordEntity.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Message. |
NumberOfMatches
Gets or sets the NumberOfMatches associated with this EntranceTestImportRecordEntity.
Declaration
public int NumberOfMatches { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NumberOfMatches. |
RecordIdentifier
Declaration
public Guid RecordIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
RowVersion
Gets or sets the RowVersion associated with this EntranceTestImportRecordEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Ssn
Gets or sets the Ssn associated with this EntranceTestImportRecordEntity.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
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()