C# 클래스 wam.VertexDAO

파일 보기 프로젝트 열기: jannunzi/dev 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

VertexDAO() 공개 메소드

public VertexDAO ( ) : System
리턴 System

delete() 공개 메소드

public delete ( string id ) : string
id string
리턴 string

delete() 공개 메소드

public delete ( int id ) : void
id int
리턴 void

insert() 공개 메소드

public insert ( Vertex vertex ) : Vertex
vertex Vertex
리턴 Vertex

insert() 공개 메소드

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
리턴 string

sayHello() 공개 메소드

public sayHello ( ) : string
리턴 string

sayHelloMessage() 공개 메소드

public sayHelloMessage ( string message ) : string
message string
리턴 string

selectAll() 공개 메소드

public selectAll ( ) : ArrayList
리턴 System.Collections.ArrayList

selectAllAsString() 공개 메소드

public selectAllAsString ( ) : string
리턴 string

selectById() 공개 메소드

public selectById ( int id ) : Vertex
id int
리턴 Vertex

update() 공개 메소드

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
리턴 string

update() 공개 메소드

public update ( Vertex vertex ) : void
vertex Vertex
리턴 void