C# Class ATML1671Translator.model.atlas_sources

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : atlas_sources

Create a clone of this atlas_sources object

Deserialize ( Stream s ) : atlas_sources
Deserialize ( string input ) : atlas_sources
Deserialize ( string input, atlas_sources &obj ) : bool
Deserialize ( string input, atlas_sources &obj, Exception &exception ) : bool

Deserializes workflow markup into an atlas_sources object

LoadFromFile ( string fileName ) : atlas_sources
LoadFromFile ( string fileName, atlas_sources &obj ) : bool
LoadFromFile ( string fileName, atlas_sources &obj, Exception &exception ) : bool

Deserializes xml markup from file into an atlas_sources object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current atlas_sources object into file

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

Serializes current atlas_sources object into an XML string

atlas_sources ( ) : System

Method Details

Clone() public méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

Serializes current atlas_sources 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 atlas_sources object into an XML string
public Serialize ( ) : string
Résultat string

atlas_sources() public méthode

public atlas_sources ( ) : System
Résultat System