![]() | IDictionary |
Represents a wrapper for a dictionary property containing read-only properties
Namespace: TSD.API.Remoting.Common.Properties
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
![](/modules/custom/trimble_html_import/icons/SectionExpanded.png)
public interface IDictionaryOfReadOnlyProperties<TKey, out TItem> : IDictionaryProperty<TKey, IReadOnlyProperty<TItem>, TItem>, IReadOnlyProperty<IEnumerable<IKeyValuePair<TKey, IReadOnlyProperty<TItem>>>>
Type Parameters
- TKey
- The type of keys used to access the item wrappers stored in the dictionary
- TItem
- The type of items stored in the wrappers in the dictionary
The IDictionaryOfReadOnlyPropertiesTKey, TItem type exposes the following members.
![](/modules/custom/trimble_html_import/icons/SectionExpanded.png)
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements in the dictionary
(Inherited from IDictionaryPropertyTKey, TItemWrapper, TItem) |
![]() | IsApplicable |
Gets a value indicating whether the property is applicable
(Inherited from IReadOnlyPropertyTValue) |
![]() | Item |
Gets the element that has the specified key in the dictionary
(Inherited from IDictionaryPropertyTKey, TItemWrapper, TItem) |
![]() | TestStatus |
Gets the test status of the property
(Inherited from IReadOnlyPropertyTValue) |
![]() | Value |
Gets the value of this property
(Inherited from IReadOnlyPropertyTValue) |
![]() | Values |
Gets an enumerable collection that contains the values in the dictionary
(Inherited from IDictionaryPropertyTKey, TItemWrapper, TItem) |
![](/modules/custom/trimble_html_import/icons/SectionExpanded.png)
Name | Description | |
---|---|---|
![]() | ContainsKey |
Returns a value indicating whether an entry with given key is present in the dictionary
(Inherited from IDictionaryPropertyTKey, TItemWrapper, TItem) |
![](/modules/custom/trimble_html_import/icons/SectionExpanded.png)