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