Class EntranceTestImportFileSchemaRowDetail
This class represents the EntityModel interface to the AmTestImportFileLayoutDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class EntranceTestImportFileSchemaRowDetail
Constructors
EntranceTestImportFileSchemaRowDetail()
Declaration
public EntranceTestImportFileSchemaRowDetail()
Properties
ConversionFromColumn
Gets or sets the ConversionFromColumn associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public string ConversionFromColumn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ConversionFromColumn. |
ConversionTable
Gets or sets the ConversionTable associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public string ConversionTable { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ConversionTable. |
ConversionToColumn
Gets or sets the ConversionToColumn associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public string ConversionToColumn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ConversionToColumn. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
DependentOnField
Gets or sets the DependentOnField associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public string DependentOnField { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DependentOnField. |
DependentOperator
Gets or sets the DependentOperator associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public string DependentOperator { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DependentOperator. |
DependentValue
Gets or sets the DependentValue associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public string DependentValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DependentValue. |
DisplayOrder
Gets or sets the DisplayOrder associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public int DisplayOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The DisplayOrder. |
EndPosition
Gets or sets the EndPosition associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public int EndPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The EndPosition. |
EntranceTest
Declaration
public virtual EntranceTest EntranceTest { get; set; }
Property Value
| Type | Description |
|---|---|
| EntranceTest |
EntranceTestId
Gets or sets the EntranceTestId associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public int? EntranceTestId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The EntranceTestId. |
EntranceTestImportFileSchemaId
Gets or sets the EntranceTestImportFileSchemaId associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public int? EntranceTestImportFileSchemaId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The EntranceTestImportFileSchemaId. |
FieldName
Gets or sets the FieldName associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public string FieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The FieldName. |
Id
Gets or sets the Id associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
ReferenceColumnName
Gets or sets the ReferenceColumnName associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public string ReferenceColumnName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ReferenceColumnName. |
StartPosition
Gets or sets the StartPosition associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public int StartPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The StartPosition. |
TestDateFieldName
Gets or sets the TestDateFieldName associated with this EntranceTestImportFileSchemaRowDetail.
Declaration
public string TestDateFieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TestDateFieldName. |
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. |