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