PendingFlow.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of PendingFlow.

public static ADT.Models.IPendingFlow DeserializeFromDictionary(System.Collections.IDictionary content);
static member DeserializeFromDictionary : System.Collections.IDictionary -> ADT.Models.IPendingFlow
Public Shared Function DeserializeFromDictionary (content As IDictionary) As IPendingFlow

Parameters

content
IDictionary

The global::System.Collections.IDictionary content that should be used.

Returns

an instance of IPendingFlow.

Applies to