Method | Description | |
---|---|---|
GetObjectProperties ( string ObjectName ) : OSAEObjectPropertyCollection |
The the properties of an object
|
|
GetObjectPropertyValue ( string ObjectName, string ObjectProperty ) : OSAE.OSAEObjectProperty |
Returns an OSAEObjectProperty whcih contains the value, type, ID, last updated, and name
|
|
ObjectPropertyArrayAdd ( string objectName, string propertyName, string propertyValue, string propertyLabel ) : void |
propertyLabel is usually left null
|
|
ObjectPropertyArrayDelete ( string objectName, string propertyName, string propertyValue ) : void |
Deletes an item from a property array
|
|
ObjectPropertyArrayDeleteAll ( string objectName, string propertyName ) : void |
Deletes all items from a property array
|
|
ObjectPropertyArrayGetAll ( string objectName, string propertyName ) : |
Returns a Dataset of all the item in the property array
|
|
ObjectPropertyArrayGetRandom ( string objectName, string propertyName ) : string |
Get one random value from a property array
|
|
ObjectPropertyArrayUpdate ( string objectName, string propertyName, string oldPropertyValue, string newPropertyValue, string newPropertyLabel ) : void |
propertyLabel is usually left null
|
|
ObjectPropertyExists ( string objectName, string propertyName ) : System.Boolean |
Check if object's property exists
|
|
ObjectPropertyHistoryGet ( string objectName, string propertyName, string from, string to ) : |
||
ObjectPropertyListGet ( string objectName ) : |
||
ObjectPropertyScraperAdd ( string objectName, string propertyName, string URL, string Prefix, int PrefixOffset, string Suffix, string UpdateInterval ) : void |
propertyLabel is usually left null
|
|
ObjectPropertyScraperDelete ( int scraperid ) : void |
propertyLabel is usually left null
|
|
ObjectPropertyScraperUpdate ( int scraperid, string objectName, string propertyName, string URL, string Prefix, int PrefixOffset, string Suffix, string UpdateInterval ) : void |
propertyLabel is usually left null
|
|
ObjectPropertySet ( string objectName, string propertyName, string propertyValue, string source ) : void |
Set the value of a object's property
|
public static GetObjectProperties ( string ObjectName ) : OSAEObjectPropertyCollection | ||
ObjectName | string | The object to get the proeprties of |
return | OSAEObjectPropertyCollection |
public static GetObjectPropertyValue ( string ObjectName, string ObjectProperty ) : OSAE.OSAEObjectProperty | ||
ObjectName | string | The name of the object to get the property of |
ObjectProperty | string | |
return | OSAE.OSAEObjectProperty |
public static ObjectPropertyArrayAdd ( string objectName, string propertyName, string propertyValue, string propertyLabel ) : void | ||
objectName | string | |
propertyName | string | |
propertyValue | string | |
propertyLabel | string | |
return | void |
public static ObjectPropertyArrayDelete ( string objectName, string propertyName, string propertyValue ) : void | ||
objectName | string | |
propertyName | string | |
propertyValue | string | |
return | void |
public static ObjectPropertyArrayDeleteAll ( string objectName, string propertyName ) : void | ||
objectName | string | |
propertyName | string | |
return | void |
public static ObjectPropertyArrayGetAll ( string objectName, string propertyName ) : |
||
objectName | string | |
propertyName | string | |
return |
public static ObjectPropertyArrayGetRandom ( string objectName, string propertyName ) : string | ||
objectName | string | |
propertyName | string | |
return | string |
public static ObjectPropertyArrayUpdate ( string objectName, string propertyName, string oldPropertyValue, string newPropertyValue, string newPropertyLabel ) : void | ||
objectName | string | |
propertyName | string | |
oldPropertyValue | string | |
newPropertyValue | string | |
newPropertyLabel | string | |
return | void |
public static ObjectPropertyExists ( string objectName, string propertyName ) : System.Boolean | ||
objectName | string | The name of the object |
propertyName | string | The name of the property |
return | System.Boolean |
public static ObjectPropertyHistoryGet ( string objectName, string propertyName, string from, string to ) : |
||
objectName | string | |
propertyName | string | |
from | string | |
to | string | |
return |
public static ObjectPropertyListGet ( string objectName ) : |
||
objectName | string | |
return |
public static ObjectPropertyScraperAdd ( string objectName, string propertyName, string URL, string Prefix, int PrefixOffset, string Suffix, string UpdateInterval ) : void | ||
objectName | string | |
propertyName | string | |
URL | string | |
Prefix | string | |
PrefixOffset | int | |
Suffix | string | |
UpdateInterval | string | |
return | void |
public static ObjectPropertyScraperDelete ( int scraperid ) : void | ||
scraperid | int | |
return | void |
public static ObjectPropertyScraperUpdate ( int scraperid, string objectName, string propertyName, string URL, string Prefix, int PrefixOffset, string Suffix, string UpdateInterval ) : void | ||
scraperid | int | |
objectName | string | |
propertyName | string | |
URL | string | |
Prefix | string | |
PrefixOffset | int | |
Suffix | string | |
UpdateInterval | string | |
return | void |
public static ObjectPropertySet ( string objectName, string propertyName, string propertyValue, string source ) : void | ||
objectName | string | The name of the object |
propertyName | string | The name of the property |
propertyValue | string | The value of the property |
source | string | |
return | void |