C# Class OSAE.OSAEUserControlManager

Show file Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
GetUserControlName ( string objectType, string machineName ) : string

Returns the name of the plugin object of the specified type on the scecified machine.

GetUserControlSettings ( string ObjectName ) : DataSet

Returns a Dataset with all of the properties and their values for a usercontrol object

Method Details

GetUserControlName() public static method

Returns the name of the plugin object of the specified type on the scecified machine.
public static GetUserControlName ( string objectType, string machineName ) : string
objectType string
machineName string
return string

GetUserControlSettings() public static method

Returns a Dataset with all of the properties and their values for a usercontrol object
public static GetUserControlSettings ( string ObjectName ) : DataSet
ObjectName string
return System.Data.DataSet