Class PlacementReasonQuestionAnswer
Inheritance
System.Object
PlacementReasonQuestionAnswer
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.CareerServices.Services
Assembly: Cmc.Nexus.CareerServices.Contracts.dll
Syntax
public class PlacementReasonQuestionAnswer
Constructors
PlacementReasonQuestionAnswer()
Declaration
public PlacementReasonQuestionAnswer()
Properties
PlacementReasonQuestionAnswerResponseList
Declaration
public ICollection<PlacementReasonQuestionAnswerResponse> PlacementReasonQuestionAnswerResponseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<PlacementReasonQuestionAnswerResponse> |
ReasonQuestionAnswer
Declaration
public string ReasonQuestionAnswer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReasonQuestionId
Declaration
public int ReasonQuestionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |