Property | Type | Description |
---|
Method | Description | |
---|---|---|
Deserialize ( Stream s ) : |
||
Deserialize ( string input ) : |
||
Deserialize ( string input, |
||
Deserialize ( string input, |
Deserializes workflow markup into an InstrumentDescription object
|
|
GetAtmlDocumentType ( ) : dbDocument.DocumentType | ||
GetAtmlFileContext ( ) : string | ||
GetAtmlFileDescription ( ) : string | ||
GetAtmlFileName ( ) : string | ||
GetAtmlFileType ( ) : AtmlFileType | ||
GetAtmlId ( ) : string | ||
GetAtmlName ( ) : string | ||
IsDeleted ( bool deleted = null ) : bool | ||
LoadFromFile ( string fileName ) : InstrumentDescription | ||
LoadFromFile ( string fileName, InstrumentDescription &obj ) : bool | ||
LoadFromFile ( string fileName, InstrumentDescription &obj, Exception &exception ) : bool |
Deserializes xml markup from file into an InstrumentDescription object
|
|
SaveToFile ( string fileName, Exception &exception ) : bool |
Serializes current InstrumentDescription object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current InstrumentDescription object into an XML string
|
|
ShouldSerializeBuses ( ) : bool |
Test whether Buses should be serialized
|
|
ShouldSerializePaths ( ) : bool |
Test whether Paths should be serialized
|
|
ShouldSerializePowerOnDefaults ( ) : bool |
Test whether PowerOnDefaults should be serialized
|
|
ShouldSerializeResources ( ) : bool |
Test whether Resources 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 InstrumentDescription object | |
exception | output Exception value if deserialize failed | |
return | bool |
public GetAtmlDocumentType ( ) : dbDocument.DocumentType | ||
return | dbDocument.DocumentType |
public static LoadFromFile ( string fileName ) : InstrumentDescription | ||
fileName | string | |
return | InstrumentDescription |
public static LoadFromFile ( string fileName, InstrumentDescription &obj ) : bool | ||
fileName | string | |
obj | InstrumentDescription | |
return | bool |
public static LoadFromFile ( string fileName, InstrumentDescription &obj, Exception &exception ) : bool | ||
fileName | string | string xml file to load and deserialize |
obj | InstrumentDescription | Output InstrumentDescription object |
exception | Exception | output Exception value if deserialize failed |
return | bool |
public SaveToFile ( string fileName, Exception &exception ) : bool | ||
fileName | string | full path of outupt xml file |
exception | Exception | output Exception value if failed |
return | bool |
public ShouldSerializePowerOnDefaults ( ) : bool | ||
return | bool |
public Validate ( SchemaValidationResult errors ) : bool | ||
errors | SchemaValidationResult | |
return | bool |