<< Click to Display Table of Contents >>
DataBind
This class provides methods related to the data binding function of OZ Server.
Constructor Detail
DataBind
public DataBind(string url, string id, string pw, bool autoLogin, bool useUSL)
Performs data binding function.
Parameters:
url - URL of OZ Server
id - User ID
pw - User Password
autoLogin - Whether to use the AutoLogin
useUSL - Whether to use the USL
Method Detail
GetConfigration
public OZAttributeList GetConfigration() throws OZAPIException
Gets the values defined in the databind.properties file.
SetConfigration
public void SetConfigration(OZAttributeList config) throws OZAPIException
Sets the values defined in the databind.properties file.
Parameters:
config - DataBind configuration properties