Type: BCS.Sym3.ITypeManager

Gets type manager

Properties


ControlTypes

  • Description: Gets the list of all control types
  • Type: ObservableCollection`1
  • Access: Read

MyEquipmentTypes

  • Description: Gets the list of all user defined equipment types
  • Type: ObservableCollection`1
  • Access: Read

PhysicsEquipmentTypes

  • Description: Gets the list of all physics equipment types
  • Type: ObservableCollection`1
  • Access: Read

Project

  • Description: Gets sym3 project
  • Type: ISym3Project
  • Access: Read

StandardEquipmentTypes

  • Description: Gets the list of all standard equipment types
  • Type: ObservableCollection`1
  • Access: Read

Methods


GetControlTypeByDisplayName(System.String)

Gets the control type by its display name.

  • Parameters:
    • controlDisplayName:
  • Returns:
    • Returns null if display name is not found

GetControlTypeByTypeName(System.String)

Gets the control type by its typename.

  • Parameters:
    • controlTypeName:
  • Returns:
    • Returns null if typename is not found

GetEquipmentType(System.Guid)

Gets equipment ype by Guid

  • Parameters:
    • id:

GetEquipmentTypeByDisplayName(System.String)

Gets the equipment type by its display name.

  • Parameters:
    • equipmentDisplayName:
  • Returns:
    • Returns null if display name is not found

GetEquipmentTypeByTypeName(System.String)

Gets the equipment type by its typename.

  • Parameters:
    • equipmentTypeName:
  • Returns:
    • Returns null if typename is not found