C# Class FullInspector.InspectorHeaderAttribute

Inheritance: System.Attribute, IInspectorAttributeOrder
Mostra file Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
Header string
Order double

Private Properties

Property Type Description

Public Methods

Method Description
InspectorHeaderAttribute ( string header ) : System

Draws a header above the given field or property/

Method Details

InspectorHeaderAttribute() public method

Draws a header above the given field or property/
public InspectorHeaderAttribute ( string header ) : System
header string The header to display.
return System

Property Details

Header public_oe property

The displayed header.
public string Header
return string

Order public_oe property

The ordering of this item in the set of attributes. A low number will display before (above) a higher number.
public double Order
return double