Property | Type | Description |
---|
Method | Description | |
---|---|---|
Deserialize ( Stream s ) : |
||
Deserialize ( string input ) : |
||
Deserialize ( string input, |
||
Deserialize ( string input, |
Deserializes workflow markup into an HardwareItemDescriptionControlTool object
|
|
LoadFromFile ( string fileName ) : |
||
LoadFromFile ( string fileName, |
||
LoadFromFile ( string fileName, |
Deserializes xml markup from file into an HardwareItemDescriptionControlTool object
|
|
SaveToFile ( string fileName, |
Serializes current HardwareItemDescriptionControlTool object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current HardwareItemDescriptionControlTool object into an XML string
|
|
ShouldSerializeDependencies ( ) : bool |
Test whether Dependencies should be serialized
|
|
Validate ( SchemaValidationResult errors ) : bool |
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 HardwareItemDescriptionControlTool object | |
exception | output Exception value if deserialize failed | |
return | bool |
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 HardwareItemDescriptionControlTool 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 ShouldSerializeDependencies ( ) : bool | ||
return | bool |
public Validate ( SchemaValidationResult errors ) : bool | ||
errors | SchemaValidationResult | |
return | bool |