C# Class ATMLModelLibrary.model.equipment.DriverPlatformOperatingSystem

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( Stream s ) : DriverPlatformOperatingSystem
Deserialize ( string input ) : DriverPlatformOperatingSystem
Deserialize ( string input, DriverPlatformOperatingSystem &obj ) : bool
Deserialize ( string input, DriverPlatformOperatingSystem &obj, Exception &exception ) : bool

Deserializes workflow markup into an DriverPlatformOperatingSystem object

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

Deserializes xml markup from file into an DriverPlatformOperatingSystem object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current DriverPlatformOperatingSystem object into file

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

Serializes current DriverPlatformOperatingSystem object into an XML string

ToString ( ) : string

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string