C# 클래스 OpenTransactions.OTAPI.Contact

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

공개 메소드들

메소드 설명
AddContactAcct ( ContactAcct disownObject ) : bool
AddContactNym ( ContactNym disownObject ) : bool
Dispose ( ) : void
GetContactAcct ( uint nIndex ) : ContactAcct
GetContactAcctCount ( ) : uint
GetContactNym ( uint nIndex ) : ContactNym
GetContactNymCount ( ) : uint
RemoveContactAcct ( uint nIndexContactAcct ) : bool
RemoveContactNym ( uint nIndexContactNym ) : bool
ot_dynamic_cast ( Storable pObject ) : Contact

비공개 메소드들

메소드 설명
Contact ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Contact obj ) : HandleRef

메소드 상세

AddContactAcct() 공개 메소드

public AddContactAcct ( ContactAcct disownObject ) : bool
disownObject ContactAcct
리턴 bool

AddContactNym() 공개 메소드

public AddContactNym ( ContactNym disownObject ) : bool
disownObject ContactNym
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetContactAcct() 공개 메소드

public GetContactAcct ( uint nIndex ) : ContactAcct
nIndex uint
리턴 ContactAcct

GetContactAcctCount() 공개 메소드

public GetContactAcctCount ( ) : uint
리턴 uint

GetContactNym() 공개 메소드

public GetContactNym ( uint nIndex ) : ContactNym
nIndex uint
리턴 ContactNym

GetContactNymCount() 공개 메소드

public GetContactNymCount ( ) : uint
리턴 uint

RemoveContactAcct() 공개 메소드

public RemoveContactAcct ( uint nIndexContactAcct ) : bool
nIndexContactAcct uint
리턴 bool

RemoveContactNym() 공개 메소드

public RemoveContactNym ( uint nIndexContactNym ) : bool
nIndexContactNym uint
리턴 bool

ot_dynamic_cast() 공개 정적인 메소드

public static ot_dynamic_cast ( Storable pObject ) : Contact
pObject Storable
리턴 Contact