Table of Contents

Class BooleanObjectValue

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

Object value for the boolean primitive value.

public class BooleanObjectValue : IPrimitiveObjectValue<bool>, ObjectValue
Inheritance
BooleanObjectValue
Implements
Inherited Members

Constructors

BooleanObjectValue(bool)

Constructor to set boolean value

public BooleanObjectValue(bool value)

Parameters

value bool

Properties

ObjectType

Method to return the type of object this is.

public ObjectValueType ObjectType { get; }

Property Value

ObjectValueType

Value

Getter/setter for the boolean value.

public bool Value { get; set; }

Property Value

bool

Methods

Serialize(JsonWriter)

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

public void Serialize(JsonWriter writer)

Parameters

writer JsonWriter