Class StudentPlacementWizardSettingEntity
This class represents the EntityModel interface to the PlPlacementWizardSettings database table.
Inheritance
Implements
Namespace: Cmc.Nexus.CareerServices.Entities
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class StudentPlacementWizardSettingEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentPlacementWizardSettingEntity()
Declaration
public StudentPlacementWizardSettingEntity()
Fields
CaptionProperty
The Caption property.
Declaration
public static readonly EntityProperty CaptionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ColumnNameProperty
The ColumnName property.
Declaration
public static readonly EntityProperty ColumnNameProperty
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 |
DisplayOrderProperty
The DisplayOrder property.
Declaration
public static readonly EntityProperty DisplayOrderProperty
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 |
IsRequiredProperty
The IsRequired property.
Declaration
public static readonly EntityProperty IsRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSystemRequiredProperty
The IsSystemRequired property.
Declaration
public static readonly EntityProperty IsSystemRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsVisibleProperty
The IsVisible property.
Declaration
public static readonly EntityProperty IsVisibleProperty
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 |
SchoolDefinedFieldIdProperty
The SchoolDefinedFieldId property.
Declaration
public static readonly EntityProperty SchoolDefinedFieldIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WizardControlNameProperty
The WizardControlName property.
Declaration
public static readonly EntityProperty WizardControlNameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
Caption
Gets or sets the Caption associated with this StudentPlacementWizardSettingEntity.
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Caption. |
ColumnName
Gets or sets the ColumnName associated with this StudentPlacementWizardSettingEntity.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ColumnName. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentPlacementWizardSettingEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DisplayOrder
Gets or sets the DisplayOrder associated with this StudentPlacementWizardSettingEntity.
Declaration
public int DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DisplayOrder. |
Id
Gets or sets the Id associated with this StudentPlacementWizardSettingEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsRequired
Gets or sets the IsRequired associated with this StudentPlacementWizardSettingEntity.
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequired. |
IsSystemRequired
Gets or sets the IsSystemRequired associated with this StudentPlacementWizardSettingEntity.
Declaration
public bool IsSystemRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSystemRequired. |
IsVisible
Gets or sets the IsVisible associated with this StudentPlacementWizardSettingEntity.
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsVisible. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentPlacementWizardSettingEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentPlacementWizardSettingEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
RowVersion
Gets or sets the RowVersion associated with this StudentPlacementWizardSettingEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SchoolDefinedFieldId
Gets or sets the SchoolDefinedFieldId associated with this StudentPlacementWizardSettingEntity.
Declaration
public int? SchoolDefinedFieldId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SchoolDefinedFieldId. |
WizardControlName
Gets or sets the WizardControlName associated with this StudentPlacementWizardSettingEntity.
Declaration
public string WizardControlName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WizardControlName. |
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()