C# Class OpenTransactions.OTAPI.otapi

Afficher le fichier Open project: da2ce7/Open-Transactions-old

Méthodes publiques

Свойство 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

Méthodes publiques

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

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
Résultat bool

CheckStringsExistInOrder() public static méthode

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
Résultat bool

CreateObject() public static méthode

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

CreateStorageContext() public static méthode

public static CreateStorageContext ( StorageType eStoreType ) : Storage
eStoreType StorageType
Résultat Storage

CreateStorageContext() public static méthode

public static CreateStorageContext ( StorageType eStoreType, PackType ePackType ) : Storage
eStoreType StorageType
ePackType PackType
Résultat Storage

DecodeObject() public static méthode

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

EncodeObject() public static méthode

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

EraseValueByKey() public static méthode

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

EraseValueByKey() public static méthode

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

EraseValueByKey() public static méthode

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

EraseValueByKey() public static méthode

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

Exists() public static méthode

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

Exists() public static méthode

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

Exists() public static méthode

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

Exists() public static méthode

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

GetDefaultStorage() public static méthode

public static GetDefaultStorage ( ) : Storage
Résultat Storage

InitDefaultStorage() public static méthode

public static InitDefaultStorage ( StorageType eStoreType, PackType ePackType ) : bool
eStoreType StorageType
ePackType PackType
Résultat bool

OT_API_Set_PasswordCallback() public static méthode

public static OT_API_Set_PasswordCallback ( OTCaller theCaller ) : bool
theCaller OTCaller
Résultat bool

QueryObject() public static méthode

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

QueryObject() public static méthode

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

QueryObject() public static méthode

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

QueryObject() public static méthode

public static 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 static méthode

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

QueryPlainString() public static méthode

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

QueryPlainString() public static méthode

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

QueryPlainString() public static méthode

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

QueryString() public static méthode

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

QueryString() public static méthode

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

QueryString() public static méthode

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

QueryString() public static méthode

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

StoreObject() public static méthode

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

StoreObject() public static méthode

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

StoreObject() public static méthode

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

StoreObject() public static méthode

public static 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 static méthode

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

StorePlainString() public static méthode

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

StorePlainString() public static méthode

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

StorePlainString() public static méthode

public static 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 static méthode

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

StoreString() public static méthode

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

StoreString() public static méthode

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

StoreString() public static méthode

public static 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

OTPASSWORD_BLOCKSIZE public_oe static_oe property

public static int OTPASSWORD_BLOCKSIZE
Résultat int

OTPASSWORD_MEMSIZE public_oe static_oe property

public static int OTPASSWORD_MEMSIZE
Résultat int

OT_DEFAULT_BLOCKSIZE public_oe static_oe property

public static int OT_DEFAULT_BLOCKSIZE
Résultat int

OT_DEFAULT_MEMSIZE public_oe static_oe property

public static int OT_DEFAULT_MEMSIZE
Résultat int

OT_LARGE_BLOCKSIZE public_oe static_oe property

public static int OT_LARGE_BLOCKSIZE
Résultat int

OT_LARGE_MEMSIZE public_oe static_oe property

public static int OT_LARGE_MEMSIZE
Résultat int

OT_PW_DISPLAY public_oe static_oe property

public static string OT_PW_DISPLAY
Résultat string