[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.CalculatedFieldBuilder

CalculatedFieldBuilder Class

Defines a builder to configurate CalculatedField.

Inheritance
HideObjectMembers
CalculatedFieldBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class CalculatedFieldBuilder : BaseBuilder<CalculatedField, CalculatedFieldBuilder>

Constructors

Name Description
CalculatedFieldBuilder(CalculatedField)

Creates one CalculatedFieldBuilder instance to configurate obj.

Methods

Name Description
Expression(string)

Configurates Expression. Sets the expression which is used to calculates field value. The expression may refer to the current item via the context variable '$', which contains the item's original and calculated values.

Name(string)

Configurates Name. Sets the name of calculated field.