Skip to content

Support for bound actions and functions on non-entity types #51

@Xriuk

Description

@Xriuk

Per specs it seems that bound functions (and actions?) can be used for complex and primitive types, and their collections.

boundOperation = "/" ( boundActionCall
                     / boundEntityColFunctionCall    [ collectionNavigation ] 
                     / boundEntityFunctionCall       [ singleNavigation ] 
                     / boundComplexColFunctionCall   [ complexColPath ] 
                     / boundComplexFunctionCall      [ complexPath ]
                     / boundPrimitiveColFunctionCall [ primitiveColPath ] 
                     / boundPrimitiveFunctionCall    [ primitivePath ] 
                     / boundFunctionCallNoParens     [ querySegment ]
                     )

But the model builder seemingly supports only bound functions and actions on entities and entity collections.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions