Class GeneralLedgerExportFileDefinitionFieldEntity
This class represents the EntityModel interface to the SaGLExportFileDefinitionField database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GeneralLedgerExportFileDefinitionFieldEntity : Entity, IIdentifiable, IAuditable
Constructors
GeneralLedgerExportFileDefinitionFieldEntity()
Declaration
public GeneralLedgerExportFileDefinitionFieldEntity()
Fields
BeginningPositionProperty
The BeginningPosition property.
Declaration
public static readonly EntityProperty BeginningPositionProperty
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 |
DecimalFormatProperty
The DecimalFormat property.
Declaration
public static readonly EntityProperty DecimalFormatProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DecimalsImpliedProperty
The DecimalsImplied property.
Declaration
public static readonly EntityProperty DecimalsImpliedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DescriptionProperty
The Description property.
Declaration
public static readonly EntityProperty DescriptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldLengthProperty
The FieldLength property.
Declaration
public static readonly EntityProperty FieldLengthProperty
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 |
FieldSequenceProperty
The FieldSequence property.
Declaration
public static readonly EntityProperty FieldSequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldValueProperty
The FieldValue property.
Declaration
public static readonly EntityProperty FieldValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GeneralLedgerExportFileDefinitionAvailableFieldIdProperty
The GeneralLedgerExportFileDefinitionAvailableFieldId property.
Declaration
public static readonly EntityProperty GeneralLedgerExportFileDefinitionAvailableFieldIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GeneralLedgerExportFileDefinitionIdProperty
The GeneralLedgerExportFileDefinitionId property.
Declaration
public static readonly EntityProperty GeneralLedgerExportFileDefinitionIdProperty
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 |
IsEditableAtRuntimeProperty
The IsEditableAtRuntime property.
Declaration
public static readonly EntityProperty IsEditableAtRuntimeProperty
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 |
LeftOffsetProperty
The LeftOffset property.
Declaration
public static readonly EntityProperty LeftOffsetProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PaddingProperty
The Padding property.
Declaration
public static readonly EntityProperty PaddingProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RightOffsetProperty
The RightOffset property.
Declaration
public static readonly EntityProperty RightOffsetProperty
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 |
Properties
BeginningPosition
Gets or sets the BeginningPosition associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public int BeginningPosition { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The BeginningPosition. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DecimalFormat
Gets or sets the DecimalFormat associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public string DecimalFormat { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DecimalFormat. |
DecimalsImplied
Gets or sets the DecimalsImplied associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public int DecimalsImplied { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DecimalsImplied. |
Description
Gets or sets the Description associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Description. |
FieldLength
Gets or sets the FieldLength associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public int FieldLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FieldLength. |
FieldName
Gets or sets the FieldName associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldName. |
FieldSequence
Gets or sets the FieldSequence associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public int FieldSequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FieldSequence. |
FieldValue
Gets or sets the FieldValue associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public string FieldValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldValue. |
GeneralLedgerExportFileDefinitionAvailableFieldId
Gets or sets the GeneralLedgerExportFileDefinitionAvailableFieldId associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public int GeneralLedgerExportFileDefinitionAvailableFieldId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GeneralLedgerExportFileDefinitionAvailableFieldId. |
GeneralLedgerExportFileDefinitionId
Gets or sets the GeneralLedgerExportFileDefinitionId associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public int GeneralLedgerExportFileDefinitionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The GeneralLedgerExportFileDefinitionId. |
Id
Gets or sets the Id associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsEditableAtRuntime
Gets or sets the IsEditableAtRuntime associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public bool IsEditableAtRuntime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsEditableAtRuntime. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LeftOffset
Gets or sets the LeftOffset associated with this GeneralLedgerExportFileDefinitionFieldEntity.
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 GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public string Padding { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Padding. |
RightOffset
Gets or sets the RightOffset associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public int? RightOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RightOffset. |
RowVersion
Gets or sets the RowVersion associated with this GeneralLedgerExportFileDefinitionFieldEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
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()