Table of Contents

Class FormulaFieldSettings

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Formula Field Settings.

[DataContract]
public class FormulaFieldSettings
Inheritance
FormulaFieldSettings
Inherited Members

Properties

DecimalPrecision

Gets or sets the round precision.

[DataMember(Name = "decimalPrecision", EmitDefaultValue = false)]
public int DecimalPrecision { get; set; }

Property Value

int

FormulaExpression

Gets or sets the formula expression.

[DataMember(Name = "formulaExpression", EmitDefaultValue = false)]
public string FormulaExpression { get; set; }

Property Value

string