======Класс CustomProperty====== * **Пространство имен:** [[developers:references:topomatic.componentmodel|Topomatic.ComponentModel]] * **Сборка:** Topomatic.ComponentModel (в Topomatic.ComponentModel.dll) =====Иерархия наследования===== * System.Object * Topomatic.ComponentModel.CustomProperty * [[developers:references:topomatic.componentmodel.readonlyproperty|Topomatic.ComponentModel.ReadOnlyProperty]] * [[developers:references:topomatic.componentmodel.multiproperty|Topomatic.ComponentModel.MultiProperty]] * [[developers:references:topomatic.componentmodel.simpleproperty|Topomatic.ComponentModel.SimpleProperty]] * [[developers:references:topomatic.componentmodel.stubproperty|Topomatic.ComponentModel.StubProperty]] * [[developers:references:topomatic.crs.design.codeproperty|Topomatic.Crs.Design.CodeProperty]] * [[developers:references:topomatic.crs.design.prefixproperty|Topomatic.Crs.Design.PrefixProperty]] * [[developers:references:topomatic.plt.design.templatefieldproperty|Topomatic.Plt.Design.TemplateFieldProperty]] * [[developers:references:topomatic.plt.templates.common.pltproperty|Topomatic.Plt.Templates.Common.PltProperty]] * [[developers:references:topomatic.smt.design.semanticproperty|Topomatic.Smt.Design.SemanticProperty]] =====Синтаксис===== public abstract class CustomProperty =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.componentmodel.customproperty..ctor_system.reflection.propertyinfo_system.object_arr_system.object|CustomProperty(PropertyInfo, Object, Object[])]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.attributes|Attributes]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.category|Category]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.converter|Converter]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.description|Description]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.displayname|DisplayName]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.editor|Editor]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.instance|Instance]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.isbrowsable|IsBrowsable]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.iseditable|IsEditable]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.isreadonly|IsReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.nullvalue|NullValue]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.propertyinfo|PropertyInfo]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.propertytype|PropertyType]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.updatesequence|UpdateSequence]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.visualstyle|VisualStyle]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.customproperty.getvalue|GetValue()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.customproperty.iscompatablepropertysdesctiptor_topomatic.componentmodel.customproperty|IsCompatablePropertysDesctiptor(CustomProperty)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.customproperty.setvalue_system.object|SetValue(Object)]]| | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|