Method | Description | |
---|---|---|
BrailViewComponentContext ( |
Initializes a new instance of the BrailViewComponentContext class.
|
|
HasSection ( string sectionName ) : bool | ||
RegisterSection ( string name, ICallable section ) : void | ||
RenderBody ( ) : void | ||
RenderBody ( |
||
RenderSection ( string sectionName ) : void | ||
RenderSection ( string sectionName, |
Renders the the specified section
|
|
RenderView ( string name, |
Pendent
|
public BrailViewComponentContext ( |
||
parent | The parent. | |
body | ICallable | The body. |
name | string | The name. |
text | The text. | |
parameters | IDictionary | The parameters. |
return | System.Collections |
public HasSection ( string sectionName ) : bool | ||
sectionName | string | |
return | bool |
public RegisterSection ( string name, ICallable section ) : void | ||
name | string | |
section | ICallable | |
return | void |
public RenderBody ( |
||
writer | ||
return | void |
public RenderSection ( string sectionName ) : void | ||
sectionName | string | |
return | void |
public RenderSection ( string sectionName, |
||
sectionName | string | Name of the section. |
writer | The writer. | |
return | void |
public RenderView ( string name, |
||
name | string | |
writer | ||
return | void |