메소드 | 설명 | |
---|---|---|
EventTrigger ( string objectName, string eventName, string parameter1 = null, string parameter2 = null, string source = null ) : void |
Add an entry to the event log table
|
|
GetObjectByAddress ( string address ) : |
Returns an OSAEObject with the specified address
|
|
GetObjectByName ( string name ) : |
Returns an OSAEObject with the specified name
|
|
GetObjectMethods ( string ObjectName ) : OSAEMethodCollection | ||
GetObjectsByBaseType ( string ObjectBaseType ) : OSAEObjectCollection |
Returns all objects with the specified base type
|
|
GetObjectsByContainer ( string ContainerName ) : OSAEObjectCollection |
Returns a Dataset of all objects in a specified container
|
|
GetObjectsByOwner ( string ObjectOwner ) : OSAEObjectCollection | ||
GetObjectsByPropertyValue ( string property, string value ) : OSAEObjectCollection |
Returns an OSAEObject with the specified property
|
|
GetObjectsByType ( string ObjectType ) : OSAEObjectCollection |
Returns a Dataset of all objects of specified type
|
|
ObjectAdd ( string name, string alias, string description, string objectType, string address, string container, int minTrustLevel, bool enabled ) : void |
Create a new object
|
|
ObjectDelete ( string Name ) : void |
Delete an object
|
|
ObjectDeleteByAddress ( string address ) : void |
Delete an object
|
|
ObjectExists ( string objectName ) : bool |
Returns true or false whether the object with the specified address exists
|
|
ObjectExistsByAddress ( string address ) : bool |
Returns true or false whether the object with the specified address exists
|
|
ObjectExistsInContainer ( string pObject, string pContainer ) : bool |
Returns true or false whether the object with the specified address exists
|
|
ObjectExport ( string ObjectName ) : string |
Get Export script for object
|
|
ObjectUpdate ( string oldName, string newName, string alias, string description, string objectType, string address, string container, int minTrustLevel, bool enabled ) : void |
Update an existing object
|
public static EventTrigger ( string objectName, string eventName, string parameter1 = null, string parameter2 = null, string source = null ) : void | ||
objectName | string | Object Name |
eventName | string | Event Name |
parameter1 | string | |
parameter2 | string | |
source | string | |
리턴 | void |
public static GetObjectByAddress ( string address ) : |
||
address | string | |
리턴 |
public static GetObjectByName ( string name ) : |
||
name | string | |
리턴 |
public static GetObjectMethods ( string ObjectName ) : OSAEMethodCollection | ||
ObjectName | string | |
리턴 | OSAEMethodCollection |
public static GetObjectsByBaseType ( string ObjectBaseType ) : OSAEObjectCollection | ||
ObjectBaseType | string | |
리턴 | OSAEObjectCollection |
public static GetObjectsByContainer ( string ContainerName ) : OSAEObjectCollection | ||
ContainerName | string | |
리턴 | OSAEObjectCollection |
public static GetObjectsByOwner ( string ObjectOwner ) : OSAEObjectCollection | ||
ObjectOwner | string | |
리턴 | OSAEObjectCollection |
public static GetObjectsByPropertyValue ( string property, string value ) : OSAEObjectCollection | ||
property | string | |
value | string | |
리턴 | OSAEObjectCollection |
public static GetObjectsByType ( string ObjectType ) : OSAEObjectCollection | ||
ObjectType | string | |
리턴 | OSAEObjectCollection |
public static ObjectAdd ( string name, string alias, string description, string objectType, string address, string container, int minTrustLevel, bool enabled ) : void | ||
name | string | |
alias | string | |
description | string | |
objectType | string | |
address | string | |
container | string | |
minTrustLevel | int | |
enabled | bool | |
리턴 | void |
public static ObjectDeleteByAddress ( string address ) : void | ||
address | string | |
리턴 | void |
public static ObjectExists ( string objectName ) : bool | ||
objectName | string | |
리턴 | bool |
public static ObjectExistsByAddress ( string address ) : bool | ||
address | string | |
리턴 | bool |
public static ObjectExistsInContainer ( string pObject, string pContainer ) : bool | ||
pObject | string | |
pContainer | string | |
리턴 | bool |
public static ObjectExport ( string ObjectName ) : string | ||
ObjectName | string | |
리턴 | string |
public static ObjectUpdate ( string oldName, string newName, string alias, string description, string objectType, string address, string container, int minTrustLevel, bool enabled ) : void | ||
oldName | string | |
newName | string | |
alias | string | |
description | string | |
objectType | string | |
address | string | |
container | string | |
minTrustLevel | int | |
enabled | bool | |
리턴 | void |