Class PackagingMethodDetailEntity
This class represents the EntityModel interface to the FaPackMethDetail database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class PackagingMethodDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
PackagingMethodDetailEntity()
Declaration
public PackagingMethodDetailEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FundSourceIdProperty
The FundSourceId property.
Declaration
public static readonly EntityProperty FundSourceIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxAmountProperty
The MaxAmount property.
Declaration
public static readonly EntityProperty MaxAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxEfcProperty
The MaxEfc property.
Declaration
public static readonly EntityProperty MaxEfcProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinAmountProperty
The MinAmount property.
Declaration
public static readonly EntityProperty MinAmountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinEfcProperty
The MinEfc property.
Declaration
public static readonly EntityProperty MinEfcProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PackagingMethodIdProperty
The PackagingMethodId property.
Declaration
public static readonly EntityProperty PackagingMethodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PackagingMethodDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FundSourceActive
Declaration
public bool FundSourceActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
FundSourceId
Gets or sets the FundSourceId associated with this PackagingMethodDetailEntity.
Declaration
public int FundSourceId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FundSourceId. |
FundSourceName
Declaration
public string FundSourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the Id associated with this PackagingMethodDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this PackagingMethodDetailEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PackagingMethodDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PackagingMethodDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxAmount
Gets or sets the MaxAmount associated with this PackagingMethodDetailEntity.
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 PackagingMethodDetailEntity.
Declaration
public decimal MaxEfc { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxEfc. |
MinAmount
Gets or sets the MinAmount associated with this PackagingMethodDetailEntity.
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 PackagingMethodDetailEntity.
Declaration
public decimal MinEfc { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MinEfc. |
PackagingMethodId
Gets or sets the PackagingMethodId associated with this PackagingMethodDetailEntity.
Declaration
public int PackagingMethodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PackagingMethodId. |
RowVersion
Gets or sets the RowVersion associated with this PackagingMethodDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Sequence
Gets or sets the Sequence associated with this PackagingMethodDetailEntity.
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()