======Класс SemanticNode====== * **Пространство имен:** [[developers:references:topomatic.smt|Topomatic.Smt]] * **Сборка:** Topomatic.Smt (в Topomatic.Smt.dll) =====Иерархия наследования===== * System.Object * Topomatic.Smt.SemanticNode * [[developers:references:topomatic.smt.semanticpropertynode|Topomatic.Smt.SemanticPropertyNode]] * [[developers:references:topomatic.smt.semanticrootnode|Topomatic.Smt.SemanticRootNode]] =====Синтаксис===== public abstract class SemanticNode : ICloneable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.smt.semanticnode..ctor_system.int32|SemanticNode(Int32)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticnode.caption|Caption]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticnode.handle|Handle]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.smt.semanticnode.tag|Tag]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.smt.semanticnode.clone|Clone()]]| | |{{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.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:method.png|Метод}}|[[developers:references:topomatic.smt.semanticnode.savetostg_topomatic.stg.stgnode_system.collections.generic.list_1|SaveToStg(StgNode, List)]]| | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|