Class WlmDepartmentEntity
This class represents the EntityModel interface to the AdWlmDepartment database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class WlmDepartmentEntity : Entity, IIdentifiable, IAuditableConstructors
WlmDepartmentEntity()
Declaration
public WlmDepartmentEntity()Fields
CodeProperty
The Code property.
Declaration
public static readonly EntityProperty CodePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IntegrationRefIdentifierProperty
The IntegrationRefIdentifier property.
Declaration
public static readonly EntityProperty IntegrationRefIdentifierPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActivePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NamePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
ProgramGroupIdProperty
The ProgramGroupId property.
Declaration
public static readonly EntityProperty ProgramGroupIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StaffIdProperty
The StaffId property.
Declaration
public static readonly EntityProperty StaffIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
Code
Gets or sets the Code associated with this WlmDepartmentEntity.
Declaration
public string Code { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The Code. | 
CreatedDateTime
Gets or sets the CreatedDateTime associated with this WlmDepartmentEntity.
Declaration
public DateTime CreatedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime. | 
Id
Gets or sets the Id associated with this WlmDepartmentEntity.
Declaration
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id. | 
IntegrationRefIdentifier
Gets or sets the IntegrationRefIdentifier associated with this WlmDepartmentEntity.
Declaration
public string IntegrationRefIdentifier { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The IntegrationRefIdentifier. | 
IsActive
Gets or sets the IsActive associated with this WlmDepartmentEntity.
Declaration
public bool IsActive { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | The IsActive. | 
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this WlmDepartmentEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime. | 
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this WlmDepartmentEntity.
Declaration
public int LastModifiedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId. | 
Name
Gets or sets the Name associated with this WlmDepartmentEntity.
Declaration
public string Name { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The Name. | 
ProgramGroupId
Gets or sets the ProgramGroupId associated with this WlmDepartmentEntity.
Declaration
public int? ProgramGroupId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The ProgramGroupId. | 
RowVersion
Gets or sets the RowVersion associated with this WlmDepartmentEntity.
Declaration
public byte[] RowVersion { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Byte[] | The RowVersion. | 
StaffId
Gets or sets the StaffId associated with this WlmDepartmentEntity.
Declaration
public int? StaffId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | The StaffId. | 
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()