Class ExplicitNull
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Object value for the explicit null value.
public class ExplicitNull : IPrimitiveObjectValue<object>, ObjectValue
- Inheritance
-
ExplicitNull
- Implements
- Inherited Members
Properties
ObjectType
Method to return the type of object this is.
public ObjectValueType ObjectType { get; }
Property Value
Value
Getter to return null, and no way to set anything else.
public object Value { get; set; }
Property Value
Methods
Serialize(JsonWriter)
Serialize function that returns nothing but writes object using writer passed in.
public void Serialize(JsonWriter writer)
Parameters
writer
JsonWriter