TypeNode Members
Include Protected Members
Include Inherited Members
The TypeNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeNode |
Initializes a new instance of the TypeNode class for a type.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Notify |
Notifies that a property has changed its value.
(Inherited from Node.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Data |
Gets the represented type.
|
|
DisplayName |
Gets the display name.
|
|
FullName |
Gets the full name.
|
|
IsExpanded |
Gets or sets the expanded state.
(Inherited from Node.) |
|
IsSelected |
Gets or sets the selection state.
(Inherited from Node.) |
|
Visibility |
Gets or sets the visibility.
(Inherited from Node.) |
Events
Name | Description | |
---|---|---|
PropertyChanged |
Event raised when a property has changed.
(Inherited from Node.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace