[]
        
(Showing Draft Content)

C1.Web.Mvc.CalculatedField

CalculatedField Class

Calculated Field.

Inheritance
CalculatedField
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class CalculatedField

Constructors

Name Description
CalculatedField()

Properties

Name Description
Expression

Gets or 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

Gets or sets the name of calculated field.