======Класс PropertyProviderAttribute====== * **Пространство имен:** [[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.PropertyProviderAttribute * [[developers:references:topomatic.cad.foundation.design.angleattribute|Topomatic.Cad.Foundation.Design.AngleAttribute]] * [[developers:references:topomatic.cad.foundation.design.areaattribute|Topomatic.Cad.Foundation.Design.AreaAttribute]] * [[developers:references:topomatic.cad.foundation.design.deltavectorattribute|Topomatic.Cad.Foundation.Design.DeltaVectorAttribute]] * [[developers:references:topomatic.cad.foundation.design.elevationattribute|Topomatic.Cad.Foundation.Design.ElevationAttribute]] * [[developers:references:topomatic.cad.foundation.design.globalvectorattribute|Topomatic.Cad.Foundation.Design.GlobalVectorAttribute]] * [[developers:references:topomatic.cad.foundation.design.lengthattribute|Topomatic.Cad.Foundation.Design.LengthAttribute]] * [[developers:references:topomatic.cad.foundation.design.radiusattribute|Topomatic.Cad.Foundation.Design.RadiusAttribute]] * [[developers:references:topomatic.cad.foundation.design.vectorattribute|Topomatic.Cad.Foundation.Design.VectorAttribute]] * [[developers:references:topomatic.componentmodel.conditionalbrowsableattribute|Topomatic.ComponentModel.ConditionalBrowsableAttribute]] * [[developers:references:topomatic.componentmodel.conditionalreadonlyattribute|Topomatic.ComponentModel.ConditionalReadOnlyAttribute]] =====Синтаксис===== public class PropertyProviderAttribute : Attribute, _Attribute =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.componentmodel.propertyproviderattribute..ctor_system.type|PropertyProviderAttribute(Type)]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.componentmodel.propertyproviderattribute..ctor_system.string|PropertyProviderAttribute(String)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.propertyproviderattribute.order|Order]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.propertyproviderattribute.providertype|ProviderType]]| | |{{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:topomatic.componentmodel.propertyproviderattribute.createprovider|CreateProvider()]]| | |{{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]].)|