Microsoft.Activities.Extensions |
WorkflowArguments Members |
WorkflowArguments Class Constructors Methods Properties See Also Send Feedback |
The WorkflowArguments type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkflowArguments()()()() |
Initializes a new instance of the WorkflowArguments class.
Creates an instance of WorkflowArguments
| |
WorkflowArguments(IDictionary<(Of <<'(String, Object>)>>)) |
Initializes a new instance of the WorkflowArguments class.
Creates an instance of WorkflowArguments
| |
WorkflowArguments(SerializationInfo, StreamingContext) |
Initializes a new instance of the WorkflowArguments class.
|
Methods
Name | Description | |
---|---|---|
Add(KeyValuePair<(Of <<'(String, Object>)>>)) |
Adds an item to the ICollection<(Of <(<'T>)>)>.
| |
Add(String, Object) |
Adds an element with the provided key and value to the IDictionary<(Of <(<'TKey, TValue>)>)>.
| |
Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
| |
Contains |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.
| |
ContainsKey |
Determines whether the IDictionary<(Of <(<'TKey, TValue>)>)> contains an element with the specified key.
| |
CopyTo |
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
FromDictionary |
Creates WorkflowArguments from a Dictionary
| |
GetDynamicMemberNames | Returns the enumeration of all dynamic member names. (Inherited from DynamicObject.) | |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMetaObject | 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.) | |
GetObjectData |
The get object data.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(KeyValuePair<(Of <<'(String, Object>)>>)) |
Removes the first occurrence of a specific object from the ICollection<(Of <(<'T>)>)>.
| |
Remove(String) |
Removes the element with the specified key from the IDictionary<(Of <(<'TKey, TValue>)>)>.
| |
ToString | (Inherited from Object.) | |
TryBinaryOperation | 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.) | |
TryConvert | 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.) | |
TryCreateInstance | 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.) | |
TryDeleteIndex | 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.) | |
TryDeleteMember | 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.) | |
TryGetIndex | 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.) | |
TryGetMember |
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%).) | |
TryGetValue |
Gets the value associated with the specified key.
| |
TryInvoke | 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.) | |
TryInvokeMember | 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.) | |
TrySetIndex | 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.) | |
TrySetMember |
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).) | |
TryUnaryOperation | 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
Name | Description | |
---|---|---|
ToDelimitedList<(Of <<'(KeyValuePair<(Of <<'(String, Object>)>>)>)>>) |
Converts a list of objects to a comma delimited string
(Defined by ListExtensions.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.
| |
IsReadOnly |
Gets a value indicating whether the ICollection<(Of <(<'T>)>)> is read-only.
| |
Item |
Gets or sets the element with the specified key.
| |
Keys |
Gets an ICollection<(Of <(<'T>)>)> containing the keys of the IDictionary<(Of <(<'TKey, TValue>)>)>.
| |
Values |
Gets an ICollection<(Of <(<'T>)>)> containing the values in the IDictionary<(Of <(<'TKey, TValue>)>)>.
|