Class PackagingMethodDetail
This class represents the EntityModel interface to the FaPackMethDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PackagingMethodDetail
Constructors
PackagingMethodDetail()
Declaration
public PackagingMethodDetail()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PackagingMethodDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FundSource
Declaration
public virtual FundSource FundSource { get; set; }
Property Value
Type | Description |
---|---|
FundSource |
FundSourceId
Gets or sets the FundSourceId associated with this PackagingMethodDetail.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
Id
Gets or sets the Id associated with this PackagingMethodDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this PackagingMethodDetail.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PackagingMethodDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PackagingMethodDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxAmount
Gets or sets the MaxAmount associated with this PackagingMethodDetail.
Declaration
public decimal? MaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MaxAmount. |
MaxEfc
Gets or sets the MaxEfc associated with this PackagingMethodDetail.
Declaration
public decimal MaxEfc { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxEfc. |
MinAmount
Gets or sets the MinAmount associated with this PackagingMethodDetail.
Declaration
public decimal? MinAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinAmount. |
MinEfc
Gets or sets the MinEfc associated with this PackagingMethodDetail.
Declaration
public decimal MinEfc { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinEfc. |
PackagingMethod
Declaration
public virtual PackagingMethod PackagingMethod { get; set; }
Property Value
Type | Description |
---|---|
PackagingMethod |
PackagingMethodId
Gets or sets the PackagingMethodId associated with this PackagingMethodDetail.
Declaration
public int PackagingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PackagingMethodId. |
Sequence
Gets or sets the Sequence associated with this PackagingMethodDetail.
Declaration
public short Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The Sequence. |
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()