Serializable dictionary of user task properties
Inheritance Hierarchy
Scanjour.Workflow4.BaseUserTaskProperties
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
[SerializableAttribute] public class UserTaskProperties : ISerializable, IReadOnlyDictionary<string, UserTaskProperty>, IReadOnlyCollection<KeyValuePair<string, UserTaskProperty>>, IEnumerable<KeyValuePair<string, UserTaskProperty>>, IEnumerable
The UserTaskProperties type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UserTaskProperties |
Initializes a new instance of the UserTaskProperties class.
| |
| UserTaskProperties(IEnumerableKeyValuePairString, UserTaskProperty) |
Initializes a new instance of the UserTaskProperties class.
| |
| UserTaskProperties(IEnumerableUserTaskProperty) |
Initializes a new instance of the UserTaskProperties class.
| |
| UserTaskProperties(SerializationInfo, StreamingContext) |
Initializes a new instance of the UserTaskProperties class.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the count.
| |
| ItemInt32 |
Gets the UserTaskProperty at the specified index.
| |
| ItemString |
Gets the UserTaskProperty with the specified key.
| |
| Keys |
Gets an enumerable collection that contains the keys in the read-only dictionary.
| |
| Values |
Gets an enumerable collection that contains the values in the read-only dictionary.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds the specified item.
| |
| ContainsKey |
Determines whether the proeprty list contains specified key.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetT |
Gets the specified key.
| |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Set(String, Object, Type) |
Sets the specified key.
| |
| SetT(String, T) |
Sets the specified key.
| |
| ToDictionary |
Get the user task property collection as a Dictionary.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue |
Gets the value that is associated with the specified key.
|
Operators
| Name | Description | |
|---|---|---|
| (DictionaryString, Object to UserTaskProperties) |
Creates user task properties from dictionary
|
See Also