C# Класс ShootBlues.Script.PythonExplorer

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

Открытые свойства

Свойство Тип Описание
ActiveContext int
Context string[]
Script Common

Защищенные свойства (Protected)

Свойство Тип Описание
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[]