ToManyId

public enum ToManyId

Type of ToMany you are describing, plus requisite schema ID so it can be found in the model. Used by the code generator to set up a ToManyProperty with the right type and information.

  • ToOne backlink. Property ID on ValueType.

    Declaration

    Swift

    case valuePropertyId(obx_schema_id)
  • Standalone ToMany. Relation ID on OwningType.

    Declaration

    Swift

    case relationId(obx_schema_id)
  • Standalone ToMany backlink. Relation ID is on ValueType, not OwningType.

    Declaration

    Swift

    case backlinkRelationId(obx_schema_id)