C# 클래스 MdwsDemo.dao.rest.CrudDao

파일 보기 프로젝트 열기: monkeyglasses/MDWS-Demo 1 사용 예제들

공개 메소드들

메소드 설명
CrudDao ( String baseUri ) : System
create ( String siteId, String vistaFile, String iens, String>.Dictionary fieldsAndValues ) : TextTO
delete ( String siteId, String vistaFile, String recordId ) : TextTO
read ( String siteId, String vistaFile, String recordId, String fields = null ) : VistaRecordTO
update ( String siteId, String vistaFile, String iens, String>.Dictionary fieldsAndValues ) : TextTO

메소드 상세

CrudDao() 공개 메소드

public CrudDao ( String baseUri ) : System
baseUri String
리턴 System

create() 공개 메소드

public create ( String siteId, String vistaFile, String iens, String>.Dictionary fieldsAndValues ) : TextTO
siteId String
vistaFile String
iens String
fieldsAndValues String>.Dictionary
리턴 MdwsDemo.domain.TextTO

delete() 공개 메소드

public delete ( String siteId, String vistaFile, String recordId ) : TextTO
siteId String
vistaFile String
recordId String
리턴 MdwsDemo.domain.TextTO

read() 공개 메소드

public read ( String siteId, String vistaFile, String recordId, String fields = null ) : VistaRecordTO
siteId String
vistaFile String
recordId String
fields String
리턴 MdwsDemo.domain.VistaRecordTO

update() 공개 메소드

public update ( String siteId, String vistaFile, String iens, String>.Dictionary fieldsAndValues ) : TextTO
siteId String
vistaFile String
iens String
fieldsAndValues String>.Dictionary
리턴 MdwsDemo.domain.TextTO