======Класс SRDisplayNameAttribute====== * **Пространство имен:** [[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.displaynameattribute|System.ComponentModel.DisplayNameAttribute]] * Topomatic.Rsf.Design.SRDisplayNameAttribute =====Синтаксис===== sealed class SRDisplayNameAttribute : DisplayNameAttribute, _Attribute =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.rsf.design.srdisplaynameattribute..ctor_system.string|SRDisplayNameAttribute(String)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:system.componentmodel.displaynameattribute.displayname|DisplayName]]| (Наследуется от [[developers:references:system.componentmodel.displaynameattribute|DisplayNameAttribute]].)| |{{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.displaynameattribute.equals_system.object|Equals(Object)]]| (Наследуется от [[developers:references:system.componentmodel.displaynameattribute|DisplayNameAttribute]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.componentmodel.displaynameattribute.gethashcode|GetHashCode()]]| (Наследуется от [[developers:references:system.componentmodel.displaynameattribute|DisplayNameAttribute]].)| |{{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.displaynameattribute.isdefaultattribute|IsDefaultAttribute()]]| (Наследуется от [[developers:references:system.componentmodel.displaynameattribute|DisplayNameAttribute]].)| |{{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]].)|