Click or drag to resize

PropertyObjectTagProvider Class

Provides properties by using Reflection on an object.
Inheritance Hierarchy
SystemObject
  Altaxo.Main.ServicesPropertyObjectTagProvider

Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public sealed class PropertyObjectTagProvider : IStringTagProvider

The PropertyObjectTagProvider type exposes the following members.

Constructors
 NameDescription
Public methodPropertyObjectTagProvider Initializes a new instance of the PropertyObjectTagProvider class.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodProvideString Resolves the specified tag to a string value.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also