Type: BCS.Sym3.IWatchableData

Watchable data

Properties


WatchedObject

  • Description: Get or set Watched object
  • Type: IBaseObject
  • Access: Read and Write

WatchedObjectTypeName

  • Description: Get or set watched object type name
  • Type: String
  • Access: Read and Write

WatchedPropertyName

  • Description: Get or set watched property name
  • Type: String
  • Access: Read and Write

WatchedType

  • Description: Get or set the type of this watcher.
  • Type: Sym3WatchableType
  • Access: Read and Write

Methods


FromXmlString(BCS.IToolXmlToObjectHelper)

Init object from IToolXmlToObjectHelper. All properties found in the RootElement of IToolXmlToObjectHelper will be set with the value in the rootElement

  • Parameters:
    • xmlHelperObj: xmlHelperObj IToolXmlToObjectHelper

FromXmlString(System.String)

Init object from xml. All properties found in the xml will be set with the value in the xml file

  • Parameters:
    • xmlText: Xml string

FromXmlString(System.Xml.Linq.XElement)

Init object from root element. All properties found in the XElement will be set with the value in the XElement

  • Parameters:
    • objXml: objXml XElement

ToXmlString

Converts the object in an xml string

  • Returns:
    • the string that contains xml version of the object