Class GeneralLedgerExportFileDefinition
This class represents the EntityModel interface to the SaGlExportFileDefinition database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class GeneralLedgerExportFileDefinition
Constructors
GeneralLedgerExportFileDefinition()
Declaration
public GeneralLedgerExportFileDefinition()
Properties
Code
Gets or sets the Code associated with this GeneralLedgerExportFileDefinition.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this GeneralLedgerExportFileDefinition.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditValue
Gets or sets the CreditValue associated with this GeneralLedgerExportFileDefinition.
Declaration
public string CreditValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditValue. |
DateMask
Gets or sets the DateMask associated with this GeneralLedgerExportFileDefinition.
Declaration
public string DateMask { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DateMask. |
DebitValue
Gets or sets the DebitValue associated with this GeneralLedgerExportFileDefinition.
Declaration
public string DebitValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitValue. |
FieldDelimiter
Gets or sets the FieldDelimiter associated with this GeneralLedgerExportFileDefinition.
Declaration
public string FieldDelimiter { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldDelimiter. |
FileExtension
Gets or sets the FileExtension associated with this GeneralLedgerExportFileDefinition.
Declaration
public string FileExtension { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileExtension. |
FileType
Gets or sets the FileType associated with this GeneralLedgerExportFileDefinition.
Declaration
public string FileType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FileType. |
FtpLocation
Gets or sets the FtpLocation associated with this GeneralLedgerExportFileDefinition.
Declaration
public string FtpLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FtpLocation. |
FtpPassword
Gets or sets the FtpPassword associated with this GeneralLedgerExportFileDefinition.
Declaration
public string FtpPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FtpPassword. |
FtpProtocol
Gets or sets the FtpProtocol associated with this GeneralLedgerExportFileDefinition.
Declaration
public byte FtpProtocol { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The FtpProtocol. |
FtpRemotePort
Gets or sets the FtpRemotePort associated with this GeneralLedgerExportFileDefinition.
Declaration
public int FtpRemotePort { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FtpRemotePort. |
FtpUserName
Gets or sets the FtpUserName associated with this GeneralLedgerExportFileDefinition.
Declaration
public string FtpUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FtpUserName. |
GeneralLedgerExportFileDefinitionField
Declaration
public virtual ICollection<GeneralLedgerExportFileDefinitionField> GeneralLedgerExportFileDefinitionField { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<GeneralLedgerExportFileDefinitionField> |
Id
Gets or sets the Id associated with this GeneralLedgerExportFileDefinition.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this GeneralLedgerExportFileDefinition.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
IsAssignedToCampus
Gets or sets the IsAssignedToCampus associated with this GeneralLedgerExportFileDefinition.
Declaration
public bool IsAssignedToCampus { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAssignedToCampus. |
IsCodeEditable
Gets or sets the IsCodeEditable associated with this GeneralLedgerExportFileDefinition.
Declaration
public bool IsCodeEditable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCodeEditable. |
IsFileNameEditable
Gets or sets the IsFileNameEditable associated with this GeneralLedgerExportFileDefinition.
Declaration
public bool IsFileNameEditable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsFileNameEditable. |
IsHeaderIncluded
Gets or sets the IsHeaderIncluded associated with this GeneralLedgerExportFileDefinition.
Declaration
public bool IsHeaderIncluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsHeaderIncluded. |
IsPassiveFtp
Gets or sets the IsPassiveFtp associated with this GeneralLedgerExportFileDefinition.
Declaration
public bool IsPassiveFtp { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPassiveFtp. |
IsRowTerminated
Gets or sets the IsRowTerminated associated with this GeneralLedgerExportFileDefinition.
Declaration
public bool IsRowTerminated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRowTerminated. |
IsUseThirdPartyExport
Gets or sets the IsUseThirdPartyExport associated with this GeneralLedgerExportFileDefinition.
Declaration
public bool IsUseThirdPartyExport { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsUseThirdPartyExport. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this GeneralLedgerExportFileDefinition.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this GeneralLedgerExportFileDefinition.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this GeneralLedgerExportFileDefinition.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
NameConvention
Gets or sets the NameConvention associated with this GeneralLedgerExportFileDefinition.
Declaration
public string NameConvention { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NameConvention. |
TextQualifier
Gets or sets the TextQualifier associated with this GeneralLedgerExportFileDefinition.
Declaration
public string TextQualifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TextQualifier. |
TransferTypeId
Gets or sets the TransferTypeId associated with this GeneralLedgerExportFileDefinition.
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()
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. |