Class GeneralLedgerExportFileDefinitionEntity
This class represents the EntityModel interface to the SaGlExportFileDefinition database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class GeneralLedgerExportFileDefinitionEntity : Entity, IIdentifiable, IAuditable
Constructors
GeneralLedgerExportFileDefinitionEntity()
Declaration
public GeneralLedgerExportFileDefinitionEntity()
Fields
CodeProperty
The property.
Declaration
public static readonly EntityProperty CodeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditValueProperty
The property.
Declaration
public static readonly EntityProperty CreditValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DateMaskProperty
The property.
Declaration
public static readonly EntityProperty DateMaskProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DebitValueProperty
The property.
Declaration
public static readonly EntityProperty DebitValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FieldDelimiterProperty
The property.
Declaration
public static readonly EntityProperty FieldDelimiterProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FileExtensionProperty
The property.
Declaration
public static readonly EntityProperty FileExtensionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FileTypeProperty
The property.
Declaration
public static readonly EntityProperty FileTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FtpLocationProperty
The property.
Declaration
public static readonly EntityProperty FtpLocationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FtpPasswordProperty
The property.
Declaration
public static readonly EntityProperty FtpPasswordProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FtpProtocolProperty
The property.
Declaration
public static readonly EntityProperty FtpProtocolProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FtpRemotePortProperty
Declaration
public static readonly EntityProperty FtpRemotePortProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FtpUserNameProperty
The property.
Declaration
public static readonly EntityProperty FtpUserNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GeneralLedgerExportFileDefinitionFieldProperty
The GeneralLedgerExportFileDefinitionField property.
Declaration
public static readonly EntityProperty GeneralLedgerExportFileDefinitionFieldProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsAssignedToCampusProperty
The property.
Declaration
public static readonly EntityProperty IsAssignedToCampusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCodeEditableProperty
The property.
Declaration
public static readonly EntityProperty IsCodeEditableProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsFileNameEditableProperty
The property.
Declaration
public static readonly EntityProperty IsFileNameEditableProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsHeaderIncludedProperty
The property.
Declaration
public static readonly EntityProperty IsHeaderIncludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPassiveFtpProperty
The property.
Declaration
public static readonly EntityProperty IsPassiveFtpProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRowTerminatedProperty
The property.
Declaration
public static readonly EntityProperty IsRowTerminatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsUseThirdPartyExportProperty
The property.
Declaration
public static readonly EntityProperty IsUseThirdPartyExportProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameConventionProperty
The property.
Declaration
public static readonly EntityProperty NameConventionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TextQualifierProperty
The property.
Declaration
public static readonly EntityProperty TextQualifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TransferTypeIdProperty
The property.
Declaration
public static readonly EntityProperty TransferTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Code
Gets or sets the Code associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditValue
Gets or sets the CreditValue associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string CreditValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditValue. |
DateMask
Gets or sets the DateMask associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string DateMask { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DateMask. |
DebitValue
Gets or sets the DebitValue associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string DebitValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitValue. |
FieldDelimiter
Gets or sets the FieldDelimiter associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string FieldDelimiter { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldDelimiter. |
FileExtension
Gets or sets the FileExtension associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileExtension. |
FileType
Gets or sets the FileType associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string FileType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileType. |
FtpLocation
Gets or sets the FtpLocation associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string FtpLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FtpLocation. |
FtpPassword
Gets or sets the FtpPassword associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string FtpPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FtpPassword. |
FtpProtocol
Gets or sets the FtpProtocol associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public byte FtpProtocol { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The FtpProtocol. |
FtpRemotePort
Declaration
public int FtpRemotePort { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FtpUserName
Gets or sets the FtpUserName associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string FtpUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FtpUserName. |
GeneralLedgerExportFileDefinitionField
Declaration
public virtual EntityCollection<GeneralLedgerExportFileDefinitionFieldEntity> GeneralLedgerExportFileDefinitionField { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<GeneralLedgerExportFileDefinitionFieldEntity> |
Id
Gets or sets the Id associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAssignedToCampus
Gets or sets the IsAssignedToCampus associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public bool IsAssignedToCampus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAssignedToCampus. |
IsCodeEditable
Gets or sets the IsCodeEditable associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public bool IsCodeEditable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCodeEditable. |
IsFileNameEditable
Gets or sets the IsFileNameEditable associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public bool IsFileNameEditable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFileNameEditable. |
IsHeaderIncluded
Gets or sets the IsHeaderIncluded associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public bool IsHeaderIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHeaderIncluded. |
IsPassiveFtp
Gets or sets the IsPassiveFtp associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public bool IsPassiveFtp { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPassiveFtp. |
IsRowTerminated
Gets or sets the IsRowTerminated associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public bool IsRowTerminated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRowTerminated. |
IsUseThirdPartyExport
Gets or sets the IsUseThirdPartyExport associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public bool IsUseThirdPartyExport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUseThirdPartyExport. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NameConvention
Gets or sets the NameConvention associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string NameConvention { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NameConvention. |
RowVersion
Gets or sets the RowVersion associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
TextQualifier
Gets or sets the TextQualifier associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public string TextQualifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TextQualifier. |
TransferTypeId
Gets or sets the TransferTypeId associated with this GeneralLedgerExportFileDefinitionEntity.
Declaration
public int? TransferTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TransferTypeId. |
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()