[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BaseBuilder-2

BaseBuilder<TObject, TBuilder> Class

The base builder for building object.

Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public abstract class BaseBuilder<TObject, TBuilder> : HideObjectMembers where TObject : class
Type Parameters
Name Description
TObject

The object type

TBuilder

The builder type

Constructors

Name Description
BaseBuilder(TObject)

Initializes a new instance of the BaseBuilder class.