PropertyCollection Class |
Namespace: Mastersign.Bench.PropertyCollections
The PropertyCollection type exposes the following members.
Name | Description | |
---|---|---|
PropertyCollection | Initializes a new instance of the PropertyCollection class |
Name | Description | |
---|---|---|
DefaultValueSource |
The backup value source for ungrouped properties.
|
Name | Description | |
---|---|---|
CanGetValue |
Checks, whether this object can retrieve the value for the specified property, or not.
| |
Clear |
Deletes all properties in this collection.
| |
ContainsValue |
Checks, whether this collection contains the specified property.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBooleanValue(String) |
Gets the value of a property as a boolean.
| |
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.
| |
GetHashCode | (Inherited from Object.) | |
GetInt32Value(String) |
Gets the value of a property as an integer.
| |
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.
| |
GetRawValue |
Gets the unresolved and untransformed value of a property in this collection,
without looking up the property in DefaultValueSource.
| |
GetStringListValue(String) |
Gets the value of a property as a string array.
| |
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.
| |
GetStringValue(String) |
Gets the value of a property as a string.
| |
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.
| |
GetType | (Inherited from Object.) | |
GetValue(String) |
Gets the value of the specified property.
| |
GetValue(String, Object) |
Gets the value of the specified property, or a given default value,
in case the specified property does not exist.
| |
MemberwiseClone | (Inherited from Object.) | |
PropertyNames |
Gets the names from all existing properties.
| |
ResetValue |
Resets the specified property.
| |
ResolveValue |
This method is a hook for child classes,
to implement some kind of value resolution or transformation for ungrouped properties.
| |
SetValue(String, Boolean) |
Sets a boolean value for the specified property.
| |
SetValue(String, Int32) |
Sets an integer value for the specified property.
| |
SetValue(String, Object) |
Sets the value of the specified property.
If the property did exist until now, it is created.
| |
SetValue(String, String) |
Sets a string value for the specified property.
| |
SetValue(String, String) |
Sets a string array value for the specified property.
| |
ToString |
Returns a string represenation of this property collection.
(Overrides ObjectToString.) | |
ToString(Boolean) |
Returns a string represenation of this property collection.
|