C# Class TextTemplate.TextTemplate

Inheritance: IPlugin, IHighlightableElement, ITextTemplateService
Mostra file Open project: Invenietis/ck-certified Class Usage Examples

Public Properties

Property Type Description
PlaceholderCloseTag string
PlaceholderOpenTag string

Private Properties

Property Type Description

Public Methods

Method Description
BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
FocusOnElement ( IText text ) : void
OpenEditor ( string template ) : void
RemoveFocus ( IText text ) : void
SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
SendFormatedTemplate ( ) : void
Setup ( IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void
Teardown ( ) : void

Method Details

BeginHighlight() public method

public BeginHighlight ( BeginScrollingInfo beginScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
beginScrollingInfo HighlightModel.BeginScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
return HighlightModel.ScrollingDirective

EndHighlight() public method

public EndHighlight ( EndScrollingInfo endScrollingInfo, ScrollingDirective scrollingDirective ) : ScrollingDirective
endScrollingInfo HighlightModel.EndScrollingInfo
scrollingDirective HighlightModel.ScrollingDirective
return HighlightModel.ScrollingDirective

FocusOnElement() public method

public FocusOnElement ( IText text ) : void
text IText
return void

OpenEditor() public method

public OpenEditor ( string template ) : void
template string
return void

RemoveFocus() public method

public RemoveFocus ( IText text ) : void
text IText
return void

SelectElement() public method

public SelectElement ( ScrollingDirective scrollingDirective ) : ScrollingDirective
scrollingDirective ScrollingDirective
return ScrollingDirective

SendFormatedTemplate() public method

public SendFormatedTemplate ( ) : void
return void

Setup() public method

public Setup ( IPluginSetupInfo info ) : bool
info IPluginSetupInfo
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Teardown() public method

public Teardown ( ) : void
return void

Property Details

PlaceholderCloseTag public_oe static_oe property

public static string PlaceholderCloseTag
return string

PlaceholderOpenTag public_oe static_oe property

public static string PlaceholderOpenTag
return string