Class PlacementReasonQuestionAnswerResponse
Inheritance
System.Object
PlacementReasonQuestionAnswerResponse
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 PlacementReasonQuestionAnswerResponse
Constructors
PlacementReasonQuestionAnswerResponse()
Declaration
public PlacementReasonQuestionAnswerResponse()
Properties
ReasonQuestionResponseId
Declaration
public int ReasonQuestionResponseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ReasonQuestionResponseNote
Declaration
public string ReasonQuestionResponseNote { get; set; }
Property Value
Type | Description |
---|---|
System.String |