Type: BCS.Sym3.Equipment.IUserEquipmentPart
Represents a part of a cistom equipment
Properties
ColorId
- Description: Gets or sets the color of the part
- Type: Nullable`1
- Access: Read and Write
DefaultColor
- Description: Gets or sets the default color of the part
- Type: Color
- Access: Read and Write
Name
- Description: Gets or sets the name of the part
- Type: String
- Access: Read and Write
Visible
- Description: Gets or sets the visibility of the part
- Type: Boolean
- 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