C# Class ATMLModelLibrary.model.common.booleanArray

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( string input, booleanArray &obj ) : bool
Deserialize ( string input, booleanArray &obj, System &exception ) : bool

Deserializes workflow markup into an booleanArray object

Deserialize ( System s ) : booleanArray
Deserialize ( string input ) : booleanArray
LoadFromFile ( string fileName, booleanArray &obj ) : bool
LoadFromFile ( string fileName, booleanArray &obj, System &exception ) : bool

Deserializes xml markup from file into an booleanArray object

LoadFromFile ( string fileName ) : booleanArray
SaveToFile ( string fileName, System &exception ) : bool

Serializes current booleanArray object into file

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

Serializes current booleanArray object into an XML string

ShouldSerializeElement ( ) : bool

Test whether Element should be serialized

ToString ( ) : string
Validate ( SchemaValidationResult errors ) : bool

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

public static Deserialize ( System s ) : booleanArray
s System
Résultat booleanArray

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

ShouldSerializeElement() public méthode

Test whether Element should be serialized
public ShouldSerializeElement ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Validate() public méthode

public Validate ( SchemaValidationResult errors ) : bool
errors SchemaValidationResult
Résultat bool