C# Class OpenTransactions.OTAPI.otapi

Mostrar archivo Open project: da2ce7/Open-Transactions-old

Public Properties

Property Type Description
OTPASSWORD_BLOCKSIZE int
OTPASSWORD_MEMSIZE int
OT_DEFAULT_BLOCKSIZE int
OT_DEFAULT_MEMSIZE int
OT_LARGE_BLOCKSIZE int
OT_LARGE_MEMSIZE int
OT_PW_DISPLAY string

Public Methods

Method Description
CheckStringsExistInOrder ( SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr ) : bool
CheckStringsExistInOrder ( SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr, string szFuncName ) : bool
CreateObject ( StoredObjectType eType ) : Storable
CreateStorageContext ( StorageType eStoreType ) : Storage
CreateStorageContext ( StorageType eStoreType, PackType ePackType ) : Storage
DecodeObject ( StoredObjectType theObjectType, string strInput ) : Storable
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
GetDefaultStorage ( ) : Storage
InitDefaultStorage ( StorageType eStoreType, PackType ePackType ) : bool
OT_API_Set_PasswordCallback ( OTCaller theCaller ) : bool
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

Method Details

CheckStringsExistInOrder() public static method

public static CheckStringsExistInOrder ( SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr ) : bool
strFolder SWIGTYPE_p_std__string
oneStr SWIGTYPE_p_std__string
twoStr SWIGTYPE_p_std__string
threeStr SWIGTYPE_p_std__string
return bool

CheckStringsExistInOrder() public static method

public static CheckStringsExistInOrder ( SWIGTYPE_p_std__string strFolder, SWIGTYPE_p_std__string oneStr, SWIGTYPE_p_std__string twoStr, SWIGTYPE_p_std__string threeStr, string szFuncName ) : bool
strFolder SWIGTYPE_p_std__string
oneStr SWIGTYPE_p_std__string
twoStr SWIGTYPE_p_std__string
threeStr SWIGTYPE_p_std__string
szFuncName string
return bool

CreateObject() public static method

public static CreateObject ( StoredObjectType eType ) : Storable
eType StoredObjectType
return Storable

CreateStorageContext() public static method

public static CreateStorageContext ( StorageType eStoreType ) : Storage
eStoreType StorageType
return Storage

CreateStorageContext() public static method

public static CreateStorageContext ( StorageType eStoreType, PackType ePackType ) : Storage
eStoreType StorageType
ePackType PackType
return Storage

DecodeObject() public static method

public static DecodeObject ( StoredObjectType theObjectType, string strInput ) : Storable
theObjectType StoredObjectType
strInput string
return Storable

EncodeObject() public static method

public static EncodeObject ( Storable theContents ) : string
theContents Storable
return string

EraseValueByKey() public static method

public static EraseValueByKey ( string strFolder ) : bool
strFolder string
return bool

EraseValueByKey() public static method

public static EraseValueByKey ( string strFolder, string oneStr ) : bool
strFolder string
oneStr string
return bool

EraseValueByKey() public static method

public static EraseValueByKey ( string strFolder, string oneStr, string twoStr ) : bool
strFolder string
oneStr string
twoStr string
return bool

EraseValueByKey() public static method

public static EraseValueByKey ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strFolder string
oneStr string
twoStr string
threeStr string
return bool

Exists() public static method

public static Exists ( string strFolder ) : bool
strFolder string
return bool

Exists() public static method

public static Exists ( string strFolder, string oneStr ) : bool
strFolder string
oneStr string
return bool

Exists() public static method

public static Exists ( string strFolder, string oneStr, string twoStr ) : bool
strFolder string
oneStr string
twoStr string
return bool

Exists() public static method

