C# Class ShootBlues.Script.PythonExplorer

Inheritance: TaskForm
Afficher le fichier Open project: kg/shootbluesscripts Class Usage Examples

Méthodes publiques

Свойство Type Description
ActiveContext int
Context string[]
Script Common

Protected Properties

Свойство Type Description
Keys string[]
Values string[]

Méthodes publiques

Méthode Description
PushContext ( string attributeName ) : void
PythonExplorer ( TaskScheduler scheduler, Common script ) : System
RefreshBreadcrumbs ( ) : void
RefreshValues ( ) : void
ReplaceContext ( ) : void
SelectModuleTask ( ProcessInfo pi, string oldText ) : IEnumerator

Méthodes protégées

Méthode Description
BreadcrumbClick ( int index ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode Description
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

Method Details

BreadcrumbClick() protected méthode

protected BreadcrumbClick ( int index ) : void
index int
Résultat void

Dispose() protected méthode

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

PushContext() public méthode

public PushContext ( string attributeName ) : void
attributeName string
Résultat void

PythonExplorer() public méthode

public PythonExplorer ( TaskScheduler scheduler, Common script ) : System
scheduler TaskScheduler
script Common
Résultat System

RefreshBreadcrumbs() public méthode

public RefreshBreadcrumbs ( ) : void
Résultat void

RefreshValues() public méthode

public RefreshValues ( ) : void
Résultat void

RefreshValuesTask() protected méthode

protected RefreshValuesTask ( ProcessInfo process, string context, int activeContext ) : IEnumerator
process ProcessInfo
context string
activeContext int
Résultat IEnumerator

ReplaceContext() public méthode

public ReplaceContext ( ) : void
Résultat void

SelectModuleTask() public méthode

public SelectModuleTask ( ProcessInfo pi, string oldText ) : IEnumerator
pi ProcessInfo
oldText string
Résultat IEnumerator

Property Details

ActiveContext public_oe property

public int ActiveContext
Résultat int

Context public_oe property

public string[] Context
Résultat string[]

Keys protected_oe property

protected string[] Keys
Résultat string[]

Script public_oe property

public Common Script
Résultat Common

Values protected_oe property

protected string[] Values
Résultat string[]