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