Type: BCS.Sym3.IBoundProperty
Bound property
Properties
BadQualityValue
- Description: Bad quality value
- Type: Object
- Access: Read and Write
DisplayName
- Description: Display name of property
- Type: String
- Access: Read
Expression
- Description:
- Type: String
- Access: Read and Write
Mapping
- Description: Mapping list
- Type: ObservableCollection`1
- Access: Read
Name
- Description: Name of property
- Type: String
- Access: Read
SourceObject
- Description:
- Type: Object
- Access: Read and Write
SourceObjectPropertyName
- Description:
- Type: String
- Access: Read and Write
TargetObject
- Description: Gets the target object
- Type: Object
- Access: Read
UnmanagedName
- Description: Unmanaged Name of property
- Type: String
- Access: Read
Methods
AddMapping(System.Object,System.Object)
Inserts a binding mapping item into the list at a given position. Connects the property changed event handler to the new item
- Parameters:
- expressionValue: Expression value
- displayValue: Display value
- Returns:
- The new binding mapping item object
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
InsertMapping(System.Int32,System.Object,System.Object)
Adds a binding mapping item. Connects property changed event handler to the new item
- Parameters:
- index: Insertion position in the Mapping array (0=start)
- expressionValue: Expression value
- displayValue: Display value
- Returns:
- The new binding mapping item object
ToXmlString
Converts the object in an xml string
- Returns:
- the string that contains xml version of the object