Returns information about the DescribeWorkflowType response and response metadata.
Inheritance: DescribeWorkflowTypeResult
コード例 #1
0
        /// <summary>
        /// Unmarshaller the response from the service to the response class.
        /// </summary>  
        /// <param name="context"></param>
        /// <returns></returns>
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeWorkflowTypeResponse response = new DescribeWorkflowTypeResponse();

            response.WorkflowTypeDetail = WorkflowTypeDetailUnmarshaller.Instance.Unmarshall(context);

            return response;
        }
コード例 #2
0
 public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
 {
   DescribeWorkflowTypeResponse response = new DescribeWorkflowTypeResponse();
   
   UnmarshallResult(context,response);          
   
   return response;
 }        
        public override AmazonWebServiceResponse Unmarshall(JsonUnmarshallerContext context)
        {
            DescribeWorkflowTypeResponse response = new DescribeWorkflowTypeResponse();

              context.Read();
              response.DescribeWorkflowTypeResult = DescribeWorkflowTypeResultUnmarshaller.GetInstance().Unmarshall(context);

              return response;
        }
コード例 #4
0
 private static void UnmarshallResult(JsonUnmarshallerContext context,DescribeWorkflowTypeResponse response)
 {                   
   response.WorkflowTypeDetail = WorkflowTypeDetailUnmarshaller.GetInstance().Unmarshall(context);
   return;
 }