C# 클래스 ShootBlues.Script.PythonExplorer

상속: TaskForm
파일 보기 프로젝트 열기: kg/shootbluesscripts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ActiveContext int
Context string[]
Script Common

보호된 프로퍼티들

프로퍼티 타입 설명
Keys string[]
Values string[]

공개 메소드들

메소드 설명
PushContext ( string attributeName ) : void
PythonExplorer ( TaskScheduler scheduler, Common script ) : System
RefreshBreadcrumbs ( ) : void
RefreshValues ( ) : void
ReplaceContext ( ) : void
SelectModuleTask ( ProcessInfo pi, string oldText ) : IEnumerator

보호된 메소드들

메소드 설명
BreadcrumbClick ( int index ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

RefreshValuesTask ( ProcessInfo process, string context, int activeContext ) : IEnumerator

비공개 메소드들

메소드 설명
DataGrid_CellContentClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
DataGrid_CellDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
DataGrid_CellValueNeeded ( object sender, System.Windows.Forms.DataGridViewCellValueEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ProcessList_SelectedValueChanged ( object sender, EventArgs e ) : void

메소드 상세

BreadcrumbClick() 보호된 메소드

protected BreadcrumbClick ( int index ) : void
index int
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

PushContext() 공개 메소드

public PushContext ( string attributeName ) : void
attributeName string
리턴 void

PythonExplorer() 공개 메소드

public PythonExplorer ( TaskScheduler scheduler, Common script ) : System
scheduler TaskScheduler
script Common
리턴 System

RefreshBreadcrumbs() 공개 메소드

public RefreshBreadcrumbs ( ) : void
리턴 void

RefreshValues() 공개 메소드

public RefreshValues ( ) : void
리턴 void

RefreshValuesTask() 보호된 메소드

protected RefreshValuesTask ( ProcessInfo process, string context, int activeContext ) : IEnumerator
process ProcessInfo
context string
activeContext int
리턴 IEnumerator

ReplaceContext() 공개 메소드

public ReplaceContext ( ) : void
리턴 void

SelectModuleTask() 공개 메소드

public SelectModuleTask ( ProcessInfo pi, string oldText ) : IEnumerator
pi ProcessInfo
oldText string
리턴 IEnumerator

프로퍼티 상세

ActiveContext 공개적으로 프로퍼티

public int ActiveContext
리턴 int

Context 공개적으로 프로퍼티

public string[] Context
리턴 string[]

Keys 보호되어 있는 프로퍼티

protected string[] Keys
리턴 string[]

Script 공개적으로 프로퍼티

public Common Script
리턴 Common

Values 보호되어 있는 프로퍼티

protected string[] Values
리턴 string[]