Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddDocument ( |
||
Deserialize ( Stream s ) : |
||
Deserialize ( string input ) : |
||
Deserialize ( string input, |
||
Deserialize ( string input, |
Deserializes workflow markup into an HardwareItemDescription object
|
|
FindDoument ( String guid ) : |
||
HasDoument ( String guid ) : bool | ||
LoadFromFile ( string fileName ) : |
||
LoadFromFile ( string fileName, |
||
LoadFromFile ( string fileName, |
Deserializes xml markup from file into an HardwareItemDescription object
|
|
SaveToFile ( string fileName, |
Serializes current HardwareItemDescription object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current HardwareItemDescription object into an XML string
|
|
ShouldSerializeCalibrationRequirements ( ) : bool |
Test whether CalibrationRequirements should be serialized
|
|
ShouldSerializeComponents ( ) : bool |
Test whether Components should be serialized
|
|
ShouldSerializeConfigurationOptions ( ) : bool |
Test whether ConfigurationOptions should be serialized
|
|
ShouldSerializeDocumentation ( ) : bool |
Test whether Documentation should be serialized
|
|
ShouldSerializeErrors ( ) : bool |
Test whether Errors should be serialized
|
|
ShouldSerializeFactoryDefaults ( ) : bool |
Test whether FactoryDefaults should be serialized
|
|
ShouldSerializeInterface ( ) : bool |
Test whether Interface should be serialized
|
|
ShouldSerializeNetworkList ( ) : bool |
Test whether NetworkList should be serialized
|
|
ShouldSerializeParentComponents ( ) : bool |
Test whether ParentComponents should be serialized
|
|
ShouldSerializePowerRequirements ( ) : bool |
Test whether PowerRequirements should be serialized
|
public AddDocument ( |
||
document | ||
return | void |
public static Deserialize ( Stream s ) : |
||
s | Stream | |
return |
public static Deserialize ( string input ) : |
||
input | string | |
return |
public static Deserialize ( string input, |
||
input | string | |
obj | ||
return | bool |
public static Deserialize ( string input, |
||
input | string | string workflow markup to deserialize |
obj | Output HardwareItemDescription object | |
exception | output Exception value if deserialize failed | |
return | bool |
public FindDoument ( String guid ) : |
||
guid | String | |
return |
public static LoadFromFile ( string fileName ) : |
||
fileName | string | |
return |
public static LoadFromFile ( string fileName, |
||
fileName | string | |
obj | ||
return | bool |
public static LoadFromFile ( string fileName, |
||
fileName | string | string xml file to load and deserialize |
obj | Output HardwareItemDescription object | |
exception | output Exception value if deserialize failed | |
return | bool |
public SaveToFile ( string fileName, |
||
fileName | string | full path of outupt xml file |
exception | output Exception value if failed | |
return | bool |
public ShouldSerializeCalibrationRequirements ( ) : bool | ||
return | bool |
public ShouldSerializeConfigurationOptions ( ) : bool | ||
return | bool |
public ShouldSerializeDocumentation ( ) : bool | ||
return | bool |
public ShouldSerializeFactoryDefaults ( ) : bool | ||
return | bool |
public ShouldSerializeParentComponents ( ) : bool | ||
return | bool |
public ShouldSerializePowerRequirements ( ) : bool | ||
return | bool |