Class WlmAssignmentLoadTypeEarningCodeEntity
This class represents the EntityModel interface to the AdWlmAssignmentLoadTypeEarningCode database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmAssignmentLoadTypeEarningCodeEntity : Entity, IIdentifiable
Constructors
WlmAssignmentLoadTypeEarningCodeEntity()
Declaration
public WlmAssignmentLoadTypeEarningCodeEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
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 |
LastModfiedUserIdProperty
The LastModfiedUserId property.
Declaration
public static readonly EntityProperty LastModfiedUserIdProperty
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 |
OverloadRateProperty
The OverloadRate property.
Declaration
public static readonly EntityProperty OverloadRateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
OverloadWlmEarningCodeIdProperty
The OverloadWlmEarningCodeId property.
Declaration
public static readonly EntityProperty OverloadWlmEarningCodeIdProperty
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 |
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 |
WlmEarningCodeIdProperty
The WlmEarningCodeId property.
Declaration
public static readonly EntityProperty WlmEarningCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModfiedUserId
Gets or sets the LastModfiedUserId associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public int LastModfiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModfiedUserId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
OverloadRate
Gets or sets the OverloadRate associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public decimal OverloadRate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The OverloadRate. |
OverloadWlmEarningCodeId
Gets or sets the OverloadWlmEarningCodeId associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public int? OverloadWlmEarningCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The OverloadWlmEarningCodeId. |
Rate
Gets or sets the Rate associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public decimal Rate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The Rate. |
RowVersion
Gets or sets the RowVersion associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
WlmAssignmentId
Gets or sets the WlmAssignmentId associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public int WlmAssignmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentId. |
WlmAssignmentLoadTypeId
Gets or sets the WlmAssignmentLoadTypeId associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public int WlmAssignmentLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentLoadTypeId. |
WlmEarningCodeId
Gets or sets the WlmEarningCodeId associated with this WlmAssignmentLoadTypeEarningCodeEntity.
Declaration
public int? WlmEarningCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmEarningCodeId. |
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()