C# Class version0.VertexDAO

Show file Open project: jannunzi/dev

Public Methods

Method Description
VertexDAO ( ) : System
delete ( string id ) : string
insert ( string name, string label, string x, string y, string width, string height ) : string
sayHello ( ) : string
sayHelloMessage ( string message ) : string
selectAll ( ) : string
selectAllAsArrayList ( ) : ArrayList
selectById ( string id ) : string
update ( string id, string newName, string newLabel, string newX, string newY, string newH, string newW ) : string

Method Details

VertexDAO() public method

public VertexDAO ( ) : System
return System

delete() public method

public delete ( string id ) : string
id string
return string

insert() public method

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
return string

sayHello() public method

public sayHello ( ) : string
return string

sayHelloMessage() public method

public sayHelloMessage ( string message ) : string
message string
return string

selectAll() public method

public selectAll ( ) : string
return string

selectAllAsArrayList() public method

public selectAllAsArrayList ( ) : ArrayList
return System.Collections.ArrayList

selectById() public method

public selectById ( string id ) : string
id string
return string

update() public method

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
return string