======Класс SemanticPropertyNode====== * **Пространство имен:** [[developers:references:topomatic.smt|Topomatic.Smt]] * **Сборка:** Topomatic.Smt (в Topomatic.Smt.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.smt.semanticnode|Topomatic.Smt.SemanticNode]] * Topomatic.Smt.SemanticPropertyNode * [[developers:references:topomatic.smt.semanticdoublenode|Topomatic.Smt.SemanticDoubleNode]] * [[developers:references:topomatic.smt.semanticintegernode|Topomatic.Smt.SemanticIntegerNode]] * [[developers:references:topomatic.smt.semanticjumper|Topomatic.Smt.SemanticJumper]] * [[developers:references:topomatic.smt.semanticstringnode|Topomatic.Smt.SemanticStringNode]] =====Синтаксис===== public abstract class SemanticPropertyNode : SemanticNode, ICloneable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.smt.semanticpropertynode..ctor_system.int32|SemanticPropertyNode(Int32)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticnode.caption|Caption]]| (Наследуется от [[developers:references:topomatic.smt.semanticnode|SemanticNode]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticpropertynode.convertertype|ConverterType]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticpropertynode.description|Description]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticpropertynode.editortype|EditorType]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticnode.handle|Handle]]| (Наследуется от [[developers:references:topomatic.smt.semanticnode|SemanticNode]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticpropertynode.readonly|ReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticnode.tag|Tag]]| (Наследуется от [[developers:references:topomatic.smt.semanticnode|SemanticNode]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticpropertynode.visible|Visible]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.smt.semanticnode.clone|Clone()]]| (Наследуется от [[developers:references:topomatic.smt.semanticnode|SemanticNode]].)| |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.smt.semanticpropertynode.getconverter|GetConverter()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.smt.semanticpropertynode.geteditor|GetEditor()]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.smt.semanticpropertynode.loadfromstg_topomatic.stg.stgnode_system.collections.generic.list_1|LoadFromStg(StgNode, List)]]| (Переопределяет [[developers:references:topomatic.smt.semanticnode.loadfromstg_topomatic.stg.stgnode_system.collections.generic.list_1|LoadFromStg(StgNode, List)]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.smt.semanticnode.resethandle_system.int32|ResetHandle(Int32)]]| (Наследуется от [[developers:references:topomatic.smt.semanticnode|SemanticNode]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.smt.semanticpropertynode.savetostg_topomatic.stg.stgnode_system.collections.generic.list_1|SaveToStg(StgNode, List)]]| (Переопределяет [[developers:references:topomatic.smt.semanticnode.savetostg_topomatic.stg.stgnode_system.collections.generic.list_1|SaveToStg(StgNode, List)]].)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|