======Класс CodeProperty====== * **Пространство имен:** [[developers:references:topomatic.crs.design|Topomatic.Crs.Design]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Иерархия наследования===== * [[developers:references:system.object|System.Object]] * [[developers:references:topomatic.componentmodel.customproperty|Topomatic.ComponentModel.CustomProperty]] * [[developers:references:topomatic.crs.design.crsactproperty|Topomatic.Crs.Design.CrsActProperty]] * Topomatic.Crs.Design.CodeProperty =====Синтаксис===== class CodeProperty : CrsActProperty, IActProperty =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.design.codeproperty..ctor_topomatic.crs.design.designentity_topomatic.componentmodel.multiproperty|CodeProperty(DesignEntity, MultiProperty)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.attributes|Attributes]]| (Наследуется от [[developers:references:topomatic.componentmodel.customproperty|CustomProperty]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.category|Category]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.crsactproperty.component|Component]]| (Наследуется от [[developers:references:topomatic.crs.design.crsactproperty|CrsActProperty]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.converter|Converter]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.description|Description]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.displayname|DisplayName]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.editor|Editor]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.crsactproperty.host|Host]]| (Наследуется от [[developers:references:topomatic.crs.design.crsactproperty|CrsActProperty]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.instance|Instance]]| (Наследуется от [[developers:references:topomatic.componentmodel.customproperty|CustomProperty]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.isbrowsable|IsBrowsable]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.iseditable|IsEditable]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.isreadonly|IsReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.propertyinfo|PropertyInfo]]| (Наследуется от [[developers:references:topomatic.componentmodel.customproperty|CustomProperty]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.crsactproperty.propertyname|PropertyName]]| (Наследуется от [[developers:references:topomatic.crs.design.crsactproperty|CrsActProperty]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.propertytype|PropertyType]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.updatesequence|UpdateSequence]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.design.codeproperty.visualstyle|VisualStyle]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:system.object.equals_system.object|Equals(Object)]]| Определяет, равен ли заданный объект текущему объекту. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.gethashcode|GetHashCode()]]| Служит хэш-функцией по умолчанию. (Наследуется от [[developers:references:system.object|Object]].)| |{{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:topomatic.crs.design.codeproperty.getvalue|GetValue()]]| (Переопределяет [[developers:references:topomatic.componentmodel.customproperty.getvalue|CustomProperty.GetValue()]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.design.crsactproperty.isactserializable|IsActSerializable()]]| (Наследуется от [[developers:references:topomatic.crs.design.crsactproperty|CrsActProperty]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.customproperty.iscompatablepropertysdesctiptor_topomatic.componentmodel.customproperty|IsCompatablePropertysDesctiptor(CustomProperty)]]| (Наследуется от [[developers:references:topomatic.componentmodel.customproperty|CustomProperty]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.design.codeproperty.setvalue_system.object|SetValue(Object)]]| (Переопределяет [[developers:references:topomatic.componentmodel.customproperty.setvalue_system.object|CustomProperty.SetValue(Object)]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.tostring|ToString()]]| Возвращает строку, представляющую текущий объект. (Наследуется от [[developers:references:system.object|Object]].)|