Concept.Utils Assembly > Concept.Utils Namespace : IDataStoreNode Interface |
The following tables list the members exposed by IDataStoreNode.
Name | Description | |
---|---|---|
![]() | Clear | Clears this instance. |
![]() | DeleteItem | Deletes the item. |
![]() | GetNode | Gets the node. |
![]() | HasItem | Determines whether the specified path has item. |
![]() | ReadBinary | Reads the binary. |
![]() | ReadBool | Reads the bool. |
![]() | ReadBools | Reads the bools. |
![]() | ReadDouble | Reads the double. |
![]() | ReadDoubles | Reads the doubles. |
![]() | ReadImage | Reads the image. |
![]() | ReadInt | Reads the int. |
![]() | ReadInts | Reads the ints. |
![]() | ReadString | Reads the string. |
![]() | ReadStrings | Reads the strings. |
![]() | WriteBinary | Writes the binary. |
![]() | WriteBool | Writes the bool. |
![]() | WriteBools | Writes the bools. |
![]() | WriteDouble | Writes the double. |
![]() | WriteDoubles | Writes the doubles. |
![]() | WriteImage | Writes the image. |
![]() | WriteInt | Writes the int. |
![]() | WriteInts | Writes the ints. |
![]() | WriteString | Writes the string. |
![]() | WriteStrings | Writes the strings. |