Class GetApplicantApplicationAnswerResponse
Inheritance
System.Object
GetApplicantApplicationAnswerResponse
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class GetApplicantApplicationAnswerResponse : ServiceResponse
Constructors
GetApplicantApplicationAnswerResponse()
Declaration
public GetApplicantApplicationAnswerResponse()
Properties
Declaration
public int ApplicationFormId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public List<ApplicatonFormQuestionCustom> ApplicatonFormQuestionCustomList { get; set; }
Property Value
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|