C# Class FullInspector.CustomAttributePropertyEditorAttribute

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

Méthodes publiques

Свойство Type Description
AttributeActivator System.Type
ReplaceOthers bool

Méthodes publiques

Méthode Description
CustomAttributePropertyEditorAttribute ( Type attributeActivator ) : System

Construct a new attribute instance.

CustomAttributePropertyEditorAttribute ( Type attributeActivator, bool replaceOthers ) : System

Construct a new attribute instance.

Method Details

CustomAttributePropertyEditorAttribute() public méthode

Construct a new attribute instance.
public CustomAttributePropertyEditorAttribute ( Type attributeActivator ) : System
attributeActivator System.Type /// The attribute type that activates this property editor. ///
Résultat System

CustomAttributePropertyEditorAttribute() public méthode

Construct a new attribute instance.
public CustomAttributePropertyEditorAttribute ( Type attributeActivator, bool replaceOthers ) : System
attributeActivator System.Type /// The attribute type that activates this property editor. ///
replaceOthers bool /// If true, then this attribute property editor will replace other /// property editors beneath it. ///
Résultat System

Property Details

AttributeActivator public_oe property

The attribute type that activates this property editor.
public Type,System AttributeActivator
Résultat System.Type

ReplaceOthers public_oe property

If true, then this attribute property editor will replace other property editors beneath it.
public bool ReplaceOthers
Résultat bool