======Класс ModelUidLayerAttribute====== * **Пространство имен:** [[developers:references:topomatic.cad.view.design|Topomatic.Cad.View.Design]] * **Сборка:** Topomatic.Cad.View (в Topomatic.Cad.View.dll) =====Иерархия наследования===== * System.Object * System.Attribute * [[developers:references:topomatic.componentmodel.propertyproviderattribute|Topomatic.ComponentModel.PropertyProviderAttribute]] * [[developers:references:topomatic.cad.view.design.modelfinderattribute|Topomatic.Cad.View.Design.ModelFinderAttribute]] * [[developers:references:topomatic.cad.view.design.modeluidattribute|Topomatic.Cad.View.Design.ModelUidAttribute]] * Topomatic.Cad.View.Design.ModelUidLayerAttribute =====Синтаксис===== public sealed class ModelUidLayerAttribute : ModelUidAttribute, _Attribute =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.view.design.modeluidlayerattribute..ctor_system.string_system.boolean_arr_system.string|ModelUidLayerAttribute(String, Boolean, String[])]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.view.design.modeluidlayerattribute..ctor_system.string_arr_system.string|ModelUidLayerAttribute(String, String[])]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.cad.view.design.modeluidlayerattribute..ctor_arr_system.string|ModelUidLayerAttribute(String[])]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.design.modeluidattribute.hideself|HideSelf]]| (Наследуется от [[developers:references:topomatic.cad.view.design.modeluidattribute|ModelUidAttribute]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.design.modelfinderattribute.modeltypes|ModelTypes]]| (Наследуется от [[developers:references:topomatic.cad.view.design.modelfinderattribute|ModelFinderAttribute]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.propertyproviderattribute.order|Order]]| (Наследуется от [[developers:references:topomatic.componentmodel.propertyproviderattribute|PropertyProviderAttribute]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.propertyproviderattribute.providertype|ProviderType]]| (Наследуется от [[developers:references:topomatic.componentmodel.propertyproviderattribute|PropertyProviderAttribute]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.cad.view.design.modeluidattribute.selfuidaliace|SelfUidAliace]]| (Наследуется от [[developers:references:topomatic.cad.view.design.modeluidattribute|ModelUidAttribute]].)| |{{developers:references:property.png|Свойство}}|TypeId| При реализации в производном классе возвращает уникальный идентификатор для этого Attribute . (Наследуется от Attribute.)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.propertyproviderattribute.createprovider|CreateProvider()]]| (Наследуется от [[developers:references:topomatic.componentmodel.propertyproviderattribute|PropertyProviderAttribute]].)| |{{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.)|