Click or drag to resize

Property Class

[Missing <summary> documentation for "T:Altaxo.Main.Services.PropertyReflection.Property"]

Inheritance Hierarchy
SystemObject
  Altaxo.Main.Services.PropertyReflectionItem
    Altaxo.Main.Services.PropertyReflectionProperty

Namespace: Altaxo.Main.Services.PropertyReflection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class Property : Item, IDisposable, 
	INotifyPropertyChanged

The Property type exposes the following members.

Constructors
 NameDescription
Public methodPropertyInitializes a new instance of the Property class
Top
Properties
Methods
 NameDescription
Public methodDispose
(Inherited from Item)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the Property and optionally releases the managed resources
(Overrides ItemDispose(Boolean))
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize
(Inherited from Item)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodNotifyPropertyChanged
(Inherited from Item)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from Item)
Top
Fields
Remarks

This class originated from the 'WPG Property Grid' project (http://wpg.codeplex.com), licensed under Ms-PL.

See Also