C# Class Composite.Plugins.Commands.ConsoleCommandHandlers.ConsoleCommandHelper

Show file Open project: Orckestra/C1-CMS Class Usage Examples

Public Methods

Method Description
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

Method Details

SelectConsoleElement() public static method

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.
return void

SelectConsoleElementWithoutPerspectiveChange() public static method

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.
return void