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