C# Класс Composite.Plugins.Commands.ConsoleCommandHandlers.ConsoleCommandHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SelectConsoleElement ( string consoleId, EntityToken entityToken ) : void

Selects the specified element in the console

SelectConsoleElementWithoutPerspectiveChange ( string consoleId, EntityToken entityToken ) : void

Selects the specified element in the console, doesn't change the perspective

Описание методов

SelectConsoleElement() публичный статический Метод

Selects the specified element in the console
public static SelectConsoleElement ( string consoleId, EntityToken entityToken ) : void
consoleId string The console id.
entityToken Composite.C1Console.Security.EntityToken The entity token.
Результат void

SelectConsoleElementWithoutPerspectiveChange() публичный статический Метод

Selects the specified element in the console, doesn't change the perspective
public static SelectConsoleElementWithoutPerspectiveChange ( string consoleId, EntityToken entityToken ) : void
consoleId string The console id.
entityToken Composite.C1Console.Security.EntityToken The entity token.
Результат void