TersoSolutions.Jetstream.SDK.Application.Model.Deserialized.GetEventsResponse.GetEventsResponse.Deserialize C# (CSharp) Method

Deserialize() public static method

public static Deserialize ( string xml, GetEventsResponse &obj ) : bool
xml string
obj GetEventsResponse
return bool
        public static bool Deserialize(string xml, out GetEventsResponse obj)
        {
            System.Exception exception = null;
            return Deserialize(xml, out obj, out exception);
        }

Same methods

GetEventsResponse::Deserialize ( string xml ) : GetEventsResponse
GetEventsResponse::Deserialize ( string xml, GetEventsResponse &obj, System &exception ) : bool