Class EntranceTestImportFileSchemaRowDetailEntity
This class represents the EntityModel interface to the AmTestImportFileLayoutDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class EntranceTestImportFileSchemaRowDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
EntranceTestImportFileSchemaRowDetailEntity()
Declaration
public EntranceTestImportFileSchemaRowDetailEntity()
Fields
ConversionFromColumnProperty
The ConversionFromColumn property.
Declaration
public static readonly EntityProperty ConversionFromColumnProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ConversionTableProperty
The ConversionTable property.
Declaration
public static readonly EntityProperty ConversionTableProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ConversionToColumnProperty
The ConversionToColumn property.
Declaration
public static readonly EntityProperty ConversionToColumnProperty
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 |
DependentOnFieldProperty
The DependentOnField property.
Declaration
public static readonly EntityProperty DependentOnFieldProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DependentOperatorProperty
The DependentOperator property.
Declaration
public static readonly EntityProperty DependentOperatorProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DependentValueProperty
The DependentValue property.
Declaration
public static readonly EntityProperty DependentValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisplayOrderProperty
The DisplayOrder property.
Declaration
public static readonly EntityProperty DisplayOrderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EndPositionProperty
The EndPosition property.
Declaration
public static readonly EntityProperty EndPositionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntranceTestIdProperty
The EntranceTestId property.
Declaration
public static readonly EntityProperty EntranceTestIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EntranceTestImportFileSchemaIdProperty
The EntranceTestImportFileSchemaId property.
Declaration
public static readonly EntityProperty EntranceTestImportFileSchemaIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldNameProperty
The FieldName property.
Declaration
public static readonly EntityProperty FieldNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FileSchemaRowDetailEntranceTestsProperty
The FileSchemaRowDetailEntranceTests property.
Declaration
public static readonly EntityProperty FileSchemaRowDetailEntranceTestsProperty
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 |
ReferenceColumnNameProperty
The ReferenceColumnName property.
Declaration
public static readonly EntityProperty ReferenceColumnNameProperty
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 |
StartPositionProperty
The StartPosition property.
Declaration
public static readonly EntityProperty StartPositionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TestDateFieldNameProperty
The TestDateFieldName property.
Declaration
public static readonly EntityProperty TestDateFieldNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ConversionFromColumn
Gets or sets the ConversionFromColumn associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public string ConversionFromColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConversionFromColumn. |
ConversionTable
Gets or sets the ConversionTable associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public string ConversionTable { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConversionTable. |
ConversionToColumn
Gets or sets the ConversionToColumn associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public string ConversionToColumn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ConversionToColumn. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DependentOnField
Gets or sets the DependentOnField associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public string DependentOnField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DependentOnField. |
DependentOperator
Gets or sets the DependentOperator associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public string DependentOperator { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DependentOperator. |
DependentValue
Gets or sets the DependentValue associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public string DependentValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DependentValue. |
DisplayOrder
Gets or sets the DisplayOrder associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public int DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisplayOrder. |
EndPosition
Gets or sets the EndPosition associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public int EndPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The EndPosition. |
EntranceTestId
Gets or sets the EntranceTestId associated with this EntranceTestImportFileSchemaRowDetailEntity.
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 EntranceTestImportFileSchemaRowDetailEntity.
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 EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldName. |
FileSchemaRowDetailEntranceTests
Declaration
public virtual EntityCollection<EntranceTestImportFileSchemaEntranceTestEntity> FileSchemaRowDetailEntranceTests { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<EntranceTestImportFileSchemaEntranceTestEntity> |
Id
Gets or sets the Id associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ReferenceColumnName
Gets or sets the ReferenceColumnName associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public string ReferenceColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReferenceColumnName. |
RowVersion
Gets or sets the RowVersion associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StartPosition
Gets or sets the StartPosition associated with this EntranceTestImportFileSchemaRowDetailEntity.
Declaration
public int StartPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StartPosition. |
TestDateFieldName
Gets or sets the TestDateFieldName associated with this EntranceTestImportFileSchemaRowDetailEntity.
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()