======Класс SymbolContext====== * **Пространство имен:** [[developers:references:topomatic.tables.sheets|Topomatic.Tables.Sheets]] * **Сборка:** Topomatic.Tables (в Topomatic.Tables.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.tables.sheets.rowdata|Topomatic.Tables.Sheets.RowData]] * Topomatic.Tables.Sheets.SymbolContext * [[developers:references:topomatic.tables.sheets.smdxsymbolcontext|Topomatic.Tables.Sheets.SmdxSymbolContext]] * [[developers:references:topomatic.tables.sheets.smtsymbolcontext|Topomatic.Tables.Sheets.SmtSymbolContext]] =====Синтаксис===== public class SymbolContext : RowData =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.tables.sheets.symbolcontext..ctor_system.string_system.object|SymbolContext(String, Object)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.tables.sheets.rowdata.id|Id]]| (Наследуется от [[developers:references:topomatic.tables.sheets.rowdata|RowData]].)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|Equals(Object)| Определяет, равен ли заданный объект текущему объекту. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.sheets.symbolcontext.getcolumncontextstags|GetColumnContextsTags()]]| (Переопределяет [[developers:references:topomatic.tables.sheets.rowdata.getcolumncontextstags|GetColumnContextsTags()]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.sheets.symbolcontext.getcolumns_system.string|GetColumns(String)]]| (Переопределяет [[developers:references:topomatic.tables.sheets.rowdata.getcolumns_system.string|GetColumns(String)]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.sheets.symbolcontext.getcontextstags|GetContextsTags()]]| (Переопределяет [[developers:references:topomatic.tables.sheets.rowdata.getcontextstags|GetContextsTags()]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.sheets.symbolcontext.getfunctions|GetFunctions()]]| (Переопределяет [[developers:references:topomatic.tables.sheets.rowdata.getfunctions|GetFunctions()]].)| |{{developers:references:method.png|Метод}}|GetHashCode()| Служит хэш-функцией по умолчанию. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|GetType()| Возвращает объект Type для текущего экземпляра. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|ToString()| Возвращает строку, представляющую текущий объект. (Наследуется от Object.)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.tables.sheets.symbolcontext.trygetvalue_system.string_ref_system.string|TryGetValue(String, String)]]| (Переопределяет [[developers:references:topomatic.tables.sheets.rowdata.trygetvalue_system.string_ref_system.string|TryGetValue(String, String)]].)|