======Класс RecordsCollection====== * **Пространство имен:** [[developers:references:topomatic.controls.objectinspection.propertygrid|Topomatic.Controls.ObjectInspection.PropertyGrid]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Иерархия наследования===== * System.Object * Topomatic.Controls.ObjectInspection.PropertyGrid.RecordsCollection =====Синтаксис===== class RecordsCollection : IList, ICollection, IEnumerable, IEnumerable =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection..ctor|RecordsCollection()]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.collection|Collection]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.count|Count]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.isreadonly|IsReadOnly]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.item_system.int32|Item[Int32]]]| | =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.add_topomatic.controls.objectinspection.propertygrid.propertygridrow|Add(PropertyGridRow)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.clear|Clear()]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.contains_topomatic.controls.objectinspection.propertygrid.propertygridrow|Contains(PropertyGridRow)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:6e2f0e42afa4fb55eaf2cfc16784dc80|CopyTo(PropertyGridRow[], Int32)]]| | |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.getenumerator|GetEnumerator()]]| | |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.indexof_topomatic.controls.objectinspection.propertygrid.propertygridrow|IndexOf(PropertyGridRow)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:34c14064cead43a1df70f85f2c6d1f5a|Insert(Int32, PropertyGridRow)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.remove_topomatic.controls.objectinspection.propertygrid.propertygridrow|Remove(PropertyGridRow)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.removeat_system.int32|RemoveAt(Int32)]]| | |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.controls.objectinspection.propertygrid.recordscollection.setreadonly_system.boolean|SetReadOnly(Boolean)]]| | |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)|