MonthTemplateBuilder
Defines the fluent interface for configuring the .
Methods
ContentId(System.String)
Sets the ID of the content template.
Parameters
id - System.String
The id of the template.
EmptyId(System.String)
Sets the ID of the empty cell template.
Parameters
id - System.String
The id of the template.
WeekNumberId(System.String)
Sets the ID of the week number cell template.
Parameters
id - System.String
The id of the template.
Content(System.String)
Sets the content of the cell.
Parameters
content - System.String
The content of the cell.
Empty(System.String)
Sets the content of the empty cells.
Parameters
empty - System.String
The content of the empty cells.
WeekNumber(System.String)
Sets the content of the week number cells.
Parameters
weekNumber - System.String
The content of the week cells.