C# Class TersoSolutions.Jetstream.SDK.Application.Model.Deserialized.GetDeviceDefinitionsResponse.JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList

Afficher le fichier Open project: tersosolutions/JetstreamSDK-.NET Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( string xml ) : JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList
Deserialize ( string xml, JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList &obj ) : bool
Deserialize ( string xml, JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList &obj, System &exception ) : bool

Deserializes workflow markup into an JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList object

JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList ( ) : System
LoadFromFile ( string fileName ) : JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList
LoadFromFile ( string fileName, JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList &obj ) : bool
LoadFromFile ( string fileName, JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList &obj, System &exception ) : bool

Deserializes xml markup from file into an JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList object into file

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

Serializes current JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList object into an XML document

Method Details

Deserialize() public static méthode

public static Deserialize ( string xml ) : JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList
xml string
Résultat JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList

Deserialize() public static méthode

public static Deserialize ( string xml, JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList &obj ) : bool
xml string
obj JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList
Résultat bool

Deserialize() public static méthode

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

JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList() public méthode

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName ) : JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList
fileName string
Résultat JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName, JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList &obj ) : bool
fileName string
obj JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList
Résultat bool

LoadFromFile() public static méthode

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

SaveToFile() public méthode

Serializes current JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList 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
Résultat bool

SaveToFile() public méthode

public SaveToFile ( string fileName ) : void
fileName string
Résultat void

Serialize() public méthode

Serializes current JetstreamGetDeviceDefinitionsResponseDeviceDefinitionCommandListConfigParameterList object into an XML document
public Serialize ( ) : string
Résultat string