public static Exists ( string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strFolder string
oneStr string
twoStr string
threeStr string
return bool

GetDefaultStorage() public static method

public static GetDefaultStorage ( ) : Storage
return Storage

InitDefaultStorage() public static method

public static InitDefaultStorage ( StorageType eStoreType, PackType ePackType ) : bool
eStoreType StorageType
ePackType PackType
return bool

OT_API_Set_PasswordCallback() public static method

public static OT_API_Set_PasswordCallback ( OTCaller theCaller ) : bool
theCaller OTCaller
return bool

QueryObject() public static method

public static QueryObject ( StoredObjectType theObjectType, string strFolder ) : Storable
theObjectType StoredObjectType
strFolder string
return Storable

QueryObject() public static method

public static QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
return Storable

QueryObject() public static method

public static QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
twoStr string
return Storable

QueryObject() public static method

public static QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr, string threeStr ) : Storable
theObjectType StoredObjectType
strFolder string
oneStr string
twoStr string
threeStr string
return Storable

QueryPlainString() public static method

public static QueryPlainString ( string strFolder ) : string
strFolder string
return string

QueryPlainString() public static method

public static QueryPlainString ( string strFolder, string oneStr ) : string
strFolder string
oneStr string
return string

QueryPlainString() public static method

public static QueryPlainString ( string strFolder, string oneStr, string twoStr ) : string
strFolder string
oneStr string
twoStr string
return string

QueryPlainString() public static method

public static QueryPlainString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
strFolder string
oneStr string
twoStr string
threeStr string
return string

QueryString() public static method

public static QueryString ( string strFolder ) : string
strFolder string
return string

QueryString() public static method

public static QueryString ( string strFolder, string oneStr ) : string
strFolder string
oneStr string
return string

QueryString() public static method

public static QueryString ( string strFolder, string oneStr, string twoStr ) : string
strFolder string
oneStr string
twoStr string
return string

QueryString() public static method

public static QueryString ( string strFolder, string oneStr, string twoStr, string threeStr ) : string
strFolder string
oneStr string
twoStr string
threeStr string
return string

StoreObject() public static method

public static StoreObject ( Storable theContents, string strFolder ) : bool
theContents Storable
strFolder string
return bool

StoreObject() public static method

public static StoreObject ( Storable theContents, string strFolder, string oneStr ) : bool
theContents Storable
strFolder string
oneStr string
return bool

StoreObject() public static method

public static StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr ) : bool
theContents Storable
strFolder string
oneStr string
twoStr string
return bool

StoreObject() public static method

public static StoreObject ( Storable theContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
theContents Storable
strFolder string
oneStr string
twoStr string
threeStr string
return bool

StorePlainString() public static method

public static StorePlainString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
return bool

StorePlainString() public static method

public static StorePlainString ( string strContents, string strFolder, string oneStr ) : bool
strContents string
strFolder string
oneStr string
return bool

StorePlainString() public static method

public static StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
return bool

StorePlainString() public static method

public static StorePlainString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
threeStr string
return bool

StoreString() public static method

public static StoreString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
return bool

StoreString() public static method

public static StoreString ( string strContents, string strFolder, string oneStr ) : bool
strContents string
strFolder string
oneStr string
return bool

StoreString() public static method

public static StoreString ( string strContents, string strFolder, string oneStr, string twoStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
return bool

StoreString() public static method

public static StoreString ( string strContents, string strFolder, string oneStr, string twoStr, string threeStr ) : bool
strContents string
strFolder string
oneStr string
twoStr string
threeStr string
return bool

Property Details

OTPASSWORD_BLOCKSIZE public_oe static_oe property

public static int OTPASSWORD_BLOCKSIZE
return int

OTPASSWORD_MEMSIZE public_oe static_oe property

public static int OTPASSWORD_MEMSIZE
return int

OT_DEFAULT_BLOCKSIZE public_oe static_oe property

public static int OT_DEFAULT_BLOCKSIZE
return int

OT_DEFAULT_MEMSIZE public_oe static_oe property

public static int OT_DEFAULT_MEMSIZE
return int

OT_LARGE_BLOCKSIZE public_oe static_oe property

public static int OT_LARGE_BLOCKSIZE
return int

OT_LARGE_MEMSIZE public_oe static_oe property

public static int OT_LARGE_MEMSIZE
return int

OT_PW_DISPLAY public_oe static_oe property

public static string OT_PW_DISPLAY
return string