C# Class exo_jcr.msofficeplugin.common.Settings

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: exodev/jcr-msofficeplugin Class Usage Examples

Méthodes publiques

Свойство Type Description
context exo_jcr.webdav.csclient.Request.DavContext
host String
port int
repository String
servlet String
userId String
userPass String
workspace String

Méthodes publiques

Méthode Description
Settings ( object app ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

Settings() public méthode

public Settings ( object app ) : System
app object
Résultat System

Property Details

context public_oe property

public DavContext,exo_jcr.webdav.csclient.Request context
Résultat exo_jcr.webdav.csclient.Request.DavContext

host public_oe static_oe property

public static String host
Résultat String

port public_oe static_oe property

public static int port
Résultat int

repository public_oe static_oe property

public static String repository
Résultat String

servlet public_oe static_oe property

public static String servlet
Résultat String

userId public_oe static_oe property

public static String userId
Résultat String

userPass public_oe static_oe property

public static String userPass
Résultat String

workspace public_oe static_oe property

public static String workspace
Résultat String