VarElement..::..Deserialize Method (String, VarElement%, Exception%)
Deserializes workflow markup into an VarElement object
Namespace:
FLEXYGO.GipeAssembly: flxEntity (in flxEntity.dll)
Syntax
public static bool Deserialize( string xml, ref VarElement obj, ref Exception exception )
Public Shared Function Deserialize ( _ xml As String, _ ByRef obj As VarElement, _ ByRef exception As Exception _ ) As Boolean
Parameters
- xml
- Type: String
string workflow markup to deserialize
- obj
- Type: FLEXYGO.Gipe..::..VarElement%
Output VarElement object
- exception
- Type: Exception%
output Exception value if deserialize failed