C# Class FullInspector.InspectedMemberFilters

Exibir arquivo Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
All IInspectedMemberFilter
ButtonMembers IInspectedMemberFilter
FullInspectorSerializedProperties IInspectedMemberFilter
InspectableMembers IInspectedMemberFilter
StaticInspectableMembers IInspectedMemberFilter

Private Methods

Method Description
IsPropertyTypeInspectable ( InspectedProperty property ) : bool

Returns true if the property type itself is inspectable. This does not necessarily mean that the property should be displayed in the inspector -- just that the FI editing engine can handle it.

ShouldDisplayProperty ( InspectedProperty property ) : bool

Returns true if the given property should be displayed in the inspector. This method assumes that the property type is inspectable.

Property Details

All public_oe static_oe property

public static IInspectedMemberFilter All
return IInspectedMemberFilter

ButtonMembers public_oe static_oe property

public static IInspectedMemberFilter ButtonMembers
return IInspectedMemberFilter

FullInspectorSerializedProperties public_oe static_oe property

public static IInspectedMemberFilter FullInspectorSerializedProperties
return IInspectedMemberFilter

InspectableMembers public_oe static_oe property

public static IInspectedMemberFilter InspectableMembers
return IInspectedMemberFilter

StaticInspectableMembers public_oe static_oe property

public static IInspectedMemberFilter StaticInspectableMembers
return IInspectedMemberFilter