Class ApplicationFormQuestionCustomChoice
Inheritance
System.Object
ApplicationFormQuestionCustomChoice
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 ApplicationFormQuestionCustomChoice
Constructors
Declaration
public ApplicationFormQuestionCustomChoice()
Properties
Declaration
public int? ApplicationFormQuestionChoicesId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? ApplicationFormQuestionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
FreeTextAnswer
Declaration
public string FreeTextAnswer { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsAnswerExists { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFreeTextAllowed
Declaration
public bool? IsFreeTextAllowed { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsFreeTextRequired
Declaration
public bool? IsFreeTextRequired { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string QuestionType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ResponseDataType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ResponseDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|