C# Class OSAE.OSAEObject

Afficher le fichier Open project: opensourceautomation/Open-Source-Automation Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

public Delete ( ) : void
Résultat void

OSAEObject() public méthode

public OSAEObject ( ) : System
Résultat System

OSAEObject() public méthode

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

Property() public méthode

public Property ( string prop ) : OSAE.OSAEObjectProperty
prop string
Résultat OSAE.OSAEObjectProperty