private static void UnmarshallResult(XmlUnmarshallerContext context, UpdateEnvironmentResponse response)
{
int originalDepth = context.CurrentDepth;
int targetDepth = originalDepth + 1;
if (context.IsStartOfDocument)
targetDepth += 2;
while (context.ReadAtDepth(originalDepth))
{
if (context.IsStartElement || context.IsAttribute)
{
if (context.TestExpression("AbortableOperationInProgress", targetDepth))
{
var unmarshaller = BoolUnmarshaller.Instance;
response.AbortableOperationInProgress = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("ApplicationName", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.ApplicationName = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("CNAME", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.CNAME = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("DateCreated", targetDepth))
{
var unmarshaller = DateTimeUnmarshaller.Instance;
response.DateCreated = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("DateUpdated", targetDepth))
{
var unmarshaller = DateTimeUnmarshaller.Instance;
response.DateUpdated = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("Description", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.Description = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("EndpointURL", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.EndpointURL = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("EnvironmentId", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.EnvironmentId = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("EnvironmentLinks/member", targetDepth))
{
var unmarshaller = EnvironmentLinkUnmarshaller.Instance;
var item = unmarshaller.Unmarshall(context);
response.EnvironmentLinks.Add(item);
continue;
}
if (context.TestExpression("EnvironmentName", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.EnvironmentName = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("Health", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.Health = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("HealthStatus", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.HealthStatus = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("Resources", targetDepth))
{
var unmarshaller = EnvironmentResourcesDescriptionUnmarshaller.Instance;
response.Resources = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("SolutionStackName", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.SolutionStackName = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("Status", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.Status = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("TemplateName", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.TemplateName = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("Tier", targetDepth))
{
var unmarshaller = EnvironmentTierUnmarshaller.Instance;
response.Tier = unmarshaller.Unmarshall(context);
continue;
}
if (context.TestExpression("VersionLabel", targetDepth))
{
var unmarshaller = StringUnmarshaller.Instance;
response.VersionLabel = unmarshaller.Unmarshall(context);
continue;
}
}
}
return;
}