C# Class FullInspector.CustomAttributePropertyEditorAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: jacobdufault/fullinspector

Public Properties

Property Type Description
AttributeActivator System.Type
ReplaceOthers bool

Public Methods

Method 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 method

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

CustomAttributePropertyEditorAttribute() public method

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. ///
return System

Property Details

AttributeActivator public_oe property

The attribute type that activates this property editor.
public Type,System AttributeActivator
return System.Type

ReplaceOthers public_oe property

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