Tanoda
GILES.Interface.pb_TypeInspectorAttribute Class Reference
Inheritance diagram for GILES.Interface.pb_TypeInspectorAttribute:

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...
 

Detailed Description

pb_TypeInspector attribute declares the type that a class inheriting pb_TypeInspector edits.

See also
pb_TypeInspector pb_InspectorResolver pb_Inspector

Definition at line 11 of file pb_TypeInspectorAttribute.cs.

Constructor & Destructor Documentation

◆ pb_TypeInspectorAttribute()

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.

Member Function Documentation

◆ CanEditType()

virtual bool GILES.Interface.pb_TypeInspectorAttribute.CanEditType ( Type  rhs)
virtual

Return true if the class marked with this attribute can inspect the type.

Definition at line 27 of file pb_TypeInspectorAttribute.cs.

Member Data Documentation

◆ type

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.


The documentation for this class was generated from the following file: