
'宣言 Public MustInherit Class InputDateBaseBuilder (Of TControl As InputDateBase, TBuilder As InputDateBaseBuilder(Of TControl,TBuilder)) Inherits DropDownBuilder(Of TControl,TBuilder)
public abstract class InputDateBaseBuilder<TControl,TBuilder> : DropDownBuilder<TControl,TBuilder> where TControl: InputDateBase where TBuilder: InputDateBaseBuilder<TControl,TBuilder>
System.Object
C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.ControlBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.InputBaseBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.FormInputBaseBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.DropDownBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.InputDateBaseBuilder<TControl,TBuilder>
C1.Web.Mvc.Fluent.InputDateBuilder
C1.Web.Mvc.Fluent.InputDateRangeBuilder
C1.Web.Mvc.Fluent.InputDateTimeBuilder