[]
Defines the interface of the builder which can be used as a template.
public interface ITemplateBuilder<T> where T : ITemplateBuilder<T>
Name | Description |
---|---|
T | The builder type. |
Name | Description |
---|---|
TemplateBind(string, string) | When the builder works in template mode, bind the property which name is specified to some item which name is specified. |
ToTemplate() | Transfers current builder to template mode. |