C# 클래스 OpenTransactions.OTAPI.Storage

상속: IDisposable
파일 보기 프로젝트 열기: da2ce7/Open-Transactions-old 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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