ComponentOne ASP.NET MVC Controls
ServiceBuilder<TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : ServiceBuilder<TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.Service.
Syntax
'Declaration
 
Public MustInherit Class ServiceBuilder
    (Of TControl As Service,
     TBuilder As ServiceBuilder(Of TControl,TBuilder)) 
   Inherits ComponentBuilder(Of TControl,TBuilder)
   Implements ITemplateBuilder(Of TBuilder) 
public abstract class ServiceBuilder<TControl,TBuilder> : ComponentBuilder<TControl,TBuilder>, ITemplateBuilder<TBuilder>  
where TControl: Service
where TBuilder: ServiceBuilder<TControl,TBuilder>
Type Parameters
TControl
TBuilder
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.BaseCollectionViewServiceBuilder<T,TControl,TBuilder>
               C1.Web.Mvc.Fluent.LayoutBaseBuilder<TControl,TBuilder>
               C1.Web.Mvc.Olap.Fluent.PivotEngineBuilder

See Also

Reference

ServiceBuilder<TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace