C# Class ATMLModelLibrary.model.common.longArray

Inheritance: IndexedArrayType
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( string input, longArray &obj ) : bool
Deserialize ( string input, longArray &obj, System &exception ) : bool

Deserializes workflow markup into an longArray object

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

Deserializes xml markup from file into an longArray object

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

Serializes current longArray object into file

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

Serializes current longArray object into an XML string

ShouldSerializeElement ( ) : bool

Test whether Element should be serialized

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

Method Details

Deserialize() public static method

public static Deserialize ( string input, longArray &obj ) : bool
input string
obj longArray
return bool

Deserialize() public static method

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

Deserialize() public static method

public static Deserialize ( System s ) : longArray
s System
return longArray

Deserialize() public static method

public static Deserialize ( string input ) : longArray
input string
return longArray

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current longArray 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 longArray object into an XML string
public Serialize ( ) : string
return string

ShouldSerializeElement() public method

Test whether Element should be serialized
public ShouldSerializeElement ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Validate() public method

public Validate ( SchemaValidationResult errors ) : bool
errors SchemaValidationResult
return bool