C# 클래스 WhiskWork.Synchronizer.DominoRepository

상속: IDominoRepository
파일 보기 프로젝트 열기: jorn-ola-birkeland/WhiskWork 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Open TextReader
SendRequest void

공개 메소드들

메소드 설명
DominoRepository ( string login, string password, string dominohost, string loginUrl, string viewUrl ) : System
OpenTable ( ) : DataTable
UpdateField ( string unid, string fieldName, string fieldValue ) : void

비공개 메소드들

메소드 설명
Open ( string path ) : TextReader
SendRequest ( string path ) : void

메소드 상세

DominoRepository() 공개 메소드

public DominoRepository ( string login, string password, string dominohost, string loginUrl, string viewUrl ) : System
login string
password string
dominohost string
loginUrl string
viewUrl string
리턴 System

OpenTable() 공개 메소드

public OpenTable ( ) : DataTable
리턴 System.Data.DataTable

UpdateField() 공개 메소드

public UpdateField ( string unid, string fieldName, string fieldValue ) : void
unid string
fieldName string
fieldValue string
리턴 void