Template.DataFrom Method |
Name | Description | |
---|---|---|
DataFrom(IDictionary) |
Specifies IDictionary that will be used as a data source for this template.
If the method is called more than once, only last object is used as the template data source.
| |
DataFrom(Object) |
Specifies object that will be used as a data source for this template.
If the method is called more than once, only last object is used.
| |
DataFrom(ITemplateDataProvider) |
Specifies ITemplateDataProvider that will be used as a data source for this template.
If the method is called more than once, only last object is used as the template data source.
|