Esempio n. 1
0
        private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAlarmsForMetricResponse response)
        {
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth += 2;
            }

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("MetricAlarms/member", targetDepth))
                    {
                        response.MetricAlarms.Add(MetricAlarmUnmarshaller.GetInstance().Unmarshall(context));

                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return;
                }
            }



            return;
        }
Esempio n. 2
0
        public DescribeAlarmsForMetricResult Unmarshall(XmlUnmarshallerContext context)
        {
            DescribeAlarmsForMetricResult describeAlarmsForMetricResult = new DescribeAlarmsForMetricResult();
            int originalDepth = context.CurrentDepth;
            int targetDepth   = originalDepth + 1;

            if (context.IsStartOfDocument)
            {
                targetDepth += 2;
            }

            while (context.Read())
            {
                if (context.IsStartElement || context.IsAttribute)
                {
                    if (context.TestExpression("MetricAlarms/member", targetDepth))
                    {
                        describeAlarmsForMetricResult.MetricAlarms.Add(MetricAlarmUnmarshaller.GetInstance().Unmarshall(context));

                        continue;
                    }
                }
                else if (context.IsEndElement && context.CurrentDepth < originalDepth)
                {
                    return(describeAlarmsForMetricResult);
                }
            }



            return(describeAlarmsForMetricResult);
        }
Esempio n. 3
0
        public static MetricAlarmUnmarshaller GetInstance()
        {
            if (instance == null)
            {
                instance = new MetricAlarmUnmarshaller();
            }

            return(instance);
        }