C# Class P4API.ClientApi

Inheritance: StrDict
Datei anzeigen Open project: csm/monodevelop-perforce Class Usage Examples

Public Methods

Method Description
ClientApi ( ) : System
ClientApi ( ClientUser ui ) : System
DefineCharset ( string c, Error e ) : void
DefineClient ( string c, Error e ) : void
DefineHost ( string c, Error e ) : void
DefineLanguage ( string c, Error e ) : void
DefinePassword ( string c, Error e ) : void
DefinePort ( string c, Error e ) : void
DefineUser ( string c, Error e ) : void
Dispose ( ) : void
Dropped ( ) : int
Final ( Error e ) : int
GetCharset ( ) : StrPtr
GetClient ( ) : StrPtr
GetConfig ( ) : StrPtr
GetCwd ( ) : StrPtr
GetErrors ( ) : int
GetHost ( ) : StrPtr
GetLanguage ( ) : StrPtr
GetOs ( ) : StrPtr
GetPassword ( ) : StrPtr
GetPort ( ) : StrPtr
GetProtocol ( string v ) : StrPtr
GetUser ( ) : StrPtr
Init ( Error e ) : void
Run ( string func ) : void
Run ( string func, ClientUser ui ) : void
RunTag ( string func, ClientUser ui ) : void
SetBreak ( SWIGTYPE_p_KeepAlive k ) : void
SetCharset ( StrPtr c ) : void
SetCharset ( string c ) : void
SetClient ( StrPtr c ) : void
SetClient ( string c ) : void
SetCwd ( StrPtr c ) : void
SetCwd ( string c ) : void
SetHost ( StrPtr c ) : void
SetHost ( string c ) : void
SetIgnorePassword ( ) : void
SetLanguage ( StrPtr c ) : void
SetLanguage ( string c ) : void
SetPassword ( StrPtr c ) : void
SetPassword ( string c ) : void
SetPort ( StrPtr c ) : void
SetPort ( string c ) : void
SetProg ( StrPtr c ) : void
SetProg ( string c ) : void
SetProtocol ( string p, string v ) : void
SetProtocolV ( string p ) : void
SetTicketFile ( StrPtr c ) : void
SetTicketFile ( string c ) : void
SetTrans ( int output ) : void
SetTrans ( int output, int content ) : void
SetTrans ( int output, int content, int fnames ) : void
SetTrans ( int output, int content, int fnames, int dialog ) : void
SetUi ( ClientUser i ) : void
SetUser ( StrPtr c ) : void
SetUser ( string c ) : void
SetVersion ( StrPtr c ) : void
SetVersion ( string c ) : void
WaitTag ( ) : void
WaitTag ( ClientUser ui ) : void

Private Methods

Method Description
ClientApi ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ClientApi obj ) : HandleRef

Method Details

ClientApi() public method

public ClientApi ( ) : System
return System

ClientApi() public method

public ClientApi ( ClientUser ui ) : System
ui ClientUser
return System

DefineCharset() public method

public DefineCharset ( string c, Error e ) : void
c string
e Error
return void

DefineClient() public method

public DefineClient ( string c, Error e ) : void
c string
e Error
return void

DefineHost() public method

public DefineHost ( string c, Error e ) : void
c string
e Error
return void

DefineLanguage() public method

public DefineLanguage ( string c, Error e ) : void
c string
e Error
return void

DefinePassword() public method

public DefinePassword ( string c, Error e ) : void
c string
e Error
return void

DefinePort() public method

public DefinePort ( string c, Error e ) : void
c string
e Error
return void

DefineUser() public method

public DefineUser ( string c, Error e ) : void
c string
e Error
return void

Dispose() public method

public Dispose ( ) : void
return void

Dropped() public method

public Dropped ( ) : int
return int

Final() public method

public Final ( Error e ) : int
e Error
return int

GetCharset() public method

public GetCharset ( ) : StrPtr
return StrPtr

GetClient() public method

public GetClient ( ) : StrPtr
return StrPtr

GetConfig() public method

public GetConfig ( ) : StrPtr
return StrPtr

