Class CodIsirComment
This class represents the EntityModel interface to the FaSysComments database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class CodIsirComment
Constructors
CodIsirComment()
Declaration
public CodIsirComment()
Properties
AwardYear
Gets or sets the AwardYear associated with this CodIsirComment.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
Code
Gets or sets the Code associated with this CodIsirComment.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
Comment
Gets or sets the Comment associated with this CodIsirComment.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Comment. |
Id
Gets or sets the Id associated with this CodIsirComment.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCCode
Gets or sets the IsCCode associated with this CodIsirComment.
Declaration
public bool IsCCode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCCode. |
IsPellSeogIneligble
Gets or sets the IsPellSeogIneligble associated with this CodIsirComment.
Declaration
public bool IsPellSeogIneligble { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPellSeogIneligble. |
IsTitle4Ineligble
Gets or sets the IsTitle4Ineligble associated with this CodIsirComment.
Declaration
public bool IsTitle4Ineligble { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTitle4Ineligble. |
LineCount
Gets or sets the LineCount associated with this CodIsirComment.
Declaration
public int? LineCount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LineCount. |
MessageType
Gets or sets the MessageType associated with this CodIsirComment.
Declaration
public string MessageType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MessageType. |
RejectCode
Gets or sets the RejectCode associated with this CodIsirComment.
Declaration
public string RejectCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RejectCode. |
ResourceKey
Gets or sets the ResourceKey associated with this CodIsirComment.
Declaration
public string ResourceKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ResourceKey. |
Type
Gets or sets the Type associated with this CodIsirComment.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
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. |