Photon Quantum 3.0.0

Static Public Attributes | Protected Member Functions | List of all members
Quantum.DecoratingPropertyAttribute Class Reference

A base class for property attributes that decorate other property attributes. More...

Inheritance diagram for Quantum.DecoratingPropertyAttribute:
Quantum.PropertyAttribute Quantum.ArrayLengthAttribute Quantum.DictionaryAttribute Quantum.DisplayNameAttribute Quantum.DoIfAttributeBase Quantum.DynamicCollectionAttribute Quantum.FieldEditorButtonAttribute Quantum.HideArrayElementLabelAttribute Quantum.InlineHelpAttribute Quantum.OptionalAttribute Quantum.ReadOnlyAttribute Quantum.SerializeReferenceTypePickerAttribute Quantum.UnitAttribute

Static Public Attributes

const int DefaultOrder = -10000
 The default order of the attribute. More...
 

Protected Member Functions

 DecoratingPropertyAttribute ()
 Initializes a new instance with the default order. More...
 
 DecoratingPropertyAttribute (int order)
 Initializes a new instance with the specified order. More...
 

Detailed Description

A base class for property attributes that decorate other property attributes.

Constructor & Destructor Documentation

◆ DecoratingPropertyAttribute() [1/2]

Quantum.DecoratingPropertyAttribute.DecoratingPropertyAttribute ( )
inlineprotected

Initializes a new instance with the default order.

◆ DecoratingPropertyAttribute() [2/2]

Quantum.DecoratingPropertyAttribute.DecoratingPropertyAttribute ( int  order)
inlineprotected

Initializes a new instance with the specified order.

Parameters
order

Member Data Documentation

◆ DefaultOrder

const int Quantum.DecoratingPropertyAttribute.DefaultOrder = -10000
static

The default order of the attribute.