Class ApplicantApplicationFormQuestionChoice
Inheritance
System.Object
ApplicantApplicationFormQuestionChoice
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.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class ApplicantApplicationFormQuestionChoice
Constructors
ApplicantApplicationFormQuestionChoice()
Declaration
public ApplicantApplicationFormQuestionChoice()
Properties
ApplicationFormQuestionChoicesId
Gets or Sets ApplicationFormQuestionChoicesId
Declaration
public int? ApplicationFormQuestionChoicesId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
ApplicationFormQuestionId
Gets or Sets ApplicationFormQuestionId
Declaration
public int? ApplicationFormQuestionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
FreeTextAnswer
Gets or Sets FreeTextAnswer
Declaration
public string FreeTextAnswer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsAnswerExists
Gets or Sets FreeTextAnswer
Declaration
public bool IsAnswerExists { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFreeTextAllowed
Gets or Sets AllowFreeText
Declaration
public bool? IsFreeTextAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsFreeTextRequired
Gets or Sets FreeTextRequiredField
Declaration
public bool? IsFreeTextRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsSelectedFreeTextAnswer
Gets or Sets Is Selected FreeTextAnswer
Declaration
public bool IsSelectedFreeTextAnswer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
QuestionType
Gets or Sets QuestionType
Declaration
public string QuestionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResponseDataType
Gets or Sets ResponseDataType
Declaration
public string ResponseDataType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResponseDescription
Gets or Sets ResponseDescription
Declaration
public string ResponseDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowVersion
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |