Class GeneralLedgerExportFileDefinitionField
This class represents the EntityModel interface to the SaGLExportFileDefinitionField database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class GeneralLedgerExportFileDefinitionField
Constructors
GeneralLedgerExportFileDefinitionField()
Declaration
public GeneralLedgerExportFileDefinitionField()
Properties
BeginningPosition
Gets or sets the BeginningPosition associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public int BeginningPosition { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The BeginningPosition. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The CreatedDateTime. |
DecimalFormat
Gets or sets the DecimalFormat associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public string DecimalFormat { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The DecimalFormat. |
DecimalsImplied
Gets or sets the DecimalsImplied associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public int DecimalsImplied { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The DecimalsImplied. |
Description
Gets or sets the Description associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Description. |
FieldLength
Gets or sets the FieldLength associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public int FieldLength { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The FieldLength. |
FieldName
Gets or sets the FieldName associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public string FieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The FieldName. |
FieldSequence
Gets or sets the FieldSequence associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public int FieldSequence { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The FieldSequence. |
FieldValue
Gets or sets the FieldValue associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public string FieldValue { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The FieldValue. |
GeneralLedgerExportFileDefinition
Declaration
public virtual GeneralLedgerExportFileDefinition GeneralLedgerExportFileDefinition { get; set; }
Property Value
| Type | Description |
|---|---|
| GeneralLedgerExportFileDefinition |
GeneralLedgerExportFileDefinitionAvailableField
Declaration
public virtual GeneralLedgerExportFileDefinitionAvailableField GeneralLedgerExportFileDefinitionAvailableField { get; set; }
Property Value
| Type | Description |
|---|---|
| GeneralLedgerExportFileDefinitionAvailableField |
GeneralLedgerExportFileDefinitionAvailableFieldId
Gets or sets the GeneralLedgerExportFileDefinitionAvailableFieldId associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public int GeneralLedgerExportFileDefinitionAvailableFieldId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The GeneralLedgerExportFileDefinitionAvailableFieldId. |
GeneralLedgerExportFileDefinitionId
Gets or sets the GeneralLedgerExportFileDefinitionId associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public int GeneralLedgerExportFileDefinitionId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The GeneralLedgerExportFileDefinitionId. |
Id
Gets or sets the Id associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The Id. |
IsEditableAtRuntime
Gets or sets the IsEditableAtRuntime associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public bool IsEditableAtRuntime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The IsEditableAtRuntime. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The LastModifiedUserId. |
LeftOffset
Gets or sets the LeftOffset associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public int? LeftOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The LeftOffset. |
Padding
Gets or sets the Padding associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public string Padding { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Padding. |
RightOffset
Gets or sets the RightOffset associated with this GeneralLedgerExportFileDefinitionField.
Declaration
public int? RightOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The RightOffset. |
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. |