C# Класс FSO.IDE.EditorComponent.OperandForms.OpScopeControl

Показать файл Открыть проект

Открытые методы

Метод Описание
OpScopeControl ( ) : System
OpScopeControl ( BHAVEditor master, EditorScope scope, VMPrimitiveOperand operand, string title, string sourceProperty, string dataProperty ) : System
OperandUpdated ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
EditButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

OpScopeControl() публичный Метод

public OpScopeControl ( ) : System
Результат System

OpScopeControl() публичный Метод

public OpScopeControl ( BHAVEditor master, EditorScope scope, VMPrimitiveOperand operand, string title, string sourceProperty, string dataProperty ) : System
master BHAVEditor
scope EditorScope
operand VMPrimitiveOperand
title string
sourceProperty string
dataProperty string
Результат System

OperandUpdated() публичный Метод

public OperandUpdated ( ) : void
Результат void