cohtml.Net.IDataStorageRequest

Encapsulates a data storage request.

Inherits from SystemIDisposable

Public Types

Name
enum classRequestType { Key, Value}

Public Functions

Name
virtual voidDispose()
virtual IDataStorageRequest.RequestTypeGetRequestType()
Get the request type.
virtual stringGetId()
The ID for which the data is requested.
virtual stringGetKey()
The key for which the data is requested This should be called when the request type is RequestType.Value.
virtual uintGetIndex()
The index for which the data is requested This should be called when the request type is RequestType.Key.

Protected Attributes

Name
boolswigCMemOwn

Public Types Documentation

enum RequestType

EnumeratorValueDescription
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;