DittoSharp  0.1.0-alpha3
Protected Member Functions | Properties | List of all members
DittoSharp.DocumentPath Class Referenceabstract
Inheritance diagram for DittoSharp.DocumentPath:
DittoSharp.DittoDocumentPath DittoSharp.DittoMutableDocumentPath

Protected Member Functions

abstract CBORObject GetCborObjectAtCurrentPath ()
 

Properties

string String [get]
 
string?? StringValue [get]
 
int Int32Value [get]
 
long Int64Value [get]
 
uint UInt32Value [get]
 
ulong UInt64Value [get]
 
float FloatValue [get]
 
double DoubleValue [get]
 
bool BooleanValue [get]
 
List< object > List [get]
 
List< object >?? ListValue [get]
 
Dictionary< string, object > Dictionary [get]
 
Dictionary< string, object >?? DictionaryValue [get]
 
DittoAttachmentToken AttachmentToken [get]