Method | Description | |
---|---|---|
TryCreateEditor ( |
Attempts to create a behavior editor for the given edited data type from the given editor type.
|
Method | Description | |
---|---|---|
CanEdit ( |
Returns true if the given dataType matches the given behaviorType. If the dataType is generic and the behaviorType is a generic definition, then the behaviorType will be instantiated with the same generic arguments as dataType.
|
|
TryCreateInstance ( |
Creates a new instance of the given editorType. It is assumed that editorType extends IBehaviorEditor.
|
|
TryCreateSpecificEditor ( |
Attempt to create a new IBehaviorEditor instance.
|
public static TryCreateEditor ( |
||
editedType | The type that is being edited. | |
editorType | The editor type. | |
return | IBehaviorEditor |