C# Class Scalien.Users

Afficher le fichier Open project: scalien/scaliendb Class Usage Examples

Méthodes publiques

Méthode Description
AddClient ( string nodes ) : void
AddUser ( ) : void
ClientDBsAreSame ( int client_index_a, int client_index_b ) : bool
CountUsers ( ) : long
DeleteUser ( TestUser user ) : void
EmptyAll ( ) : void
GetClient ( ) : Scalien.Client
GetUser ( string userID ) : TestUser
InsertUsers ( int cnt ) : void
IsConsistent ( ) : bool
IterateClients ( ) : bool
PrintByNick ( string prefix ) : void
ResetTables ( ) : void
SetUser ( TestUser user ) : void
SubmitAll ( ) : void
TestCycle ( int userNum ) : void
TestCycle_MultiUser ( ) : void
TestGetSetSubmit ( ) : bool
Users ( string nodes = null ) : System

Private Methods

Méthode Description
OpenDB ( ) : void

Method Details

AddClient() public méthode

public AddClient ( string nodes ) : void
nodes string
Résultat void

AddUser() public méthode

public AddUser ( ) : void
Résultat void

ClientDBsAreSame() public méthode

public ClientDBsAreSame ( int client_index_a, int client_index_b ) : bool
client_index_a int
client_index_b int
Résultat bool

CountUsers() public méthode

public CountUsers ( ) : long
Résultat long

DeleteUser() public méthode

public DeleteUser ( TestUser user ) : void
user TestUser
Résultat void

EmptyAll() public méthode

public EmptyAll ( ) : void
Résultat void

GetClient() public méthode

public GetClient ( ) : Scalien.Client
Résultat Scalien.Client

GetUser() public méthode

public GetUser ( string userID ) : TestUser
userID string
Résultat TestUser

InsertUsers() public méthode

public InsertUsers ( int cnt ) : void
cnt int
Résultat void

IsConsistent() public méthode

public IsConsistent ( ) : bool
Résultat bool

IterateClients() public méthode

public IterateClients ( ) : bool
Résultat bool

PrintByNick() public méthode

public PrintByNick ( string prefix ) : void
prefix string
Résultat void

ResetTables() public méthode

public ResetTables ( ) : void
Résultat void

SetUser() public méthode

public SetUser ( TestUser user ) : void
user TestUser
Résultat void

SubmitAll() public méthode

public SubmitAll ( ) : void
Résultat void

TestCycle() public méthode

public TestCycle ( int userNum ) : void
userNum int
Résultat void

TestCycle_MultiUser() public méthode

public TestCycle_MultiUser ( ) : void
Résultat void

TestGetSetSubmit() public méthode

public TestGetSetSubmit ( ) : bool
Résultat bool

Users() public méthode

public Users ( string nodes = null ) : System
nodes string
Résultat System