| BindKeyToObject |
Method to bind a reference key to the persistent object within the document. Returns a specific object, if there is a unique solution. |
| CanBindKeyToObject |
Method that returns whether the key can be bound to an entity or not. |
| CreateKeyContext |
Method to create a key context to use in the creation of reference keys. |
| KeyToString |
Converts a ReferenceKey byte array to a Base64 encoded string. |
| LoadContextFromArray |
Method to load a previously saved key context from an array of data. |
| ReleaseKeyContext |
Specifies a key context to release. |
| SaveContextToArray |
Method to save a key context out as an array of data. |
| StringToKey |
Converts a string to a reference key byte array. |