======Класс PropertyProviderAttribute====== * **Пространство имен:** [[developers:references:topomatic.componentmodel|Topomatic.ComponentModel]] * **Сборка:** Topomatic.ComponentModel (в Topomatic.ComponentModel.dll) =====Иерархия наследования===== * System.Object * 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.cad.view.design.modelfinderattribute|Topomatic.Cad.View.Design.ModelFinderAttribute]] * [[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|Свойство}}|TypeId| При реализации в производном классе возвращает уникальный идентификатор для этого Attribute . (Наследуется от Attribute.)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.propertyproviderattribute.createprovider|CreateProvider()]]| | |{{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.)|