TypeBuildNodeConstraint Members
Include Protected Members
Include Inherited Members
The TypeBuildNodeConstraint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TypeBuildNodeConstraint |
Initializes a new instance of the TypeBuildNodeConstraint class.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDisplayString |
Gets a representation of the constraint.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Matches | ||
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
BaseType |
Gets the base type (class or interface) from which the constrained type should derive.
|
|
ConfigurationType |
Gets the base type from which a type specified by the ConfigurationElementTypeAttribute bound to the constrained type should derive, or nulla null reference (Nothing in Visual Basic) if no such constraint is necessary.
|
|
TypeSelectorIncludes |
Gets the additional constraints.
|
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace