C# Класс FullInspector.CustomAttributePropertyEditorAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AttributeActivator System.Type
ReplaceOthers bool

Открытые методы

Метод Описание
CustomAttributePropertyEditorAttribute ( Type attributeActivator ) : System

Construct a new attribute instance.

CustomAttributePropertyEditorAttribute ( Type attributeActivator, bool replaceOthers ) : System

Construct a new attribute instance.

Описание методов

CustomAttributePropertyEditorAttribute() публичный Метод

Construct a new attribute instance.
public CustomAttributePropertyEditorAttribute ( Type attributeActivator ) : System
attributeActivator System.Type /// The attribute type that activates this property editor. ///
Результат System

CustomAttributePropertyEditorAttribute() публичный Метод

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. ///
Результат System

Описание свойств

AttributeActivator публичное свойство

The attribute type that activates this property editor.
public Type,System AttributeActivator
Результат System.Type

ReplaceOthers публичное свойство

If true, then this attribute property editor will replace other property editors beneath it.
public bool ReplaceOthers
Результат bool