C# Class ATMLModelLibrary.model.equipment.HardwareItemDescriptionControlDriverPlatformPhysicalMemory

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Deserializes workflow markup into an HardwareItemDescriptionControlDriverPlatformPhysicalMemory object

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

Deserializes xml markup from file into an HardwareItemDescriptionControlDriverPlatformPhysicalMemory object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current HardwareItemDescriptionControlDriverPlatformPhysicalMemory object into file

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

Serializes current HardwareItemDescriptionControlDriverPlatformPhysicalMemory object into an XML string

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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