Ditto
3.0.2
|
Protected Member Functions | |
abstract CBORObject | GetCborObjectAtCurrentPath (PathAccessorType_t pathType) |
Properties | |
object | Value [get] |
Gets the value at the previously specified key in the document as an object if it exists, otherwise the return value will be null . More... | |
string | String [get] |
Gets the value at the previously specified key in the document as a string if possible, otherwise the return value will be null . More... | |
string?? | StringValue [get] |
Gets the value at the previously specified key in the document as a string if possible, otherwise the return value will be "" (an empty string). More... | |
int | Int32Value [get] |
Gets the value at the previously specified key in the document as an Int32 if possible, otherwise the return value will be 0 . More... | |
long | Int64Value [get] |
Gets the value at the previously specified key in the document as an Int64 if possible, otherwise the return value will be 0 . More... | |
uint | UInt32Value [get] |
Gets the value at the previously specified key in the document as a UInt32 if possible, otherwise the return value will be 0 . More... | |
ulong | UInt64Value [get] |
Gets the value at the previously specified key in the document as a UInt64 if possible, otherwise the return value will be 0 . More... | |
float | FloatValue [get] |
Gets the value at the previously specified key in the document as a Float if possible, otherwise the return value will be 0.0 . More... | |
double | DoubleValue [get] |
Gets the value at the previously specified key in the document as a UInt32 if possible, otherwise the return value will be 0. More... | |
bool | BooleanValue [get] |
Gets the value at the previously specified key in the document as a bool if possible, otherwise the return value will be false . More... | |
List< object > | List [get] |
Gets the value at the previously specified key in the document as a List<object> if possible, otherwise the return value will be null . More... | |
List< object >?? | ListValue [get] |
Gets the value at the previously specified key in the document as a List<object> if possible, otherwise the return value will be [] (an empty list). More... | |
Dictionary< string, object > | Dictionary [get] |
Gets the value at the previously specified key in the document as a Dictionary<string, object> if possible, otherwise the return value will be null . More... | |
Dictionary< string, object >?? | DictionaryValue [get] |
Gets the value at the previously specified key in the document as a Dictionary<string, object> if possible, otherwise the return value will be {} (an empty dictionary). More... | |
DittoAttachmentToken | AttachmentToken [get] |
Gets the value at the previously specified key in the document as a DittoAttachmentToken if possible, otherwise the return value will be null . More... | |
|
get |
Gets the value at the previously specified key in the document as a DittoAttachmentToken if possible, otherwise the return value will be null
.
|
get |
Gets the value at the previously specified key in the document as a bool
if possible, otherwise the return value will be false
.
|
get |
Gets the value at the previously specified key in the document as a Dictionary<string, object>
if possible, otherwise the return value will be null
.
|
get |
Gets the value at the previously specified key in the document as a Dictionary<string, object>
if possible, otherwise the return value will be {}
(an empty dictionary).
|
get |
Gets the value at the previously specified key in the document as a UInt32
if possible, otherwise the return value will be 0.
|
get |
Gets the value at the previously specified key in the document as a Float
if possible, otherwise the return value will be 0.0
.
|
get |
Gets the value at the previously specified key in the document as an Int32
if possible, otherwise the return value will be 0
.
|
get |
Gets the value at the previously specified key in the document as an Int64
if possible, otherwise the return value will be 0
.
|
get |
Gets the value at the previously specified key in the document as a List<object>
if possible, otherwise the return value will be null
.
|
get |
Gets the value at the previously specified key in the document as a List<object>
if possible, otherwise the return value will be []
(an empty list).
|
get |
Gets the value at the previously specified key in the document as a string
if possible, otherwise the return value will be null
.
|
get |
Gets the value at the previously specified key in the document as a string
if possible, otherwise the return value will be ""
(an empty string).
|
get |
Gets the value at the previously specified key in the document as a UInt32
if possible, otherwise the return value will be 0
.
|
get |
Gets the value at the previously specified key in the document as a UInt64
if possible, otherwise the return value will be 0
.
|
get |
Gets the value at the previously specified key in the document as an object
if it exists, otherwise the return value will be null
.