C# Класс OSAE.OSAEUserControlManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetUserControlName() публичный статический Метод

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
Результат string

GetUserControlSettings() публичный статический Метод

Returns a Dataset with all of the properties and their values for a usercontrol object
public static GetUserControlSettings ( string ObjectName ) : DataSet
ObjectName string
Результат System.Data.DataSet