ResolvingPropertyCollection Class |
Namespace: Mastersign.Bench.PropertyCollections
The ResolvingPropertyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ResolvingPropertyCollection | Initializes a new instance of the ResolvingPropertyCollection class |
| Name | Description | |
|---|---|---|
| DefaultValueSource |
The backup value source for ungrouped properties.
(Inherited from PropertyCollection.) |
| Name | Description | |
|---|---|---|
| AddResolver |
Registers a number of property resolvers.
| |
| CanGetValue |
Checks, whether this object can retrieve the value for the specified property, or not.
(Inherited from PropertyCollection.) | |
| Clear |
Deletes all properties in this collection.
(Inherited from PropertyCollection.) | |
| ContainsValue |
Checks, whether this collection contains the specified property.
(Inherited from PropertyCollection.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetBooleanValue(String) |
Gets the value of a property as a boolean.
(Inherited from PropertyCollection.) | |
| GetBooleanValue(String, Boolean) |
Gets the value of a property as a boolean, or a default value if the
specified property does not exist or its value can not be properly converted.
(Inherited from PropertyCollection.) | |
| GetHashCode | (Inherited from Object.) | |
| GetInt32Value(String) |
Gets the value of a property as an integer.
(Inherited from PropertyCollection.) | |
| GetInt32Value(String, Int32) |
Gets the value of a property as an integer, or a default value if the
specified property does not exist or its value can not be properly converted.
(Inherited from PropertyCollection.) | |
| GetRawValue |
Gets the unresolved and untransformed value of a property in this collection,
without looking up the property in DefaultValueSource.
(Inherited from PropertyCollection.) | |
| GetStringListValue(String) |
Gets the value of a property as a string array.
(Inherited from PropertyCollection.) | |
| GetStringListValue(String, String) |
Gets the value of a property as a string array, or a default value if the
specified property does not exist or its value can not be properly converted.
(Inherited from PropertyCollection.) | |
| GetStringValue(String) |
Gets the value of a property as a string.
(Inherited from PropertyCollection.) | |
| GetStringValue(String, String) |
Gets the value of a property as a string, or a default value if the
specified property does not exist or its value can not be properly converted.
(Inherited from PropertyCollection.) | |
| GetType | (Inherited from Object.) | |
| GetValue(String) |
Gets the value of the specified property.
(Inherited from PropertyCollection.) | |
| GetValue(String, Object) |
Gets the value of the specified property, or a given default value,
in case the specified property does not exist.
(Inherited from PropertyCollection.) | |
| MemberwiseClone | (Inherited from Object.) | |
| PropertyNames |
Gets the names from all existing properties.
(Inherited from PropertyCollection.) | |
| ResetValue |
Resets the specified property.
(Inherited from PropertyCollection.) | |
| ResolveValue |
The implementation of ResolveValue(String, Object),
calling all registered resolvers in the order they were registered.
(Overrides PropertyCollectionResolveValue(String, Object).) | |
| SetValue(String, Boolean) |
Sets a boolean value for the specified property.
(Inherited from PropertyCollection.) | |
| SetValue(String, Int32) |
Sets an integer value for the specified property.
(Inherited from PropertyCollection.) | |
| SetValue(String, Object) |
Sets the value of the specified property.
If the property did exist until now, it is created.
(Inherited from PropertyCollection.) | |
| SetValue(String, String) |
Sets a string value for the specified property.
(Inherited from PropertyCollection.) | |
| SetValue(String, String) |
Sets a string array value for the specified property.
(Inherited from PropertyCollection.) | |
| ToString |
Returns a string represenation of this property collection.
(Inherited from PropertyCollection.) | |
| ToString(Boolean) |
Returns a string represenation of this property collection.
(Inherited from PropertyCollection.) |