ElementTypeDescriptor Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the ElementTypeDescriptor class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ElementTypeDescriptor(Type) | ctor for creating the wrapper class which represents the MEL type to be consumed | |
ElementTypeDescriptor(ModelElement) | Initializes a new instance of the ElementTypeDescriptor class. | |
ElementTypeDescriptor(ICustomTypeDescriptor, ModelElement) | Initializes a new instance of the ElementTypeDescriptor class by using a parent custom type descriptor. | |
ElementTypeDescriptor(ICustomTypeDescriptor, Type) | ctor for creating the wrapper class which represents the MEL type to be consumed |
Top