======Класс RCategoryAttribute====== * **Пространство имен:** [[developers:references:topomatic.srv.objectinspectionhelpers|Topomatic.Srv.ObjectInspectionHelpers]] * **Сборка:** Topomatic.Srv (в Topomatic.Srv.dll) =====Иерархия наследования===== * System.Object * System.Attribute * System.ComponentModel.CategoryAttribute * Topomatic.Srv.ObjectInspectionHelpers.RCategoryAttribute =====Синтаксис===== sealed class RCategoryAttribute : CategoryAttribute, _Attribute =====Свойства===== ^Тип^Имя^Описание^ |{{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.)|