cohtml.Net.IDataStorageRequest
Encapsulates a data storage request.
Inherits from SystemIDisposable
Public Types
Name | |
---|---|
enum class | RequestType { Key, Value} |
Public Functions
Name | |
---|---|
virtual void | Dispose() |
virtual IDataStorageRequest.RequestType | GetRequestType() Get the request type. |
virtual string | GetId() The ID for which the data is requested. |
virtual string | GetKey() The key for which the data is requested This should be called when the request type is RequestType.Value. |
virtual uint | GetIndex() The index for which the data is requested This should be called when the request type is RequestType.Key. |
Protected Attributes
Name | |
---|---|
bool | swigCMemOwn |
Public Types Documentation
enum RequestType
Enumerator | Value | Description |
---|---|---|
Key | ||
Value |
Public Functions Documentation
function Dispose
virtual void Dispose()
function GetRequestType
virtual IDataStorageRequest.RequestType GetRequestType()
Get the request type.
function GetId
virtual string GetId()
The ID for which the data is requested.
function GetKey
virtual string GetKey()
The key for which the data is requested This should be called when the request type is RequestType.Value.
function GetIndex
virtual uint GetIndex()
The index for which the data is requested This should be called when the request type is RequestType.Key.
Protected Attributes Documentation
variable swigCMemOwn
bool swigCMemOwn;