GetCwd() public method

public GetCwd ( ) : StrPtr
return StrPtr

GetErrors() public method

public GetErrors ( ) : int
return int

GetHost() public method

public GetHost ( ) : StrPtr
return StrPtr

GetLanguage() public method

public GetLanguage ( ) : StrPtr
return StrPtr

GetOs() public method

public GetOs ( ) : StrPtr
return StrPtr

GetPassword() public method

public GetPassword ( ) : StrPtr
return StrPtr

GetPort() public method

public GetPort ( ) : StrPtr
return StrPtr

GetProtocol() public method

public GetProtocol ( string v ) : StrPtr
v string
return StrPtr

GetUser() public method

public GetUser ( ) : StrPtr
return StrPtr

Init() public method

public Init ( Error e ) : void
e Error
return void

Run() public method

public Run ( string func ) : void
func string
return void

Run() public method

public Run ( string func, ClientUser ui ) : void
func string
ui ClientUser
return void

RunTag() public method

public RunTag ( string func, ClientUser ui ) : void
func string
ui ClientUser
return void

SetBreak() public method

public SetBreak ( SWIGTYPE_p_KeepAlive k ) : void
k SWIGTYPE_p_KeepAlive
return void

SetCharset() public method

public SetCharset ( StrPtr c ) : void
c StrPtr
return void

SetCharset() public method

public SetCharset ( string c ) : void
c string
return void

SetClient() public method

public SetClient ( StrPtr c ) : void
c StrPtr
return void

SetClient() public method

public SetClient ( string c ) : void
c string
return void

SetCwd() public method

public SetCwd ( StrPtr c ) : void
c StrPtr
return void

SetCwd() public method

public SetCwd ( string c ) : void
c string
return void

SetHost() public method

public SetHost ( StrPtr c ) : void
c StrPtr
return void

SetHost() public method

public SetHost ( string c ) : void
c string
return void

SetIgnorePassword() public method

public SetIgnorePassword ( ) : void
return void

SetLanguage() public method

public SetLanguage ( StrPtr c ) : void
c StrPtr
return void

SetLanguage() public method

public SetLanguage ( string c ) : void
c string
return void

SetPassword() public method

public SetPassword ( StrPtr c ) : void
c StrPtr
return void

SetPassword() public method

public SetPassword ( string c ) : void
c string
return void

SetPort() public method

public SetPort ( StrPtr c ) : void
c StrPtr
return void

SetPort() public method

public SetPort ( string c ) : void
c string
return void

SetProg() public method

public SetProg ( StrPtr c ) : void
c StrPtr
return void

SetProg() public method

public SetProg ( string c ) : void
c string
return void

SetProtocol() public method

public SetProtocol ( string p, string v ) : void
p string
v string
return void

SetProtocolV() public method

public SetProtocolV ( string p ) : void
p string
return void

SetTicketFile() public method

public SetTicketFile ( StrPtr c ) : void
c StrPtr
return void

SetTicketFile() public method

public SetTicketFile ( string c ) : void
c string
return void

SetTrans() public method

public SetTrans ( int output ) : void
output int
return void

SetTrans() public method

public SetTrans ( int output, int content ) : void
output int
content int
return void

SetTrans() public method

public SetTrans ( int output, int content, int fnames ) : void
output int
content int
fnames int
return void

SetTrans() public method

public SetTrans ( int output, int content, int fnames, int dialog ) : void
output int
content int
fnames int
dialog int
return void

SetUi() public method

public SetUi ( ClientUser i ) : void
i ClientUser
return void

SetUser() public method

public SetUser ( StrPtr c ) : void
c StrPtr
return void

SetUser() public method

public SetUser ( string c ) : void
c string
return void

SetVersion() public method

public SetVersion ( StrPtr c ) : void
c StrPtr
return void

SetVersion() public method

public SetVersion ( string c ) : void
c string
return void

WaitTag() public method

public WaitTag ( ) : void
return void

WaitTag() public method

public WaitTag ( ClientUser ui ) : void
ui ClientUser
return void