Class WlmAssignmentBankLoadEntity
This class represents the EntityModel interface to the AdWlmAssignmentBankLoad database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmAssignmentBankLoadEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmAssignmentBankLoadEntity()
Declaration
public WlmAssignmentBankLoadEntity()
Fields
BankLoadValueProperty
The BankLoadValue property.
Declaration
public static readonly EntityProperty BankLoadValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ConsumedBankLoadValueProperty
The ConsumedBankLoadValue property.
Declaration
public static readonly EntityProperty ConsumedBankLoadValueProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ExpirationDateProperty
The ExpirationDate property.
Declaration
public static readonly EntityProperty ExpirationDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
FteBankLoadValueProperty
The FteBankLoadValue property.
Declaration
public static readonly EntityProperty FteBankLoadValueProperty
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 |
IsExpiredProperty
The IsExpired property.
Declaration
public static readonly EntityProperty IsExpiredProperty
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 |
RateProperty
The Rate property.
Declaration
public static readonly EntityProperty RateProperty
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 |
StaffIdProperty
The StaffId property.
Declaration
public static readonly EntityProperty StaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmAssignmentIdProperty
The WlmAssignmentId property.
Declaration
public static readonly EntityProperty WlmAssignmentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmAssignmentLoadTypeIdProperty
The WlmAssignmentLoadTypeId property.
Declaration
public static readonly EntityProperty WlmAssignmentLoadTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmLoadTypeIdProperty
The WlmLoadTypeId property.
Declaration
public static readonly EntityProperty WlmLoadTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmStaffPositionAssignmentIdProperty
The WlmStaffPositionAssignmentId property.
Declaration
public static readonly EntityProperty WlmStaffPositionAssignmentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
BankLoadValue
Gets or sets the BankLoadValue associated with this WlmAssignmentBankLoadEntity.
Declaration
public decimal BankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The BankLoadValue. |
ConsumedBankLoadValue
Gets or sets the ConsumedBankLoadValue associated with this WlmAssignmentBankLoadEntity.
Declaration
public decimal? ConsumedBankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ConsumedBankLoadValue. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmAssignmentBankLoadEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
ExpirationDate
Gets or sets the ExpirationDate associated with this WlmAssignmentBankLoadEntity.
Declaration
public DateTime ExpirationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ExpirationDate. |
FteBankLoadValue
Gets or sets the FteBankLoadValue associated with this WlmAssignmentBankLoadEntity.
Declaration
public decimal? FteBankLoadValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The FteBankLoadValue. |
Id
Gets or sets the Id associated with this WlmAssignmentBankLoadEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsExpired
Gets or sets the IsExpired associated with this WlmAssignmentBankLoadEntity.
Declaration
public bool? IsExpired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsExpired. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignmentBankLoadEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmAssignmentBankLoadEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Rate
Gets or sets the Rate associated with this WlmAssignmentBankLoadEntity.
Declaration
public decimal Rate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Rate. |
RowVersion
Gets or sets the RowVersion associated with this WlmAssignmentBankLoadEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StaffId
Gets or sets the StaffId associated with this WlmAssignmentBankLoadEntity.
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StaffId. |
WlmAssignmentId
Gets or sets the WlmAssignmentId associated with this WlmAssignmentBankLoadEntity.
Declaration
public int WlmAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentId. |
WlmAssignmentLoadTypeId
Gets or sets the WlmAssignmentLoadTypeId associated with this WlmAssignmentBankLoadEntity.
Declaration
public int WlmAssignmentLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentLoadTypeId. |
WlmLoadTypeId
Gets or sets the WlmLoadTypeId associated with this WlmAssignmentBankLoadEntity.
Declaration
public int WlmLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmLoadTypeId. |
WlmStaffPositionAssignmentId
Gets or sets the WlmStaffPositionAssignmentId associated with this WlmAssignmentBankLoadEntity.
Declaration
public int WlmStaffPositionAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmStaffPositionAssignmentId. |
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()