ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / InspectorProvider Class
Methods


In This Topic
    InspectorProvider Class Members
    In This Topic

    The following tables list the members exposed by InspectorProvider.

    Public Methods
     NameDescription
    Public Method Gets the set of ordered attributes. Override this to display attributes in a custom order.  
    Public Method Callback that occurs at the begining of the provider processing, prior to looping through the attribute set. Overide this to perform work at the beginning of the process if there is some common work that can be performed once rather than repeatedly for each attribute in the loop.  
    Public Method Creates an inspector that uses this provider to override default behavior. Multiple inspectors can be created using the same provider.  
    Public Method Gets a custom alias to be displayed for the attribute. Override this to supply a custom alias.  
    Public Method Callback that occurs at the end of the provider processing. Overrides this to perform any cleanup required.  
    Public Method Gets if validation is ignored on the Inspector attributes. Default value is false.  
    Public Method Gets if the attribute is dirty. Override this to provide custom Dirty behavior.  
    Public Method Gets if the attribute is editable. Override this to make attributes non-editable.  
    Public Method Gets if the attribute is highlighted. Override this to higlight an attribute.  
    Public Method Gets if the attribute is visible. Override this to hide attributes.  
    Public Method Gets a unique GUID for any inspector created from this provider. Use this to control the width of the first column (field name or alias) across multiple inspector grids. If multiple inspectors use the same GUID, then the inspector grids for each will appear with shared column widths.  
    Public Method Provides custom validation for an attribute. Return informationa, warning or error messages depending upon attribute values.  
    Top
    Protected Methods
     NameDescription
    Protected Method Force the inspector to request information from the inspector provider to recalculate and refresh.  
    Top
    See Also