Table of Contents

Class NumberObjectValue

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Implmentation of the number object value type

public class NumberObjectValue : IPrimitiveObjectValue<double>, ObjectValue
Inheritance
NumberObjectValue
Implements
Inherited Members

Constructors

NumberObjectValue(double)

Constructor for taking a double and holding it.

public NumberObjectValue(double value)

Parameters

value double

Properties

ObjectType

Method to return the type of object this is.

public ObjectValueType ObjectType { get; }

Property Value

ObjectValueType

Value

Getter/setter for the numeric value.

public double Value { get; set; }

Property Value

double

Methods

Serialize(JsonWriter)

Serialize function that returns nothing but writes object using writer passed in.

public void Serialize(JsonWriter writer)

Parameters

writer JsonWriter