======Класс FenceTable====== * **Пространство имен:** [[developers:references:topomatic.rsf|Topomatic.Rsf]] * **Сборка:** Topomatic.Rsf (в Topomatic.Rsf.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.foundationclasses.updatableobject|Topomatic.FoundationClasses.UpdatableObject]] * [[developers:references:topomatic.foundationclasses.undoobject|Topomatic.FoundationClasses.UndoObject]] * Topomatic.Rsf.FenceTable =====Синтаксис===== public class FenceTable : UndoObject, INamedTransactable, ITransactable, IUpdatable, IList, ICollection, IEnumerable, IEnumerable, IOwned, IStgSerializable, IAlignmentRsfContainer, ImElementCollectionContainer =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.rsf.fencetable..ctor_system.object|FenceTable(Object)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.rsf.fencetable.count|Count]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.rsf.fencetable.id|Id]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.rsf.fencetable.imcollection|ImCollection]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.rsf.fencetable.isreadonly|IsReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.foundationclasses.undoobject.isupdating|IsUpdating]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.rsf.fencetable.item_system.int32|Item[Int32]]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.rsf.fencetable.owner|Owner]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.rsf.fencetable.rsf|Rsf]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.foundationclasses.updatableobject.transactionmanager|TransactionManager]]| (Наследуется от [[developers:references:topomatic.foundationclasses.updatableobject|UpdatableObject]].)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.add_topomatic.rsf.fence|Add(Fence)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.undoobject.beginupdate|BeginUpdate()]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.undoobject.beginupdate_system.string|BeginUpdate(String)]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.clear|Clear()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.contains_topomatic.rsf.fence|Contains(Fence)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.copyto_arr_topomatic.rsf.fence_system.int32|CopyTo(Fence[], Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.foundationclasses.undoobject.endupdate|EndUpdate()]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)| |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.getenumerator|GetEnumerator()]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.indexof_topomatic.rsf.fence|IndexOf(Fence)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.insert_system.int32_topomatic.rsf.fence|Insert(Int32, Fence)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.loadfromstg_topomatic.stg.stgnode|LoadFromStg(StgNode)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.remove_topomatic.rsf.fence|Remove(Fence)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.removeat_system.int32|RemoveAt(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.savetostg_topomatic.stg.stgnode|SaveToStg(StgNode)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.rsf.fencetable.tostring|ToString()]]| (Переопределяет ToString().)| =====События===== ^Тип^Имя^Описание^ |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.foundationclasses.undoobject.changed|Changed]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)| |{{developers:references:event.png|Событие}}|[[developers:references:topomatic.foundationclasses.undoobject.undo|Undo]]| (Наследуется от [[developers:references:topomatic.foundationclasses.undoobject|UndoObject]].)|