C# Class TersoSolutions.Jetstream.SDK.Application.Model.Deserialized.GetPoliciesResponse.JetstreamGetPoliciesResponse

Mostrar archivo Open project: tersosolutions/JetstreamSDK-.NET Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( string xml ) : JetstreamGetPoliciesResponse
Deserialize ( string xml, JetstreamGetPoliciesResponse &obj ) : bool
Deserialize ( string xml, JetstreamGetPoliciesResponse &obj, System &exception ) : bool

Deserializes workflow markup into an JetstreamGetPoliciesResponse object

JetstreamGetPoliciesResponse ( ) : System
JetstreamGetPoliciesResponse ( ) : System.Collections.Generic
LoadFromFile ( string fileName ) : JetstreamGetPoliciesResponse
LoadFromFile ( string fileName, JetstreamGetPoliciesResponse &obj ) : bool
LoadFromFile ( string fileName, JetstreamGetPoliciesResponse &obj, System &exception ) : bool

Deserializes xml markup from file into an JetstreamGetPoliciesResponse object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current JetstreamGetPoliciesResponse object into file

SaveToFile ( string fileName ) : void
Serialize ( ) : string

Serializes current JetstreamGetPoliciesResponse object into an XML document

Method Details

Deserialize() public static method

public static Deserialize ( string xml ) : JetstreamGetPoliciesResponse
xml string
return JetstreamGetPoliciesResponse

Deserialize() public static method

public static Deserialize ( string xml, JetstreamGetPoliciesResponse &obj ) : bool
xml string
obj JetstreamGetPoliciesResponse
return bool

Deserialize() public static method

Deserializes workflow markup into an JetstreamGetPoliciesResponse object
public static Deserialize ( string xml, JetstreamGetPoliciesResponse &obj, System &exception ) : bool
xml string string workflow markup to deserialize
obj JetstreamGetPoliciesResponse Output JetstreamGetPoliciesResponse object
exception System output Exception value if deserialize failed
return bool

JetstreamGetPoliciesResponse() public method

public JetstreamGetPoliciesResponse ( ) : System
return System

JetstreamGetPoliciesResponse() public method

public JetstreamGetPoliciesResponse ( ) : System.Collections.Generic
return System.Collections.Generic

LoadFromFile() public static method

public static LoadFromFile ( string fileName ) : JetstreamGetPoliciesResponse
fileName string
return JetstreamGetPoliciesResponse

LoadFromFile() public static method

public static LoadFromFile ( string fileName, JetstreamGetPoliciesResponse &obj ) : bool
fileName string
obj JetstreamGetPoliciesResponse
return bool

LoadFromFile() public static method

Deserializes xml markup from file into an JetstreamGetPoliciesResponse object
public static LoadFromFile ( string fileName, JetstreamGetPoliciesResponse &obj, System &exception ) : bool
fileName string string xml file to load and deserialize
obj JetstreamGetPoliciesResponse Output JetstreamGetPoliciesResponse object
exception System output Exception value if deserialize failed
return bool

SaveToFile() public method

Serializes current JetstreamGetPoliciesResponse object into file
public SaveToFile ( string fileName, System &exception ) : bool
fileName string full path of outupt xml file
exception System output Exception value if failed
return bool

SaveToFile() public method

public SaveToFile ( string fileName ) : void
fileName string
return void

Serialize() public method

Serializes current JetstreamGetPoliciesResponse object into an XML document
public Serialize ( ) : string
return string