Tanoda
|
Public Member Functions | |
pb_TypeInspectorAttribute (System.Type type) | |
virtual bool | CanEditType (Type rhs) |
Public Attributes | |
Type | type |
The type for which this class is providing an editor. More... | |
pb_TypeInspector attribute declares the type that a class inheriting pb_TypeInspector edits.
Definition at line 11 of file pb_TypeInspectorAttribute.cs.
GILES.Interface.pb_TypeInspectorAttribute.pb_TypeInspectorAttribute | ( | System.Type | type | ) |
Attribute constructor accepts a type argument for the inspected type.
Definition at line 19 of file pb_TypeInspectorAttribute.cs.
|
virtual |
Return true if the class marked with this attribute can inspect the type.
Definition at line 27 of file pb_TypeInspectorAttribute.cs.
Type GILES.Interface.pb_TypeInspectorAttribute.type |
The type for which this class is providing an editor.
Definition at line 14 of file pb_TypeInspectorAttribute.cs.