======Класс PropertyTypeConverterAttribute====== * **Пространство имен:** [[developers:references:topomatic.componentmodel|Topomatic.ComponentModel]] * **Сборка:** Topomatic.ComponentModel (в Topomatic.ComponentModel.dll) =====Иерархия наследования===== * [[developers:references:system.object|System.Object]] * [[developers:references:system.attribute|System.Attribute]] * Topomatic.ComponentModel.PropertyTypeConverterAttribute * [[developers:references:topomatic.cad.foundation.design.defaultdoubleattribute|Topomatic.Cad.Foundation.Design.DefaultDoubleAttribute]] * [[developers:references:topomatic.cad.foundation.design.gradeattribute|Topomatic.Cad.Foundation.Design.GradeAttribute]] =====Синтаксис===== public class PropertyTypeConverterAttribute : Attribute, _Attribute =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.componentmodel.propertytypeconverterattribute..ctor_system.type|PropertyTypeConverterAttribute(Type)]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.componentmodel.propertytypeconverterattribute..ctor_system.string|PropertyTypeConverterAttribute(String)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.propertytypeconverterattribute.convertertype|ConverterType]]| | |{{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.attribute.equals_system.object|Equals(Object)]]| Возвращает значение, указывающее, равен ли этот экземпляр указанному объекту. (Наследуется от [[developers:references:system.attribute|Attribute]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.attribute.gethashcode|GetHashCode()]]| Возвращает хэш-код для данного экземпляра. (Наследуется от [[developers:references:system.attribute|Attribute]].)| |{{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.attribute.isdefaultattribute|IsDefaultAttribute()]]| При переопределении в производном классе показывает, является ли значение данного экземпляра значением по умолчанию для производного класса. (Наследуется от [[developers:references:system.attribute|Attribute]].)| |{{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]].)|