Class WlmAssignmentLoadTypeGlCodeEntity
This class represents the EntityModel interface to the AdWlmAssignmentLoadTypeGlCodeAssociation database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmAssignmentLoadTypeGlCodeEntity : Entity, IIdentifiable
Constructors
WlmAssignmentLoadTypeGlCodeEntity()
Declaration
public WlmAssignmentLoadTypeGlCodeEntity()
Fields
AssignmentValueProperty
The AssignmentValue property.
Declaration
public static readonly EntityProperty AssignmentValueProperty
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 |
CreditAccountProperty
The CreditAccount property.
Declaration
public static readonly EntityProperty CreditAccountProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DebitAccountProperty
The DebitAccount property.
Declaration
public static readonly EntityProperty DebitAccountProperty
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 |
IsOverLoadProperty
The IsOverLoad property.
Declaration
public static readonly EntityProperty IsOverLoadProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSplitProperty
The IsSplit property.
Declaration
public static readonly EntityProperty IsSplitProperty
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 |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
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 |
Properties
AssignmentValue
Gets or sets the AssignmentValue associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public decimal AssignmentValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The AssignmentValue. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditAccount
Gets or sets the CreditAccount associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public string CreditAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CreditAccount. |
DebitAccount
Gets or sets the DebitAccount associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public string DebitAccount { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DebitAccount. |
Id
Gets or sets the Id associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsOverLoad
Gets or sets the IsOverLoad associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public bool IsOverLoad { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverLoad. |
IsSplit
Gets or sets the IsSplit associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public bool IsSplit { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSplit. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public DateTime? LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
WlmAssignmentLoadTypeId
Gets or sets the WlmAssignmentLoadTypeId associated with this WlmAssignmentLoadTypeGlCodeEntity.
Declaration
public int WlmAssignmentLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmAssignmentLoadTypeId. |
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()