======Класс AstFromImportStatement====== * **Пространство имен:** [[developers:references:topomatic.crs.ast|Topomatic.Crs.Ast]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Иерархия наследования===== * System.Object * [[developers:references:topomatic.crs.ast.astobject|Topomatic.Crs.Ast.AstObject]] * [[developers:references:topomatic.crs.ast.aststatement|Topomatic.Crs.Ast.AstStatement]] * Topomatic.Crs.Ast.AstFromImportStatement =====Синтаксис===== public class AstFromImportStatement : AstStatement =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.ast.astfromimportstatement..ctor|AstFromImportStatement()]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.ast.astfromimportstatement..ctor_topomatic.crs.ast.astdottedname_arr_system.string_arr_system.string|AstFromImportStatement(AstDottedName, String[], String[])]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astfromimportstatement.asnames|AsNames]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.aststatement.documentation|Documentation]]| (Наследуется от [[developers:references:topomatic.crs.ast.aststatement|AstStatement]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobject.end|End]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astfromimportstatement.names|Names]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astfromimportstatement.root|Root]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobject.span|Span]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobject.start|Start]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| =====Методы===== ^Тип^Имя^Описание^ |{{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.crs.ast.astobject.tostring|ToString()]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astfromimportstatement.walk_topomatic.crs.ast.astwalker|Walk(AstWalker)]]| (Переопределяет [[developers:references:topomatic.crs.ast.astobject.walk_topomatic.crs.ast.astwalker|Walk(AstWalker)]].)|