smartDBforms.NET API Reference

ITemplateSelector Interface

A class implementing this interface can be registered as compiled template selector. The compiled template selectors have the advantage that they can be used not only in runtime but in design time also.

For a list of all members of this type, see ITemplateSelector Members.

[Visual Basic]
Public Interface ITemplateSelector
[C#]
public interface ITemplateSelector

Types that implement ITemplateSelector

Type Description
SampleTemplateIDSelector This is a compiled template selector for the default template ascx file. It has the same implementation as the SelectTemplateID method in the standard smartDBtemplates/TemplatesStorage.ascx file.

Requirements

Namespace: Adillis.SmartDBForms

Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)

See Also

ITemplateSelector Members | Adillis.SmartDBForms Namespace