======Класс ReadOnlyProperty====== * **Пространство имен:** [[developers:references:topomatic.componentmodel|Topomatic.ComponentModel]] * **Сборка:** Topomatic.ComponentModel (в Topomatic.ComponentModel.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.componentmodel.customproperty|Topomatic.ComponentModel.CustomProperty]] * Topomatic.ComponentModel.ReadOnlyProperty =====Синтаксис===== class ReadOnlyProperty : CustomProperty =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.componentmodel.readonlyproperty..ctor_system.object_topomatic.componentmodel.customproperty_system.reflection.propertyinfo|ReadOnlyProperty(Object, CustomProperty, PropertyInfo)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.customproperty.attributes|Attributes]]| (Наследуется от [[developers:references:topomatic.componentmodel.customproperty|CustomProperty]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.category|Category]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.converter|Converter]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.description|Description]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.displayname|DisplayName]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.editor|Editor]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.instance|Instance]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.isbrowsable|IsBrowsable]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.iseditable|IsEditable]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.isreadonly|IsReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.propertyinfo|PropertyInfo]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.propertytype|PropertyType]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.updatesequence|UpdateSequence]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.componentmodel.readonlyproperty.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.readonlyproperty.getvalue|GetValue()]]| (Переопределяет [[developers:references:topomatic.componentmodel.customproperty.getvalue|GetValue()]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.readonlyproperty.iscompatablepropertysdesctiptor_topomatic.componentmodel.customproperty|IsCompatablePropertysDesctiptor(CustomProperty)]]| (Переопределяет [[developers:references:topomatic.componentmodel.customproperty.iscompatablepropertysdesctiptor_topomatic.componentmodel.customproperty|IsCompatablePropertysDesctiptor(CustomProperty)]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.componentmodel.readonlyproperty.setvalue_system.object|SetValue(Object)]]| (Переопределяет [[developers:references:topomatic.componentmodel.customproperty.setvalue_system.object|SetValue(Object)]].)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|