Class ApplicatonFormQuestionCustom
Inheritance
System.Object
ApplicatonFormQuestionCustom
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()
Assembly: Cmc.Nexus.Admissions.Contracts.dll
public class ApplicatonFormQuestionCustom
Constructors
Declaration
public ApplicatonFormQuestionCustom()
Properties
Declaration
public List<ApplicationFormQuestionCustomChoice> ApplicationFormQuestionCustomChoiceList { get; set; }
Property Value
Declaration
public int? ApplicationFormQuestionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
FreeTextAnswer
Declaration
public string FreeTextAnswer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool? IsActive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? IsRequired { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int QuestionNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string QuestionSourceType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string QuestionType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
Declaration
public string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|