C# Class FullInspector.InspectorHeaderAttribute

Inheritance: System.Attribute, IInspectorAttributeOrder
Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Свойство Type Description
Header string
Order double

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
InspectorHeaderAttribute ( string header ) : System

Draws a header above the given field or property/

Method Details

InspectorHeaderAttribute() public méthode

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

Property Details

Header public_oe property

The displayed header.
public string Header
Résultat 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
Résultat double