C# Class exo_jcr.msofficeplugin.common.Settings

Inheritance: System.Windows.Forms.Form
Show file Open project: exodev/jcr-msofficeplugin Class Usage Examples

Public Properties

Property Type Description
context exo_jcr.webdav.csclient.Request.DavContext
host String
port int
repository String
servlet String
userId String
userPass String
workspace String

Public Methods

Method Description
Settings ( object app ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

Settings() public method

public Settings ( object app ) : System
app object
return System

Property Details

context public property

public DavContext,exo_jcr.webdav.csclient.Request context
return exo_jcr.webdav.csclient.Request.DavContext

host public static property

public static String host
return String

port public static property

public static int port
return int

repository public static property

public static String repository
return String

servlet public static property

public static String servlet
return String

userId public static property

public static String userId
return String

userPass public static property

public static String userPass
return String

workspace public static property

public static String workspace
return String