======Класс SemanticList====== Список семантических свойств * **Пространство имен:** [[developers:references:topomatic.crs.ast|Topomatic.Crs.Ast]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.foundationclasses.updatableobject|Topomatic.FoundationClasses.UpdatableObject]] * Topomatic.Crs.Ast.SemanticList =====Синтаксис===== public class SemanticList : UpdatableObject, INamedTransactable, ITransactable, IUpdatable, IOwned =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.semanticlist.count|Count]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.foundationclasses.updatableobject.isupdating|IsUpdating]]| (Наследуется от [[developers:references:topomatic.foundationclasses.updatableobject|UpdatableObject]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.semanticlist.item_system.int32|Item[Int32]]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.semanticlist.owner|Owner]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.foundationclasses.updatableobject.transactionmanager|TransactionManager]]| (Наследуется от [[developers:references:topomatic.foundationclasses.updatableobject|UpdatableObject]].)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.semanticlist.add|Add()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.semanticlist.add_system.int32_system.string|Add(Int32, String)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.updatableobject.beginupdate|BeginUpdate()]]| (Наследуется от [[developers:references:topomatic.foundationclasses.updatableobject|UpdatableObject]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.updatableobject.beginupdate_system.string|BeginUpdate(String)]]| (Наследуется от [[developers:references:topomatic.foundationclasses.updatableobject|UpdatableObject]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.semanticlist.clear|Clear()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.semanticlist.clear_system.int32|Clear(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.updatableobject.endupdate|EndUpdate()]]| (Наследуется от [[developers:references:topomatic.foundationclasses.updatableobject|UpdatableObject]].)| |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.semanticlist.getcode_system.int32|GetCode(Int32)]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.semanticlist.getholder_system.int32|GetHolder(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.semanticlist.getname_system.int32|GetName(Int32)]]| | |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.semanticlist.indexof_topomatic.smt.semanticdataset|IndexOf(SemanticDataSet)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.semanticlist.remove_system.int32|Remove(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.semanticlist.setcode_system.int32_system.int32|SetCode(Int32, Int32)]]| | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|