C# Class OSAE.OSAEObject

Show file Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Delete() public method

public Delete ( ) : void
return void

OSAEObject() public method

public OSAEObject ( ) : System
return System

OSAEObject() public method

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
return System

Property() public method

public Property ( string prop ) : OSAE.OSAEObjectProperty
prop string
return OSAE.OSAEObjectProperty