Click or drag to resize

ODataEnabledTestODataUpdate Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Base.ODataEnabledTest.ODataUpdate(System.String,System.Collections.Generic.Dictionary{System.String,System.Object},System.String,System.String)"]


Namespace: Scanjour.Workflow4.TestFramework.Internal.Base
Assembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
protected void ODataUpdate(
	string entitySet,
	Dictionary<string, Object> contents,
	string key,
	string dataType
)

Parameters

entitySet  String

[Missing <param name="entitySet"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Base.ODataEnabledTest.ODataUpdate(System.String,System.Collections.Generic.Dictionary{System.String,System.Object},System.String,System.String)"]

contents  DictionaryString, Object

[Missing <param name="contents"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Base.ODataEnabledTest.ODataUpdate(System.String,System.Collections.Generic.Dictionary{System.String,System.Object},System.String,System.String)"]

key  String

[Missing <param name="key"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Base.ODataEnabledTest.ODataUpdate(System.String,System.Collections.Generic.Dictionary{System.String,System.Object},System.String,System.String)"]

dataType  String

[Missing <param name="dataType"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Base.ODataEnabledTest.ODataUpdate(System.String,System.Collections.Generic.Dictionary{System.String,System.Object},System.String,System.String)"]

See Also