WorkflowArguments Members

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image

The WorkflowArguments type exposes the following members.

Constructors

  NameDescription
Public methodWorkflowArguments()()()()
Initializes a new instance of the WorkflowArguments class. Creates an instance of WorkflowArguments
Public methodWorkflowArguments(IDictionary<(Of <<'(String, Object>)>>))
Initializes a new instance of the WorkflowArguments class. Creates an instance of WorkflowArguments
Protected methodWorkflowArguments(SerializationInfo, StreamingContext)
Initializes a new instance of the WorkflowArguments class.

Methods

  NameDescription
Public methodAdd(KeyValuePair<(Of <<'(String, Object>)>>))
Adds an item to the ICollection<(Of <(<'T>)>)>.
Public methodAdd(String, Object)
Adds an element with the provided key and value to the IDictionary<(Of <(<'TKey, TValue>)>)>.
Public methodClear
Removes all items from the ICollection<(Of <(<'T>)>)>.
Public methodContains
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
Public methodContainsKey
Determines whether the IDictionary<(Of <(<'TKey, TValue>)>)> contains an element with the specified key.
Public methodCopyTo
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromDictionary
Creates WorkflowArguments from a Dictionary
Public methodGetDynamicMemberNames
Returns the enumeration of all dynamic member names.
(Inherited from DynamicObject.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMetaObject
Provides a DynamicMetaObject that dispatches to the dynamic virtual methods. The object can be encapsulated inside another DynamicMetaObject to provide custom behavior for individual actions. This method supports the Dynamic Language Runtime infrastructure for language implementers and it is not intended to be used directly from your code.
(Inherited from DynamicObject.)
Public methodGetObjectData
The get object data.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(KeyValuePair<(Of <<'(String, Object>)>>))
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
Public methodRemove(String)
Removes the element with the specified key from the IDictionary<(Of <(<'TKey, TValue>)>)>.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodTryBinaryOperation
Provides implementation for binary operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as addition and multiplication.
(Inherited from DynamicObject.)
Public methodTryConvert
Provides implementation for type conversion operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations that convert an object from one type to another.
(Inherited from DynamicObject.)
Public methodTryCreateInstance
Provides the implementation for operations that initialize a new instance of a dynamic object. This method is not intended for use in C# or Visual Basic.
(Inherited from DynamicObject.)
Public methodTryDeleteIndex
Provides the implementation for operations that delete an object by index. This method is not intended for use in C# or Visual Basic.
(Inherited from DynamicObject.)
Public methodTryDeleteMember
Provides the implementation for operations that delete an object member. This method is not intended for use in C# or Visual Basic.
(Inherited from DynamicObject.)
Public methodTryGetIndex
Provides the implementation for operations that get a value by index. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for indexing operations.
(Inherited from DynamicObject.)
Public methodTryGetMember
Provides the implementation for operations that get member values. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as getting a value for a property.
(Overrides DynamicObject..::..TryGetMember(GetMemberBinder, Object%).)
Public methodTryGetValue
Gets the value associated with the specified key.
Public methodTryInvoke
Provides the implementation for operations that invoke an object. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as invoking an object or a delegate.
(Inherited from DynamicObject.)
Public methodTryInvokeMember
Provides the implementation for operations that invoke a member. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as calling a method.
(Inherited from DynamicObject.)
Public methodTrySetIndex
Provides the implementation for operations that set a value by index. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations that access objects by a specified index.
(Inherited from DynamicObject.)
Public methodTrySetMember
Provides the implementation for operations that set member values. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as setting a value for a property.
(Overrides DynamicObject..::..TrySetMember(SetMemberBinder, Object).)
Public methodTryUnaryOperation
Provides implementation for unary operations. Classes derived from the DynamicObject class can override this method to specify dynamic behavior for operations such as negation, increment, or decrement.
(Inherited from DynamicObject.)

Extension Methods

  NameDescription
Public Extension MethodToDelimitedList<(Of <<'(KeyValuePair<(Of <<'(String, Object>)>>)>)>>)
Converts a list of objects to a comma delimited string
(Defined by ListExtensions.)

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
Public propertyIsReadOnly
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
Public propertyItem
Gets or sets the element with the specified key.
Public propertyKeys
Public propertyValues

See Also