Represents a read-only collection of predefined Bexel.Api.Scheduling.TaskPropertyDefinitions.
More...
Represents a read-only collection of predefined Bexel.Api.Scheduling.TaskPropertyDefinitions.
◆ ContainsKey()
bool Bexel.Api.Scheduling.IReadOnlyTaskPredefinedPropertyDefinitionCollection.ContainsKey |
( |
TaskPredefinedPropertyType |
predefinedType | ) |
|
Determines whether the collection contains the property definition with the specified predefined property type.
- Parameters
-
predefinedType | Type of the predefined property. |
- Returns
- True if property definition with the specified predefined property type exists, False otherwise.
s
◆ GetPropertyDefinitionByType()
Retrieves the property definition with the specified predefined property type.
- Parameters
-
predefinedType | Type of the predefined property. |
- Returns
- A property definition with the specified predefined property type, null if no such property exists within the collection.
◆ TryGetValue()
Retrieves the property definition with the specified predefined property type.
- Parameters
-
predefinedType | Type of the predefined property. |
definition | A reference to the property definition with the specified predefined property type if exists, null otherwise. |
- Returns
- True if property definition with the specified predefined property type exists, False otherwise.
◆ this[TaskPredefinedPropertyType predefinedType]
Retrieves the property definition with the specified predefined property type.
- Parameters
-
predefinedType | Type of the predefined property. |
- Returns
- A property definition with the specified predefined property type.
- Exceptions
-
System.Collections.Generic.KeyNotFoundException | No property definition with the specified predefined property type exists within the collection. |