======Класс SRCategoryAttribute====== * **Пространство имен:** [[developers:references:topomatic.smt.design|Topomatic.Smt.Design]] * **Сборка:** Topomatic.Smt (в Topomatic.Smt.dll) =====Иерархия наследования===== * System.Object * System.Attribute * System.ComponentModel.CategoryAttribute * Topomatic.Smt.Design.SRCategoryAttribute =====Синтаксис===== sealed class SRCategoryAttribute : CategoryAttribute, _Attribute =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.smt.design.srcategoryattribute..ctor_system.string|SRCategoryAttribute(String)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|Category| (Наследуется от CategoryAttribute.)| |{{developers:references:property.png|Свойство}}|TypeId| При реализации в производном классе возвращает уникальный идентификатор для этого Attribute . (Наследуется от Attribute.)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|Equals(Object)| (Наследуется от CategoryAttribute.)| |{{developers:references:method.png|Метод}}|GetHashCode()| (Наследуется от CategoryAttribute.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|IsDefaultAttribute()| (Наследуется от CategoryAttribute.)| |{{developers:references:method.png|Метод}}|Match(Object)| При переопределении в производном классе возвращает значение, указывающее, является ли этот экземпляр равным заданному объекту. (Наследуется от Attribute.)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|