C# Class OpenTransactions.OTAPI.Storage

Inheritance: IDisposable
Afficher le fichier Open project: da2ce7/Open-Transactions-old Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Storage ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Storage obj ) : HandleRef

Method Details

Create() public static méthode

public static Create ( StorageType eStorageType, PackType ePackType ) : Storage
eStorageType StorageType
ePackType PackType
Résultat Storage

CreateObject() public méthode

public CreateObject ( StoredObjectType eType ) : Storable
eType StoredObjectType
Résultat Storable

DecodeObject() public méthode

public DecodeObject ( StoredObjectType theObjectType, string strInput ) : Storable
theObjectType StoredObjectType
strInput string
Résultat Storable

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EncodeObject() public méthode

public EncodeObject ( Storable theContents ) : string
theContents Storable
Résultat string

EraseValueByKey() public méthode

public EraseValueByKey ( string strFolder ) : bool
strFolder string
Résultat bool

EraseValueByKey() public méthode

public EraseValueByKey ( string strFolder, string oneStr ) : bool
strFolder string
oneStr string
Résultat bool

EraseValueByKey() public méthode

public EraseValueByKey ( string strFolder, string oneStr, string twoStr ) : bool
strFolder string
oneStr string
twoStr string
Résultat bool

EraseValueByKey() public méthode

public EraseValueByKey ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strFolder string
oneStr string
twoStr string
threeStr string
Résultat bool

Exists() public méthode

public Exists ( string strFolder ) : bool
strFolder string
Résultat bool

Exists() public méthode

public Exists ( string strFolder, string oneStr ) : bool
strFolder string
oneStr string
Résultat bool

Exists() public méthode

public Exists ( string strFolder, string oneStr, string twoStr ) : bool
strFolder string
oneStr string
twoStr string
Résultat bool

Exists() public méthode

public Exists ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strFolder string
oneStr string
twoStr string
threeStr string
Résultat bool

GetPacker() public méthode

public GetPacker ( ) : SWIGTYPE_p_OTPacker
Résultat SWIGTYPE_p_OTPacker

GetPacker() public méthode

public GetPacker ( PackType ePackType ) : SWIGTYPE_p_OTPacker
ePackType PackType
Résultat SWIGTYPE_p_OTPacker

GetType() public méthode

public GetType ( ) : StorageType
Résultat StorageType

QueryObject() public méthode

public QueryObject ( StoredObjectType theObjectType, string strFolder ) : Storable
theObjectType StoredObjectType
strFolder string
Résultat Storable

QueryObject() public méthode

public QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
Résultat Storable

QueryObject() public méthode

public QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
twoStr string
Résultat Storable

QueryObject() public méthode

public QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr, string threeStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
twoStr string
threeStr string
Résultat Storable

QueryPlainString() public méthode

public QueryPlainString ( string strFolder ) : string
strFolder string
Résultat string

QueryPlainString() public méthode

public QueryPlainString ( string strFolder, string oneStr ) : string
strFolder string
oneStr string
Résultat string

QueryPlainString() public méthode

public QueryPlainString ( string strFolder, string oneStr, string twoStr ) : string
strFolder string
oneStr string
twoStr string
Résultat string

QueryPlainString() public méthode

public QueryPlainString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
strFolder string
oneStr string
twoStr string
threeStr string
Résultat string

QueryString() public méthode

public QueryString ( string strFolder ) : string
strFolder string
Résultat string

QueryString() public méthode

public QueryString ( string strFolder, string oneStr ) : string
strFolder string
oneStr string
Résultat string

QueryString() public méthode

public QueryString ( string strFolder, string oneStr, string twoStr ) : string
strFolder string
oneStr string
twoStr string
Résultat string

QueryString() public méthode

public QueryString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
strFolder string
oneStr string
twoStr string
threeStr string
Résultat string

StoreObject() public méthode

public StoreObject ( Storable theContents, string strFolder ) : bool
theContents Storable
strFolder string
Résultat bool

StoreObject() public méthode

public StoreObject ( Storable theContents, string strFolder, string oneStr ) : bool
theContents Storable
strFolder string
oneStr string
Résultat bool

StoreObject() public méthode

public StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr ) : bool
theContents Storable
strFolder string
oneStr string
twoStr string
Résultat bool

StoreObject() public méthode

public StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
theContents Storable
strFolder string
oneStr string
twoStr string
threeStr string
Résultat bool

StorePlainString() public méthode

public StorePlainString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
Résultat bool

StorePlainString() public méthode

public StorePlainString ( string strContents, string strFolder, string oneStr ) : bool
strContents string
strFolder string
oneStr string
Résultat bool

StorePlainString() public méthode

public StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
Résultat bool

StorePlainString() public méthode

public StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
threeStr string
Résultat bool

StoreString() public méthode

public StoreString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
Résultat bool

StoreString() public méthode

public StoreString ( string strContents, string strFolder, string oneStr ) : bool
strContents string
strFolder string
oneStr string
Résultat bool

StoreString() public méthode

public StoreString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
Résultat bool

StoreString() public méthode

public StoreString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
threeStr string
Résultat bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool