======Класс DefaultDoubleAttribute====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation.design|Topomatic.Cad.Foundation.Design]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Иерархия наследования===== * System.Object * System.Attribute * [[developers:references:topomatic.componentmodel.propertytypeconverterattribute|Topomatic.ComponentModel.PropertyTypeConverterAttribute]] * Topomatic.Cad.Foundation.Design.DefaultDoubleAttribute =====Синтаксис===== public sealed class DefaultDoubleAttribute : PropertyTypeConverterAttribute, _Attribute =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.foundation.design.defaultdoubleattribute..ctor|DefaultDoubleAttribute()]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.propertytypeconverterattribute.convertertype|ConverterType]]| (Наследуется от [[developers:references:topomatic.componentmodel.propertytypeconverterattribute|PropertyTypeConverterAttribute]].)| |{{developers:references:property.png|Свойство}}|TypeId| При реализации в производном классе возвращает уникальный идентификатор для этого Attribute . (Наследуется от Attribute.)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|Equals(Object)| Возвращает значение, указывающее, равен ли этот экземпляр указанному объекту. (Наследуется от Attribute.)| |{{developers:references:method.png|Метод}}|GetHashCode()| Возвращает хэш-код для данного экземпляра. (Наследуется от Attribute.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|IsDefaultAttribute()| При переопределении в производном классе показывает, является ли значение данного экземпляра значением по умолчанию для производного класса. (Наследуется от Attribute.)| |{{developers:references:method.png|Метод}}|Match(Object)| При переопределении в производном классе возвращает значение, указывающее, является ли этот экземпляр равным заданному объекту. (Наследуется от Attribute.)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|