Class StringObjectValue
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Wrapper on string object primitive string values.
public class StringObjectValue : IPrimitiveObjectValue<string>, ObjectValue
- Inheritance
-
StringObjectValue
- Implements
- Inherited Members
Constructors
StringObjectValue(string)
Constructor for string value.
public StringObjectValue(string value)
Parameters
value
string
Properties
ObjectType
Method to return the type of object this is.
public ObjectValueType ObjectType { get; }
Property Value
Value
Getter/Setter for the string value.
public string 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