Click or drag to resize

Item Class

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

Inheritance Hierarchy

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

The Item type exposes the following members.

Constructors
 NameDescription
Protected methodItemInitializes a new instance of the Item class
Top
Properties
 NameDescription
Protected propertyDisposed 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the Item
Protected methodDispose(Boolean)Releases the unmanaged resources used by the Item and optionally releases the managed resources
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalize
(Overrides ObjectFinalize)
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 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged 
Top
Remarks

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

See Also