C# 클래스 OSAE.OSAEUserControlManager

파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation

공개 메소드들

메소드 설명
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