C# Class wam.VertexDAO

Afficher le fichier Open project: jannunzi/dev Class Usage Examples

Méthodes publiques

Méthode Description
VertexDAO ( ) : System
delete ( string id ) : string
delete ( int id ) : void
insert ( Vertex vertex ) : Vertex
insert ( string name, string label, string x, string y, string width, string height ) : string
sayHello ( ) : string
sayHelloMessage ( string message ) : string
selectAll ( ) : ArrayList
selectAllAsString ( ) : string
selectById ( int id ) : Vertex
update ( string id, string newName, string newLabel, string newX, string newY, string newH, string newW ) : string
update ( Vertex vertex ) : void

Method Details

VertexDAO() public méthode

public VertexDAO ( ) : System
Résultat System

delete() public méthode

public delete ( string id ) : string
id string
Résultat string

delete() public méthode

public delete ( int id ) : void
id int
Résultat void

insert() public méthode

public insert ( Vertex vertex ) : Vertex
vertex Vertex
Résultat Vertex

insert() public méthode

public insert ( string name, string label, string x, string y, string width, string height ) : string
name string
label string
x string
y string
width string
height string
Résultat string

sayHello() public méthode

public sayHello ( ) : string
Résultat string

sayHelloMessage() public méthode

public sayHelloMessage ( string message ) : string
message string
Résultat string

selectAll() public méthode

public selectAll ( ) : ArrayList
Résultat System.Collections.ArrayList

selectAllAsString() public méthode

public selectAllAsString ( ) : string
Résultat string

selectById() public méthode

public selectById ( int id ) : Vertex
id int
Résultat Vertex

update() public méthode

public update ( string id, string newName, string newLabel, string newX, string newY, string newH, string newW ) : string
id string
newName string
newLabel string
newX string
newY string
newH string
newW string
Résultat string

update() public méthode

public update ( Vertex vertex ) : void
vertex Vertex
Résultat void