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

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

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

Метод Описание
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

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

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

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
Результат bool

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

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
Результат bool

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

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

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

public static CreateStorageContext ( StorageType eStoreType ) : Storage
eStoreType StorageType
Результат Storage

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public static GetDefaultStorage ( ) : Storage
Результат Storage

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

public static InitDefaultStorage ( StorageType eStoreType, PackType ePackType ) : bool
eStoreType StorageType
ePackType PackType
Результат bool

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

public static OT_API_Set_PasswordCallback ( OTCaller theCaller ) : bool
theCaller OTCaller
Результат bool

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

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

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

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

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

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

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

public static 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 static QueryPlainString ( string strFolder ) : string
strFolder string
Результат string

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

public static 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 static StorePlainString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
Результат bool

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

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

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

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

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

public static 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 static StoreString ( string strContents, string strFolder ) : bool
strContents string
strFolder string
Результат bool

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

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

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

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

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

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

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

OTPASSWORD_BLOCKSIZE публичное статическое свойство

public static int OTPASSWORD_BLOCKSIZE
Результат int

OTPASSWORD_MEMSIZE публичное статическое свойство

public static int OTPASSWORD_MEMSIZE
Результат int

OT_DEFAULT_BLOCKSIZE публичное статическое свойство

public static int OT_DEFAULT_BLOCKSIZE
Результат int

OT_DEFAULT_MEMSIZE публичное статическое свойство

public static int OT_DEFAULT_MEMSIZE
Результат int

OT_LARGE_BLOCKSIZE публичное статическое свойство

public static int OT_LARGE_BLOCKSIZE
Результат int

OT_LARGE_MEMSIZE публичное статическое свойство

public static int OT_LARGE_MEMSIZE
Результат int

OT_PW_DISPLAY публичное статическое свойство

public static string OT_PW_DISPLAY
Результат string