메소드 | 설명 | |
---|---|---|
Get ( |
Returns a behavior editor that can be used to edit the given behavior type.
|
메소드 | 설명 | |
---|---|---|
BehaviorEditor ( ) : System | ||
CreateEditor ( |
Returns a set of property editors that can be used to edit the given property type.
|
|
SortByPropertyTypeRelevance ( List |
If there are multiple user-defined property editors that report that they can edit a specific type, we sort the applicability of the property editor based on how close it's reported edited type is to the actual property type. This allows for, say, the IListPropertyEditor to override the ICollectionPropertyEditor.
|
public static Get ( |
||
behaviorType | /// The type of behavior to edit. This should derive from BaseBehavior. /// | |
리턴 | IBehaviorEditor |