C# Class OSAE.OSAEUserControlManager

Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

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

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
Résultat string

GetUserControlSettings() public static méthode

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