IProperties Interface

GeoJson Feature

Definition

Namespace: StreetSmart.Common.Interfaces.GeoJson
Assembly: StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 24.7.0.0+cc0a01953d1235087ce28d3e921f5bb47d3c0460
C#
public interface IProperties : IDictionary<string, Object>, 
	ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable
Implements
ICollectionKeyValuePairString, Object, IDictionaryString, Object, IEnumerableKeyValuePairString, Object, IEnumerable

Properties

CountGets the number of elements contained in the ICollectionT.
(Inherited from ICollectionKeyValuePairString, Object)
IsReadOnlyGets a value indicating whether the ICollectionT is read-only.
(Inherited from ICollectionKeyValuePairString, Object)
ItemGets or sets the element with the specified key.
(Inherited from IDictionaryString, Object)
KeysGets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, Object)
ValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, Object)

Methods

Add(T)Adds an item to the ICollectionT.
(Inherited from ICollectionKeyValuePairString, Object)
Add(TKey, TValue)Adds an element with the provided key and value to the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, Object)
ClearRemoves all items from the ICollectionT.
(Inherited from ICollectionKeyValuePairString, Object)
ContainsDetermines whether the ICollectionT contains a specific value.
(Inherited from ICollectionKeyValuePairString, Object)
ContainsKeyDetermines whether the IDictionaryTKey, TValue contains an element with the specified key.
(Inherited from IDictionaryString, Object)
CopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionKeyValuePairString, Object)
GetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableKeyValuePairString, Object)
Remove(T)Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionKeyValuePairString, Object)
Remove(TKey)Removes the element with the specified key from the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, Object)
TryGetValueGets the value associated with the specified key.
(Inherited from IDictionaryString, Object)

Version Information

Supported in: 18.7

See Also