======Класс SRDescriptionAttribute====== * **Пространство имен:** [[developers:references:topomatic.rsf.design|Topomatic.Rsf.Design]] * **Сборка:** Topomatic.Rsf (в Topomatic.Rsf.dll) =====Иерархия наследования===== * [[developers:references:system.object|System.Object]] * [[developers:references:system.attribute|System.Attribute]] * [[developers:references:system.componentmodel.descriptionattribute|System.ComponentModel.DescriptionAttribute]] * Topomatic.Rsf.Design.SRDescriptionAttribute =====Синтаксис===== class SRDescriptionAttribute : DescriptionAttribute, _Attribute =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.rsf.design.srdescriptionattribute..ctor_system.string|SRDescriptionAttribute(String)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{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]].)|