C# Класс OpenTransactions.OTAPI.Storage

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
swigCMemOwn bool

Открытые методы

Метод Описание
Create ( StorageType eStorageType, PackType ePackType ) : Storage
CreateObject ( StoredObjectType eType ) : Storable
DecodeObject ( StoredObjectType theObjectType, string strInput ) : Storable
Dispose ( ) : void
EncodeObject ( Storable theContents ) : string
EraseValueByKey ( string strFolder ) : bool
EraseValueByKey ( string strFolder, string oneStr ) : bool
EraseValueByKey ( string strFolder, string oneStr, string twoStr ) : bool
EraseValueByKey ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
Exists ( string strFolder ) : bool
Exists ( string strFolder, string oneStr ) : bool
Exists ( string strFolder, string oneStr, string twoStr ) : bool
Exists ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
GetPacker ( ) : SWIGTYPE_p_OTPacker
GetPacker ( PackType ePackType ) : SWIGTYPE_p_OTPacker
GetType ( ) : StorageType
QueryObject ( StoredObjectType theObjectType, string strFolder ) : Storable
QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr ) : Storable
QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr ) : Storable
QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr, string threeStr ) : Storable
QueryPlainString ( string strFolder ) : string
QueryPlainString ( string strFolder, string oneStr ) : string
QueryPlainString ( string strFolder, string oneStr, string twoStr ) : string
QueryPlainString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
QueryString ( string strFolder ) : string
QueryString ( string strFolder, string oneStr ) : string
QueryString ( string strFolder, string oneStr, string twoStr ) : string
QueryString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
StoreObject ( Storable theContents, string strFolder ) : bool
StoreObject ( Storable theContents, string strFolder, string oneStr ) : bool
StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr ) : bool
StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
StorePlainString ( string strContents, string strFolder ) : bool
StorePlainString ( string strContents, string strFolder, string oneStr ) : bool
StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
StoreString ( string strContents, string strFolder ) : bool
StoreString ( string strContents, string strFolder, string oneStr ) : bool
StoreString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
StoreString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool

Приватные методы

Метод Описание
Storage ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Storage obj ) : HandleRef

Описание методов

Create() публичный статический Метод

public static Create ( StorageType eStorageType, PackType ePackType ) : Storage
eStorageType StorageType
ePackType PackType
Результат Storage

CreateObject() публичный Метод

public CreateObject ( StoredObjectType eType ) : Storable
eType StoredObjectType
Результат Storable

DecodeObject() публичный Метод

public DecodeObject ( StoredObjectType theObjectType, string strInput ) : Storable
theObjectType StoredObjectType
strInput string
Результат Storable

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

EncodeObject() публичный Метод

public EncodeObject ( Storable theContents ) : string
theContents Storable
Результат string

EraseValueByKey() публичный Метод

public EraseValueByKey ( string strFolder ) : bool
strFolder string
Результат bool

EraseValueByKey() публичный Метод

public EraseValueByKey ( string strFolder, string oneStr ) : bool
strFolder string
oneStr string
Результат bool

EraseValueByKey() публичный Метод

public EraseValueByKey ( string strFolder, string oneStr, string twoStr ) : bool
strFolder string
oneStr string
twoStr string
Результат bool

EraseValueByKey() публичный Метод

public EraseValueByKey ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strFolder string
oneStr string
twoStr string
threeStr string
Результат bool

Exists() публичный Метод

public Exists ( string strFolder ) : bool
strFolder string
Результат bool

Exists() публичный Метод

public Exists ( string strFolder, string oneStr ) : bool
strFolder string
oneStr string
Результат bool

Exists() публичный Метод

public Exists ( string strFolder, string oneStr, string twoStr ) : bool
strFolder string
oneStr string
twoStr string
Результат bool

Exists() публичный Метод

public Exists ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strFolder string
oneStr string
twoStr string
threeStr string
Результат bool

GetPacker() публичный Метод

public GetPacker ( ) : SWIGTYPE_p_OTPacker
Результат SWIGTYPE_p_OTPacker

GetPacker() публичный Метод

public GetPacker ( PackType ePackType ) : SWIGTYPE_p_OTPacker
ePackType PackType
Результат SWIGTYPE_p_OTPacker

GetType() публичный Метод

public GetType ( ) : StorageType
Результат StorageType

QueryObject() публичный Метод

public QueryObject ( StoredObjectType theObjectType, string strFolder ) : Storable
theObjectType StoredObjectType
strFolder string
Результат Storable

QueryObject() публичный Метод

public QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
Результат Storable

QueryObject() публичный Метод

public QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
twoStr string
Результат Storable

QueryObject() публичный Метод

public QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr, string threeStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
twoStr string
threeStr string
Результат Storable

QueryPlainString() публичный Метод

public QueryPlainString ( string strFolder ) : string
strFolder string
Результат string

QueryPlainString() публичный Метод

public QueryPlainString ( string strFolder, string oneStr ) : string
strFolder string
oneStr string
Результат string

QueryPlainString() публичный Метод

public QueryPlainString ( string strFolder, string oneStr, string twoStr ) : string
strFolder string
oneStr string
twoStr string
Результат string

QueryPlainString() публичный Метод

public QueryPlainString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
strFolder string
oneStr string
twoStr string
threeStr string
Результат string

QueryString() публичный Метод

public QueryString ( string strFolder ) : string
strFolder string
Результат string

QueryString() публичный Метод

public QueryString ( string strFolder, string oneStr ) : string
strFolder string
oneStr string
Результат string

QueryString() публичный Метод

public QueryString ( string strFolder, string oneStr, string twoStr ) : string
strFolder string
oneStr string
twoStr string
Результат string

QueryString() публичный Метод

public QueryString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
strFolder string
oneStr string
twoStr string
threeStr string
Результат string

StoreObject() публичный Метод

public StoreObject ( Storable theContents, string strFolder ) : bool
theContents Storable
strFolder string
Результат bool

StoreObject() публичный Метод

public StoreObject ( Storable theContents, string strFolder, string oneStr ) : bool
theContents Storable
strFolder string
oneStr string
Результат bool

StoreObject() публичный Метод

public StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr ) : bool
theContents Storable
strFolder string
oneStr string
twoStr string
Результат bool

StoreObject() публичный Метод

public StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
theContents Storable
strFolder string
oneStr string
twoStr string
threeStr string
Результат bool

StorePlainString() публичный Метод

public StorePlainString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
Результат bool

StorePlainString() публичный Метод

public StorePlainString ( string strContents, string strFolder, string oneStr ) : bool
strContents string
strFolder string
oneStr string
Результат bool

StorePlainString() публичный Метод

public StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
Результат bool

StorePlainString() публичный Метод

public StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
threeStr string
Результат bool

StoreString() публичный Метод

public StoreString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
Результат bool

StoreString() публичный Метод

public StoreString ( string strContents, string strFolder, string oneStr ) : bool
strContents string
strFolder string
oneStr string
Результат bool

StoreString() публичный Метод

public StoreString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
Результат bool

StoreString() публичный Метод

public StoreString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
threeStr string
Результат bool

Описание свойств

swigCMemOwn защищенное свойство

protected bool swigCMemOwn
Результат bool