C# 클래스 Composite.Plugins.Commands.ConsoleCommandHandlers.ConsoleCommandHelper

파일 보기 프로젝트 열기: Orckestra/C1-CMS 1 사용 예제들

공개 메소드들

메소드 설명
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