C# Класс GUI.EditorView.Window.HandleTextChange

Indicates the actions to be performed to get the text from the instance and to set it into the instance
Показать файл Открыть проект

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

Метод Описание
GetText ( ) : string

The way text is retrieved from the instance

RemoveUselessCharacters ( string source ) : string

Removes all useless characters from a source string

SetText ( string text ) : void

The way text is set back in the instance

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

Метод Описание
HandleTextChange ( DataDictionary.ModelElement instance, string identifyingMessage ) : System

Constructor

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

GetText() публичный абстрактный Метод

The way text is retrieved from the instance
public abstract GetText ( ) : string
Результат string

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

Constructor
protected HandleTextChange ( DataDictionary.ModelElement instance, string identifyingMessage ) : System
instance DataDictionary.ModelElement
identifyingMessage string
Результат System

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

Removes all useless characters from a source string
public RemoveUselessCharacters ( string source ) : string
source string
Результат string

SetText() публичный абстрактный Метод

The way text is set back in the instance
public abstract SetText ( string text ) : void
text string
Результат void