Class PackagingMethod
This class represents the EntityModel interface to the FaPackMeth database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PackagingMethod
Constructors
PackagingMethod()
Declaration
public PackagingMethod()
Properties
AcademicYears
Declaration
public virtual ICollection<AcademicYear> AcademicYears { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<AcademicYear> |
CampusGroup
Declaration
public virtual CampusGroup CampusGroup { get; set; }
Property Value
Type | Description |
---|---|
CampusGroup |
CampusGroupId
Gets or sets the CampusGroupId associated with this PackagingMethod.
Declaration
public int CampusGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusGroupId. |
Code
Gets or sets the Code associated with this PackagingMethod.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PackagingMethod.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
GiftAidMaxAmount
Gets or sets the GiftAidMaxAmount associated with this PackagingMethod.
Declaration
public decimal? GiftAidMaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The GiftAidMaxAmount. |
GradeLevelHigh
Gets or sets the GradeLevelHigh associated with this PackagingMethod.
Declaration
public byte? GradeLevelHigh { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The GradeLevelHigh. |
GradeLevelLow
Gets or sets the GradeLevelLow associated with this PackagingMethod.
Declaration
public byte? GradeLevelLow { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The GradeLevelLow. |
Id
Gets or sets the Id associated with this PackagingMethod.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this PackagingMethod.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PackagingMethod.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PackagingMethod.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ModelUsedFor
Gets or sets the ModelUsedFor associated with this PackagingMethod.
Declaration
public string ModelUsedFor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ModelUsedFor. |
Name
Gets or sets the Name associated with this PackagingMethod.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
PackageCost
Gets or sets the PackageCost associated with this PackagingMethod.
Declaration
public string PackageCost { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PackageCost. |
PackagingMethodDetails
Declaration
public virtual ICollection<PackagingMethodDetail> PackagingMethodDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<PackagingMethodDetail> |
SelfHelpMaxAmount
Gets or sets the SelfHelpMaxAmount associated with this PackagingMethod.
Declaration
public decimal? SelfHelpMaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SelfHelpMaxAmount. |
UsageFlag
Gets or sets the UsageFlag associated with this PackagingMethod.
Declaration
public string UsageFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UsageFlag. |
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 relationships 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 |