C# 클래스 exo_jcr.msofficeplugin.common.Settings

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
context exo_jcr.webdav.csclient.Request.DavContext
host String
port int
repository String
servlet String
userId String
userPass String
workspace String

공개 메소드들

메소드 설명
Settings ( object app ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Settings_Load ( object sender, EventArgs e ) : void
btn_Cancel_Click ( object sender, EventArgs e ) : void
btn_Save_Click ( object sender, EventArgs e ) : void
btn_TestConn_Click ( object sender, EventArgs e ) : void
checkValidParams ( ) : System.Boolean
getBytes ( String value ) : byte[]
getPath ( ) : String

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Settings() 공개 메소드

public Settings ( object app ) : System
app object
리턴 System

프로퍼티 상세

context 공개적으로 프로퍼티

public DavContext,exo_jcr.webdav.csclient.Request context
리턴 exo_jcr.webdav.csclient.Request.DavContext

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

public static String host
리턴 String

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

public static int port
리턴 int

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

public static String repository
리턴 String

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

public static String servlet
리턴 String

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

public static String userId
리턴 String

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

public static String userPass
리턴 String

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

public static String workspace
리턴 String