======Класс SemanticAllowedAttribute====== * **Пространство имен:** [[developers:references:topomatic.crs.design|Topomatic.Crs.Design]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Иерархия наследования===== * System.Object * System.Attribute * Topomatic.Crs.Design.SemanticAllowedAttribute =====Синтаксис===== public class SemanticAllowedAttribute : Attribute, _Attribute =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.design.semanticallowedattribute..ctor_arr_system.int32_arr_system.string|SemanticAllowedAttribute(Int32[], String[])]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.design.semanticallowedattribute..ctor_arr_system.int32|SemanticAllowedAttribute(Int32[])]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.design.semanticallowedattribute..ctor_arr_system.string|SemanticAllowedAttribute(String[])]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.semanticallowedattribute.allows|Allows]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.semanticallowedattribute.intervals|Intervals]]| | |{{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.)|