Class CodException
This class represents the EntityModel interface to the FaCodExceptions database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CodException
Constructors
CodException()
Declaration
public CodException()
Properties
AttEntityIdentifier
Gets or sets the AttEntityIdentifier associated with this CodException.
Declaration
public string AttEntityIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AttEntityIdentifier. |
AwardYear
Gets or sets the AwardYear associated with this CodException.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
Code
Gets or sets the Code associated with this CodException.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this CodException.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DocumentIdentifier
Gets or sets the DocumentIdentifier associated with this CodException.
Declaration
public string DocumentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DocumentIdentifier. |
FundSourceType
Gets or sets the FundSourceType associated with this CodException.
Declaration
public string FundSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FundSourceType. |
Id
Gets or sets the Id associated with this CodException.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsDeleted
Gets or sets the IsDeleted associated with this CodException.
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDeleted. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this CodException.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this CodException.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ReprocessDate
Gets or sets the ReprocessDate associated with this CodException.
Declaration
public DateTime? ReprocessDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReprocessDate. |
ReprocessUserId
Gets or sets the ReprocessUserId associated with this CodException.
Declaration
public int? ReprocessUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReprocessUserId. |
Ssn
Gets or sets the Ssn associated with this CodException.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StringXml
Gets or sets the StringXml associated with this CodException.
Declaration
public string StringXml { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StringXml. |
StudentIdentifier
Gets or sets the StudentIdentifier associated with this CodException.
Declaration
public string StudentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentIdentifier. |
StudentName
Gets or sets the StudentName associated with this CodException.
Declaration
public string StudentName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentName. |
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. |