Class ApplicantApplicatonFormQuestion
Inheritance
System.Object
ApplicantApplicatonFormQuestion
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 ApplicantApplicatonFormQuestion
Constructors
ApplicantApplicatonFormQuestion()
Declaration
public ApplicantApplicatonFormQuestion()
Properties
ApplicationFormQuestionCustomChoiceList
Declaration
public ICollection<ApplicantApplicationFormQuestionChoice> ApplicationFormQuestionCustomChoiceList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<ApplicantApplicationFormQuestionChoice> |
ApplicationFormQuestionId
Gets or Sets ApplicationFormQuestionId
Declaration
public int? ApplicationFormQuestionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Code
Gets or Sets SystemQuestion
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FreeTextAnswer
Gets or Sets FreeTextAnswer
Declaration
public string FreeTextAnswer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsActive
Gets or Sets Active
Declaration
public bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsRequired
Gets or Sets Required
Declaration
public bool? IsRequired { 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 |
Name
Gets or Sets Descrip
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QuestionNumber
Gets or Sets QuestionNumber
Declaration
public int QuestionNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
QuestionSourceType
Gets or Sets Type
Declaration
public string QuestionSourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
QuestionType
Gets or Sets QuestionType
Declaration
public string QuestionType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RowVersion
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
TableName
Gets or Sets TableName
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |