Click or drag to resize

IPropertyCollection Interface

This interface describes an object, which stores properties. It is a combination of IPropertySource and IPropertyTarget.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public interface IPropertyCollection : IPropertySource, 
	IPropertyTarget

The IPropertyCollection type exposes the following members.

Methods
  NameDescription
Public methodCanGetValue
Checks, whether this object can retrieve the value for the specified property, or not.
(Inherited from IPropertySource.)
Public methodContainsValue
Checks, whether this collection contains the specified property.
Public methodGetValue(String)
Gets the value of the specified property.
(Inherited from IPropertySource.)
Public methodGetValue(String, Object)
Gets the value of the specified property, or a given default value, in case the specified property does not exist.
Public methodPropertyNames
Gets the names from all existing properties.
Public methodResetValue
Resets the specified property.
(Inherited from IPropertyTarget.)
Public methodSetValue
Sets the value of the specified property. If the property did exist until now, it is created.
(Inherited from IPropertyTarget.)
Top
See Also