C# Class Nexus.Client.ModManagement.Scripting.XmlScript.CPL.Controls.CPLEditor

Mostra file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
CPLEditor ( ) : System
CPLEditor ( CPLEditorVM p_vmlViewModel ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

GetSelectedEditor ( ) : CplConditionEditor

Private Methods

Method Description
ConditionEditorSelectedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Operator_Click ( object sender, EventArgs e ) : void

Method Details

CPLEditor() public method

public CPLEditor ( ) : System
return System

CPLEditor() public method

public CPLEditor ( CPLEditorVM p_vmlViewModel ) : System
p_vmlViewModel CPLEditorVM
return System

Dispose() protected method

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

GetSelectedEditor() protected method

protected GetSelectedEditor ( ) : CplConditionEditor
return CplConditionEditor