Type: BCS.Sym3.Equipment.IDivertRuleCondition

Represents a Divert Rule condition

Properties


DestinationNumber1

  • Description: Gets or sets
  • Type: Int32
  • Access: Read and Write

DestinationNumber2

  • Description: Gets or sets the second destination number
  • Type: Int32
  • Access: Read and Write

DestinationType

  • Description: Gets or sets the first destination number 0 = “Ignore” 1 = “Is…” 2 = “Between” 3 = “Odd” 4 = “Even” 5 = “Greater Than” 6 = “Smaller Than” 7 = “Is Not…”
  • Type: Int32
  • Access: Read and Write

Identified

  • Description: Gets or sets ‘Indentified’ 0 = “Ignore” 1 = “Yes” 2 = “No”
  • Type: Int32
  • Access: Read and Write

ScheduleId

  • Description: Gets or sets the id of the schedule
  • Type: Int64
  • Access: Read and Write

ScheduleType

  • Description: Gets or sets the type of the schedule 0 = “Ignore” 1 = “Is…” 2 = “Is Not…”
  • Type: Int32
  • Access: Read and Write

ScreeningResult

  • Description: Gets or sets the screening result 0 = “Ignore” 1 = “Cleared” 2 = “Not Cleared” 3 = “Rejected” 4 = “Not Rejected” 5 = “Known” 6 = “Unknown”
  • Type: Int32
  • Access: Read and Write

Methods


Compare(BCS.Sym3.Equipment.IDivertRuleCondition)

Compare the divert rule condition between two project


FromFileXmlString(System.String)

Read all the properties for File xml string

  • Parameters:
    • xml:

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

ToFileXmlString

write all the properties to File string


ToXmlString

Converts the object in an xml string

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