PropertiesReader Class

Provides interface to read Region properties during import.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public class PropertiesReader : Dictionary<string, string>
Inheritance
Object    DictionaryString, String    PropertiesReader

Constructors

PropertiesReader Default constructor of the PropertiesReader class.
PropertiesReader(XmlReader) Constructor of the PropertiesReader class taking a reader to create an object instance with.

Properties

ComparerGets the IEqualityComparerT that is used to determine equality of keys for the dictionary.
(Inherited from DictionaryString, String)
CountGets the number of key/value pairs contained in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
ItemGets or sets the value associated with the specified key.
(Inherited from DictionaryString, String)
KeysGets a collection containing the keys in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
ValuesGets a collection containing the values in the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)

Methods

AddAdds the specified key and value to the dictionary.
(Inherited from DictionaryString, String)
ClearRemoves all keys and values from the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
ContainsKeyDetermines whether the DictionaryTKey, TValue contains the specified key.
(Inherited from DictionaryString, String)
ContainsValueDetermines whether the DictionaryTKey, TValue contains a specific value.
(Inherited from DictionaryString, String)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetBoolean(String) Retrieves a boolean property.
GetBoolean(String, Boolean) Retrieves a boolean property.
GetDouble(String) Retrieves a double property.
GetDouble(String, Double) Retrieves a double property.
GetEnumeratorReturns an enumerator that iterates through the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetInt32(String) Retrieves an integer property.
GetInt32(String, Int32) Retrieves an integer property.
GetObjectDataImplements the ISerializable interface and returns the data needed to serialize the DictionaryTKey, TValue instance.
(Inherited from DictionaryString, String)
GetSingle(String) Retrieves a float property.
GetSingle(String, Single) Retrieves a float property.
GetString(String) Retrieves a string property.
GetString(String, String) Retrieves a string property.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDeserializationImplements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, String)
RemoveRemoves the value with the specified key from the DictionaryTKey, TValue.
(Inherited from DictionaryString, String)
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGetValueGets the value associated with the specified key.
(Inherited from DictionaryString, String)

Explicit Interface Implementations

ICollectionKeyValuePairTKey, TValueAddAdds the specified value to the ICollectionT with the specified key.
(Inherited from DictionaryString, String)
IDictionaryAddAdds the specified key and value to the dictionary.
(Inherited from DictionaryString, String)
ICollectionKeyValuePairTKey, TValueContainsDetermines whether the ICollectionT contains a specific key and value.
(Inherited from DictionaryString, String)
IDictionaryContainsDetermines whether the IDictionary contains an element with the specified key.
(Inherited from DictionaryString, String)
ICollectionKeyValuePairTKey, TValueCopyToCopies the elements of the ICollectionT to an array of type KeyValuePairTKey, TValue, starting at the specified array index.
(Inherited from DictionaryString, String)
ICollectionCopyToCopies the elements of the ICollectionT to an array, starting at the specified array index.
(Inherited from DictionaryString, String)
IEnumerableKeyValuePairTKey, TValueGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from DictionaryString, String)
IDictionaryGetEnumeratorReturns an IDictionaryEnumerator for the IDictionary.
(Inherited from DictionaryString, String)
IEnumerableGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from DictionaryString, String)
IDictionaryIsFixedSizeGets a value that indicates whether the IDictionary has a fixed size.
(Inherited from DictionaryString, String)
ICollectionKeyValuePairTKey, TValueIsReadOnlyGets a value that indicates whether the dictionary is read-only.
(Inherited from DictionaryString, String)
IDictionaryIsReadOnlyGets a value that indicates whether the IDictionary is read-only.
(Inherited from DictionaryString, String)
ICollectionIsSynchronizedGets a value that indicates whether access to the ICollection is synchronized (thread safe).
(Inherited from DictionaryString, String)
IDictionaryItemGets or sets the value with the specified key.
(Inherited from DictionaryString, String)
IDictionaryTKey, TValueKeysGets an ICollectionT containing the keys of the IDictionaryTKey, TValue.
(Inherited from DictionaryString, String)
IReadOnlyDictionaryTKey, TValueKeysGets a collection containing the keys of the IReadOnlyDictionaryTKey, TValue.
(Inherited from DictionaryString, String)
IDictionaryKeysGets an ICollection containing the keys of the IDictionary.
(Inherited from DictionaryString, String)
ICollectionKeyValuePairTKey, TValueRemoveRemoves a key and value from the dictionary.
(Inherited from DictionaryString, String)
IDictionaryRemoveRemoves the element with the specified key from the IDictionary.
(Inherited from DictionaryString, String)
ICollectionSyncRootGets an object that can be used to synchronize access to the ICollection.
(Inherited from DictionaryString, String)
IDictionaryTKey, TValueValuesGets an ICollectionT containing the values in the IDictionaryTKey, TValue.
(Inherited from DictionaryString, String)
IReadOnlyDictionaryTKey, TValueValuesGets a collection containing the values of the IReadOnlyDictionaryTKey, TValue.
(Inherited from DictionaryString, String)
IDictionaryValuesGets an ICollection containing the values in the IDictionary.
(Inherited from DictionaryString, String)

See Also