Class PlacementWizardFieldsDetail
Inheritance
System.Object
PlacementWizardFieldsDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class PlacementWizardFieldsDetail
Constructors
PlacementWizardFieldsDetail()
Declaration
public PlacementWizardFieldsDetail()
Properties
Caption
Declaration
public string Caption { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ColumnName
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayOrder
Declaration
public int DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsRequired
Declaration
public bool IsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSystemRequired
Declaration
public bool IsSystemRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SchoolDefinedFieldId
Declaration
public int? SchoolDefinedFieldId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
WizardControlName
Declaration
public string WizardControlName { get; set; }
Property Value
Type | Description |
---|---|
System.String |