======Класс RCategoryAttribute====== * **Пространство имен:** [[developers:references:topomatic.alg.rail.systemclasses.objectinspectionhelpers|Topomatic.Alg.Rail.SystemClasses.ObjectInspectionHelpers]] * **Сборка:** Topomatic.Alg.Rail (в Topomatic.Alg.Rail.dll) =====Иерархия наследования===== * [[developers:references:system.object|System.Object]] * [[developers:references:system.attribute|System.Attribute]] * [[developers:references:system.componentmodel.categoryattribute|System.ComponentModel.CategoryAttribute]] * Topomatic.Alg.Rail.SystemClasses.ObjectInspectionHelpers.RCategoryAttribute =====Синтаксис===== sealed class RCategoryAttribute : CategoryAttribute, _Attribute =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:system.componentmodel.categoryattribute.category|Category]]| (Наследуется от [[developers:references:system.componentmodel.categoryattribute|CategoryAttribute]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:system.attribute.typeid|TypeId]]| При реализации в производном классе возвращает уникальный идентификатор для этого [[developers:references:system.attribute|Attribute]] . (Наследуется от [[developers:references:system.attribute|Attribute]].)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:system.componentmodel.categoryattribute.equals_system.object|Equals(Object)]]| (Наследуется от [[developers:references:system.componentmodel.categoryattribute|CategoryAttribute]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.componentmodel.categoryattribute.gethashcode|GetHashCode()]]| (Наследуется от [[developers:references:system.componentmodel.categoryattribute|CategoryAttribute]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.gettype|GetType()]]| Возвращает объект [[developers:references:system.type|Type]] для текущего экземпляра. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.componentmodel.categoryattribute.isdefaultattribute|IsDefaultAttribute()]]| (Наследуется от [[developers:references:system.componentmodel.categoryattribute|CategoryAttribute]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.attribute.match_system.object|Match(Object)]]| При переопределении в производном классе возвращает значение, указывающее, является ли этот экземпляр равным заданному объекту. (Наследуется от [[developers:references:system.attribute|Attribute]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.tostring|ToString()]]| Возвращает строку, представляющую текущий объект. (Наследуется от [[developers:references:system.object|Object]].)|