C# 클래스 OSAE.OSAEObject

파일 보기 프로젝트 열기: opensourceautomation/Open-Source-Automation 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Delete ( ) : void
OSAEObject ( ) : System
OSAEObject ( string name, string alias, string description, string type, string address, string container, int mintrustlevel, bool enabled ) : System
Property ( string prop ) : OSAE.OSAEObjectProperty

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

OSAEObject() 공개 메소드

public OSAEObject ( ) : System
리턴 System

OSAEObject() 공개 메소드

public OSAEObject ( string name, string alias, string description, string type, string address, string container, int mintrustlevel, bool enabled ) : System
name string
alias string
description string
type string
address string
container string
mintrustlevel int
enabled bool
리턴 System

Property() 공개 메소드

public Property ( string prop ) : OSAE.OSAEObjectProperty
prop string
리턴 OSAE.OSAEObjectProperty