C# Class ATML1671Translator.model.require_type

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : require_type

Create a clone of this require_type object

Deserialize ( string input, require_type &obj ) : bool
Deserialize ( string input, require_type &obj, Exception &exception ) : bool

Deserializes workflow markup into an require_type object

Deserialize ( Stream s ) : require_type
Deserialize ( string input ) : require_type
LoadFromFile ( string fileName, require_type &obj ) : bool
LoadFromFile ( string fileName, require_type &obj, Exception &exception ) : bool

Deserializes xml markup from file into an require_type object

LoadFromFile ( string fileName ) : require_type
SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current require_type object into file

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

Serializes current require_type object into an XML string

require_type ( ) : System

Method Details

Clone() public méthode

Create a clone of this require_type object
public Clone ( ) : require_type
Résultat require_type

Deserialize() public static méthode

public static Deserialize ( string input, require_type &obj ) : bool
input string
obj require_type
Résultat bool

Deserialize() public static méthode

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

Deserialize() public static méthode

public static Deserialize ( Stream s ) : require_type
s Stream
Résultat require_type

Deserialize() public static méthode

public static Deserialize ( string input ) : require_type
input string
Résultat require_type

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

Serializes current require_type object into file
public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string full path of outupt xml file
exception System.Exception 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 require_type object into an XML string
public Serialize ( ) : string
Résultat string

require_type() public méthode

public require_type ( ) : System
Résultat System