Represents a read-only collection of Bexel.Api.Propertys.
More...
Represents a read-only collection of Bexel.Api.Propertys.
◆ ContainsKey() [1/3]
Determines whether the collection contains the property with the specified property definition.
- Parameters
-
definition | Property definition of the property. |
- Returns
- True if property with the specified property definition exists, False otherwise.
Implemented in Bexel.Api.ReadOnlyPropertyCollection.
◆ ContainsKey() [2/3]
Determines whether the collection contains the property with the specified property definition ID.
- Parameters
-
definitionID | Property definition ID of the property. |
- Returns
- True if property with the specified property definition ID exists, False otherwise.
Implemented in Bexel.Api.ReadOnlyPropertyCollection.
◆ ContainsKey() [3/3]
bool Bexel.Api.IReadOnlyPropertyCollection.ContainsKey |
( |
int |
internalDefinitionID | ) |
|
◆ GetPropertyByDefinition()
Retrieves the property with the specified property definition.
- Parameters
-
definition | Property definition of the property. |
- Returns
- A property with the specified property definition, null if no such property exists within the collection.
Implemented in Bexel.Api.ReadOnlyPropertyCollection.
◆ GetPropertyByDefinitionID() [1/2]
Retrieves the property with the specified property definition ID.
- Parameters
-
definitionID | Property definition ID of the property. |
- Returns
- A property with the specified property definition ID, null if no such property exists within the collection.
Implemented in Bexel.Api.ReadOnlyPropertyCollection.
◆ GetPropertyByDefinitionID() [2/2]
Property Bexel.Api.IReadOnlyPropertyCollection.GetPropertyByDefinitionID |
( |
int |
internalDefinitionID | ) |
|
◆ GetPropertyByName()
Property Bexel.Api.IReadOnlyPropertyCollection.GetPropertyByName |
( |
string |
name | ) |
|
Retrieves the property with the specified name.
- Parameters
-
name | The name of the property. |
- Returns
- A property with the specified name, null if no such property exists within the collection.
Implemented in Bexel.Api.ReadOnlyPropertyCollection.
◆ this[int internalDefinitionID]
Property Bexel.Api.IReadOnlyPropertyCollection.this[int internalDefinitionID] |
|
get |
Retrieves the property with the specified internal property definition ID.
- Parameters
-
internalDefinitionID | Internal property definition ID of the property. |
- Returns
- A property with the specified internal property definition ID.
- Exceptions
-
System.Collections.Generic.KeyNotFoundException | No property with the specified internal property definition ID exists within the collection. |
◆ this[PropertyDefinition definition]
Retrieves the property with the specified property definition.
- Parameters
-
definition | Property definition of the property. |
- Returns
- A property with the specified property definition.
- Exceptions
-
System.Collections.Generic.KeyNotFoundException | No property with the specified property definition exists within the collection. |
◆ this[PropertyDefinitionID definitionID]
Retrieves the property with the specified property definition ID.
- Parameters
-
definitionID | Property definition ID of the property. |
- Returns
- A property with the specified property definition ID.
- Exceptions
-
System.Collections.Generic.KeyNotFoundException | No property with the specified property definition ID exists within the collection. |