Class WlmPositionEntity
This class represents the EntityModel interface to the AdWlmPosition database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmPositionEntity : Entity, IIdentifiable, IAuditable
Constructors
WlmPositionEntity()
Declaration
public WlmPositionEntity()
Fields
CodeProperty
The The Position Code.This value is required in integrated mode. property.
Declaration
public static readonly EntityProperty CodeProperty
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 |
FteProperty
The Full time Equivalent. This value is required in the integrated mode ranging from 0-1. property.
Declaration
public static readonly EntityProperty FteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HrIntegrationReferenceIdentifierProperty
The Unique Id from the HR System.This value is required in integrated mode. property.
Declaration
public static readonly EntityProperty HrIntegrationReferenceIdentifierProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Unique Id in the CampusNexus Student System.This value is optional in integrated mode. property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsActiveProperty
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 |
NameProperty
The The Position name.This value is required in integrated mode. property.
Declaration
public static readonly EntityProperty NameProperty
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 |
ValidFromDateProperty
The Position Start Date. This value is required in integrated mode. property.
Declaration
public static readonly EntityProperty ValidFromDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ValidToDateProperty
The Position End Date. This value is required in integrated mode. property.
Declaration
public static readonly EntityProperty ValidToDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmJobIdProperty
Declaration
public static readonly EntityProperty WlmJobIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmParentPositionIdProperty
The Parent position associated with the current position. property.
Declaration
public static readonly EntityProperty WlmParentPositionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmPayCycleIdProperty
The WlmPayCycleId property.
Declaration
public static readonly EntityProperty WlmPayCycleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmPositionTitleIdProperty
The Position Title Id in the CampusNexus Student System.This value is optional in integrated mode. property.
Declaration
public static readonly EntityProperty WlmPositionTitleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WlmPositionTypeIdProperty
The Position Type Id in the CampusNexus Student System.This value is optional in integrated mode. property.
Declaration
public static readonly EntityProperty WlmPositionTypeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Code
Gets or sets the Code associated with this WlmPositionEntity.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Code. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmPositionEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Fte
Gets or sets the Fte associated with this WlmPositionEntity.
Declaration
public decimal? Fte { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The Fte. |
HrIntegrationReferenceIdentifier
Gets or sets the HrIntegrationReferenceIdentifier associated with this WlmPositionEntity.
Declaration
public string HrIntegrationReferenceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HrIntegrationReferenceIdentifier. |
Id
Gets or sets the Id associated with this WlmPositionEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this WlmJobEntity.
Declaration
public bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsActive. |
IsPayCycleConflict
Declaration
public bool IsPayCycleConflict { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPayCycleWithNoPayPeriod
Declaration
public bool IsPayCycleWithNoPayPeriod { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
JobReferenceIdentifier
Declaration
[Obsolete("Do not use.")]
public string JobReferenceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmPositionEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmPositionEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this WlmPositionEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
ParentPositionHrReferenceIdentifier
Declaration
[Obsolete("Do not use.")]
public string ParentPositionHrReferenceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PayCycleHrReferenceIdentifier
Declaration
[Obsolete("Do not use.")]
public string PayCycleHrReferenceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PositionTitleHrReferenceIdentifier
Declaration
[Obsolete("Do not use.")]
public string PositionTitleHrReferenceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PositionTypeHrReferenceIdentifier
Declaration
[Obsolete("Do not use.")]
public string PositionTypeHrReferenceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowVersion
Gets or sets the RowVersion associated with this WlmPositionEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
ValidFromDate
Gets or sets the ValidFromDate associated with this WlmPositionEntity.
Declaration
public DateTime? ValidFromDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ValidFromDate. |
ValidToDate
Gets or sets the ValidToDate associated with this WlmPositionEntity.
Declaration
public DateTime? ValidToDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ValidToDate. |
WlmJobId
Declaration
public int WlmJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WlmParentPositionId
Gets or sets the WlmParentPositionId associated with this WlmPositionEntity.
Declaration
public int? WlmParentPositionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmParentPositionId. |
WlmPayCycleId
Gets or sets the WlmPayCycleId associated with this WlmPositionEntity.
Declaration
public int? WlmPayCycleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmPayCycleId. |
WlmPositionTitleId
Gets or sets the WlmPositionTitleId associated with this WlmPositionEntity.
Declaration
public int? WlmPositionTitleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmPositionTitleId. |
WlmPositionTypeId
Gets or sets the WlmPositionTypeId associated with this WlmPositionEntity.
Declaration
public int? WlmPositionTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The WlmPositionTypeId. |
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()