Class CodConfigSettingEntity
This class represents the EntityModel interface to the SyCOD database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class CodConfigSettingEntity : Entity, IAuditable
Constructors
CodConfigSettingEntity()
Declaration
public CodConfigSettingEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DefaultResponseTypeProperty
The DefaultResponseType property.
Declaration
public static readonly EntityProperty DefaultResponseTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DirectLoanCodOptionProperty
The DirectLoanCodOption property.
Declaration
public static readonly EntityProperty DirectLoanCodOptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCancelDisbursementReportedProperty
The IsCancelDisbursementReported property.
Declaration
public static readonly EntityProperty IsCancelDisbursementReportedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCodUsed05Property
The IsCodUsed05 property.
Declaration
public static readonly EntityProperty IsCodUsed05Property
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsCodUsedProperty
The IsCodUsed property.
Declaration
public static readonly EntityProperty IsCodUsedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDisbursementBatchExportedProperty
The IsDisbursementBatchExported property.
Declaration
public static readonly EntityProperty IsDisbursementBatchExportedProperty
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 |
MessageClassTypeProperty
The MessageClassType property.
Declaration
public static readonly EntityProperty MessageClassTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PellCodOptionProperty
The PellCodOption property.
Declaration
public static readonly EntityProperty PellCodOptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrintPromNoteCodeProperty
The PrintPromNoteCode property.
Declaration
public static readonly EntityProperty PrintPromNoteCodeProperty
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 |
RptEntityIdentifierProperty
The RptEntityIdentifier property.
Declaration
public static readonly EntityProperty RptEntityIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CodConfigSettingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultResponseType
Gets or sets the DefaultResponseType associated with this CodConfigSettingEntity.
Declaration
public string DefaultResponseType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultResponseType. |
DirectLoanCodOption
Gets or sets the DirectLoanCodOption associated with this CodConfigSettingEntity.
Declaration
public string DirectLoanCodOption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DirectLoanCodOption. |
IsCancelDisbursementReported
Gets or sets the IsCancelDisbursementReported associated with this CodConfigSettingEntity.
Declaration
public bool IsCancelDisbursementReported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCancelDisbursementReported. |
IsCodUsed
Gets or sets the IsCodUsed associated with this CodConfigSettingEntity.
Declaration
public bool IsCodUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCodUsed. |
IsCodUsed05
Gets or sets the IsCodUsed05 associated with this CodConfigSettingEntity.
Declaration
public bool IsCodUsed05 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCodUsed05. |
IsDisbursementBatchExported
Gets or sets the IsDisbursementBatchExported associated with this CodConfigSettingEntity.
Declaration
public bool IsDisbursementBatchExported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDisbursementBatchExported. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CodConfigSettingEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CodConfigSettingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MessageClassType
Gets or sets the MessageClassType associated with this CodConfigSettingEntity.
Declaration
public string MessageClassType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MessageClassType. |
PellCodOption
Gets or sets the PellCodOption associated with this CodConfigSettingEntity.
Declaration
public string PellCodOption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PellCodOption. |
PrintPromNoteCode
Gets or sets the PrintPromNoteCode associated with this CodConfigSettingEntity.
Declaration
public string PrintPromNoteCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrintPromNoteCode. |
RowVersion
Gets or sets the RowVersion associated with this CodConfigSettingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
RptEntityIdentifier
Gets or sets the RptEntityIdentifier associated with this CodConfigSettingEntity.
Declaration
public string RptEntityIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RptEntityIdentifier. |
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()