C# Class Qyoto.QWebDatabase

Inheritance: Object, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
DisplayName ( ) : string
Dispose ( ) : void
ExpectedSize ( ) : long
FileName ( ) : string
Name ( ) : string
Origin ( ) : QWebSecurityOrigin
QWebDatabase ( QWebDatabase other ) : System
RemoveAllDatabases ( ) : void
RemoveDatabase ( QWebDatabase arg1 ) : void
Size ( ) : long

Protected Methods

Method Description
CreateProxy ( ) : void
QWebDatabase ( Type dummy ) : System

Private Methods

Method Description
QWebDatabase ( ) : System

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

DisplayName() public method

public DisplayName ( ) : string
return string

Dispose() public method

public Dispose ( ) : void
return void

ExpectedSize() public method

public ExpectedSize ( ) : long
return long

FileName() public method

public FileName ( ) : string
return string

Name() public method

public Name ( ) : string
return string

Origin() public method

public Origin ( ) : QWebSecurityOrigin
return QWebSecurityOrigin

QWebDatabase() public method

public QWebDatabase ( QWebDatabase other ) : System
other QWebDatabase
return System

QWebDatabase() protected method

protected QWebDatabase ( Type dummy ) : System
dummy System.Type
return System

RemoveAllDatabases() public static method

public static RemoveAllDatabases ( ) : void
return void

RemoveDatabase() public static method

public static RemoveDatabase ( QWebDatabase arg1 ) : void
arg1 QWebDatabase
return void

Size() public method

public Size ( ) : long
return long

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
return SmokeInvocation