Property | Type | Description |
---|
Method | Description | |
---|---|---|
Deserialize ( string input, |
||
Deserialize ( string input, |
Deserializes workflow markup into an dateTime object
|
|
Deserialize ( System s ) : |
||
Deserialize ( string input ) : |
||
LoadFromFile ( string fileName, |
||
LoadFromFile ( string fileName, |
Deserializes xml markup from file into an dateTime object
|
|
LoadFromFile ( string fileName ) : |
||
SaveToFile ( string fileName, System &exception ) : bool |
Serializes current dateTime object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current dateTime object into an XML string
|
|
ToString ( ) : string | ||
Validate ( SchemaValidationResult errors ) : bool |
public static Deserialize ( string input, |
||
input | string | |
obj | ||
return | bool |
public static Deserialize ( string input, |
||
input | string | string workflow markup to deserialize |
obj | Output dateTime object | |
exception | System | output Exception value if deserialize failed |
return | bool |
public static Deserialize ( System s ) : |
||
s | System | |
return |
public static Deserialize ( string input ) : |
||
input | 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 dateTime object | |
exception | System | output Exception value if deserialize failed |
return | bool |
public static LoadFromFile ( string fileName ) : |
||
fileName | string | |
return |
public SaveToFile ( string fileName, System &exception ) : bool | ||
fileName | string | full path of outupt xml file |
exception | System | output Exception value if failed |
return | bool |
public Validate ( SchemaValidationResult errors ) : bool | ||
errors | SchemaValidationResult | |
return | bool |