Class CodConfigSetting
This class represents the EntityModel interface to the SyCOD database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CodConfigSetting
Constructors
CodConfigSetting()
Declaration
public CodConfigSetting()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CodConfigSetting.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultResponseType
Gets or sets the DefaultResponseType associated with this CodConfigSetting.
Declaration
public string DefaultResponseType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultResponseType. |
DirectLoanCodOption
Gets or sets the DirectLoanCodOption associated with this CodConfigSetting.
Declaration
public string DirectLoanCodOption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DirectLoanCodOption. |
IsCancelDisbursementReported
Gets or sets the IsCancelDisbursementReported associated with this CodConfigSetting.
Declaration
public bool IsCancelDisbursementReported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCancelDisbursementReported. |
IsCodUsed
Gets or sets the IsCodUsed associated with this CodConfigSetting.
Declaration
public bool IsCodUsed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCodUsed. |
IsCodUsed05
Gets or sets the IsCodUsed05 associated with this CodConfigSetting.
Declaration
public bool IsCodUsed05 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCodUsed05. |
IsDisbursementBatchExported
Gets or sets the IsDisbursementBatchExported associated with this CodConfigSetting.
Declaration
public bool IsDisbursementBatchExported { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDisbursementBatchExported. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CodConfigSetting.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CodConfigSetting.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MessageClassType
Gets or sets the MessageClassType associated with this CodConfigSetting.
Declaration
public string MessageClassType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MessageClassType. |
PellCodOption
Gets or sets the PellCodOption associated with this CodConfigSetting.
Declaration
public string PellCodOption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PellCodOption. |
PrintPromNoteCode
Gets or sets the PrintPromNoteCode associated with this CodConfigSetting.
Declaration
public string PrintPromNoteCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrintPromNoteCode. |
RptEntityIdentifier
Gets or sets the RptEntityIdentifier associated with this CodConfigSetting.
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()
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. |