======Класс RDescriptionAttribute====== * **Пространство имен:** [[developers:references:topomatic.srv.objectinspectionhelpers|Topomatic.Srv.ObjectInspectionHelpers]] * **Сборка:** Topomatic.Srv (в Topomatic.Srv.dll) =====Иерархия наследования===== * [[developers:references:system.object|System.Object]] * [[developers:references:system.attribute|System.Attribute]] * [[developers:references:system.componentmodel.descriptionattribute|System.ComponentModel.DescriptionAttribute]] * Topomatic.Srv.ObjectInspectionHelpers.RDescriptionAttribute =====Синтаксис===== sealed class RDescriptionAttribute : DescriptionAttribute, _Attribute =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:system.componentmodel.descriptionattribute.description|Description]]| (Наследуется от [[developers:references:system.componentmodel.descriptionattribute|DescriptionAttribute]].)| |{{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.descriptionattribute.equals_system.object|Equals(Object)]]| (Наследуется от [[developers:references:system.componentmodel.descriptionattribute|DescriptionAttribute]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.componentmodel.descriptionattribute.gethashcode|GetHashCode()]]| (Наследуется от [[developers:references:system.componentmodel.descriptionattribute|DescriptionAttribute]].)| |{{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.descriptionattribute.isdefaultattribute|IsDefaultAttribute()]]| (Наследуется от [[developers:references:system.componentmodel.descriptionattribute|DescriptionAttribute]].)| |{{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]].)|