Click or drag to resize

CompositeItem Class

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

Inheritance Hierarchy
SystemObject
  Altaxo.Main.Services.PropertyReflectionItem
    Altaxo.Main.Services.PropertyReflectionCompositeItem
      Altaxo.Main.Services.PropertyReflectionPropertyCollection

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

The CompositeItem type exposes the following members.

Constructors
 NameDescription
Protected methodCompositeItemInitializes a new instance of the CompositeItem class
Top
Properties
 NameDescription
Protected propertyDisposed
(Inherited from Item)
Public propertyItems 
Top
Methods
 NameDescription
Public methodDispose
(Inherited from Item)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the CompositeItem 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
Remarks

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

See Also