Class WlmNonTeachingActivityLoadTypeEntity
This class represents the EntityModel interface to the AdWlmNonTeachingActivityLoadType database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmNonTeachingActivityLoadTypeEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmNonTeachingActivityLoadTypeEntity()
Declaration
public WlmNonTeachingActivityLoadTypeEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DefaultValueProperty
The DefaultValue property.
Declaration
public static readonly EntityProperty DefaultValueProperty
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 |
IsLoadTrackedProperty
The IsLoadTracked property.
Declaration
public static readonly EntityProperty IsLoadTrackedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsOverrideAllowedProperty
The IsOverrideAllowed property.
Declaration
public static readonly EntityProperty IsOverrideAllowedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPayTrackedProperty
The IsPayTracked property.
Declaration
public static readonly EntityProperty IsPayTrackedProperty
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 |
WlmEarningCodeIdProperty
The WlmEarningCodeId property.
Declaration
public static readonly EntityProperty WlmEarningCodeIdProperty
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 |
WlmNonTeachingActivityIdProperty
The WlmNonTeachingActivityId property.
Declaration
public static readonly EntityProperty WlmNonTeachingActivityIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DefaultValue
Gets or sets the DefaultValue associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public decimal DefaultValue { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The DefaultValue. |
EarningCodeName
Declaration
public string EarningCodeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the Id associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsLoadTracked
Gets or sets the IsLoadTracked associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public bool IsLoadTracked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsLoadTracked. |
IsOverrideAllowed
Gets or sets the IsOverrideAllowed associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public bool IsOverrideAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsOverrideAllowed. |
IsPayTracked
Gets or sets the IsPayTracked associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public bool IsPayTracked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPayTracked. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LoadTypeName
Declaration
public string LoadTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MeasurementUnitName
Declaration
public string MeasurementUnitName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowVersion
Gets or sets the RowVersion associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
WlmEarningCodeId
Gets or sets the WlmEarningCodeId associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public int? WlmEarningCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmEarningCodeId. |
WlmLoadTypeId
Gets or sets the WlmLoadTypeId associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public int WlmLoadTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmLoadTypeId. |
WlmNonTeachingActivityId
Gets or sets the WlmNonTeachingActivityId associated with this WlmNonTeachingActivityLoadTypeEntity.
Declaration
public int WlmNonTeachingActivityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WlmNonTeachingActivityId. |
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()