C# 클래스 ASP.net_Editable_Demo.FakeDatabase

파일 보기 프로젝트 열기: jakemdrew/FooTable.Editable

공개 프로퍼티들

프로퍼티 타입 설명
db Employee>.Dictionary
keyIndex int

공개 메소드들

메소드 설명
add ( string>.Dictionary data ) : int
delete ( string>.Dictionary data ) : void
select ( string>.Dictionary data ) : List
update ( string>.Dictionary data ) : void

비공개 메소드들

메소드 설명
FakeDatabase ( ) : System

메소드 상세

add() 공개 정적인 메소드

public static add ( string>.Dictionary data ) : int
data string>.Dictionary
리턴 int

delete() 공개 정적인 메소드

public static delete ( string>.Dictionary data ) : void
data string>.Dictionary
리턴 void

select() 공개 정적인 메소드

public static select ( string>.Dictionary data ) : List
data string>.Dictionary
리턴 List

update() 공개 정적인 메소드

public static update ( string>.Dictionary data ) : void
data string>.Dictionary
리턴 void

프로퍼티 상세

db 공개적으로 정적으로 프로퍼티

public static Dictionary db
리턴 Employee>.Dictionary

keyIndex 공개적으로 정적으로 프로퍼티

public static int keyIndex
리턴 int