Method | Description | |
---|---|---|
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
|
Method | Description | |
---|---|---|
HandleTextChange ( DataDictionary.ModelElement instance, string identifyingMessage ) : System |
Constructor
|
protected HandleTextChange ( DataDictionary.ModelElement instance, string identifyingMessage ) : System | ||
instance | DataDictionary.ModelElement | |
identifyingMessage | string | |
return | System |
public RemoveUselessCharacters ( string source ) : string | ||
source | string | |
return | string |
public abstract SetText ( string text ) : void | ||
text | string | |
return | void |