-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide registration method overloads #74
Labels
Milestone
Comments
stefan-lindegger
pushed a commit
to stefan-lindegger/BBT.StructureTools
that referenced
this issue
Nov 24, 2020
Registration interface improved. - RegisterPostProcessings removed - Naming unified (RegisterCopyAttributeWithSourceFilter renamed to RegisterCopyAttribute, RegisterCreateToManyGeneric renamed to RegisterCreateToMany) - Overloads for RegisterCreateToOneWithRelation and RegisterCreateToManyWithRelation with target argument in SourveValue Function. - RegisterCreateToManyWithSourceFilterAndReverseRelation removed (RegisterCreateToManyWithRelation can be used instead).
stefan-lindegger
pushed a commit
to stefan-lindegger/BBT.StructureTools
that referenced
this issue
Nov 24, 2020
Registration interface improved. - RegisterPostProcessings removed - Naming unified (RegisterCopyAttributeWithSourceFilter renamed to RegisterCopyAttribute, RegisterCreateToManyGeneric renamed to RegisterCreateToMany) - Overloads for RegisterCreateToOneWithRelation and RegisterCreateToManyWithRelation with target argument in SourveValue Function. - RegisterCreateToManyWithSourceFilterAndReverseRelation removed (RegisterCreateToManyWithRelation can be used instead).
stefan-lindegger
pushed a commit
to stefan-lindegger/BBT.StructureTools
that referenced
this issue
Nov 24, 2020
Registration interface improved. - RegisterPostProcessings removed - Naming unified (RegisterCopyAttributeWithSourceFilter renamed to RegisterCopyAttribute, RegisterCreateToManyGeneric renamed to RegisterCreateToMany) - Overloads for RegisterCreateToOneWithRelation and RegisterCreateToManyWithRelation with target argument in SourveValue Function. - RegisterCreateToManyWithSourceFilterAndReverseRelation removed (RegisterCreateToManyWithRelation can be used instead).
stefan-lindegger
pushed a commit
to stefan-lindegger/BBT.StructureTools
that referenced
this issue
Nov 25, 2020
Registration interface improved. - RegisterPostProcessings removed - Naming unified (RegisterCopyAttributeWithSourceFilter renamed to RegisterCopyAttribute, RegisterCreateToManyGeneric renamed to RegisterCreateToMany) - Overloads for RegisterCreateToOneWithRelation and RegisterCreateToManyWithRelation with target argument in SourveValue Function. - RegisterCreateToManyWithSourceFilterAndReverseRelation removed (RegisterCreateToManyWithRelation can be used instead).
marco-bertschi
pushed a commit
that referenced
this issue
Nov 26, 2020
Registration interface improved. - RegisterPostProcessings removed - Naming unified (RegisterCopyAttributeWithSourceFilter renamed to RegisterCopyAttribute, RegisterCreateToManyGeneric renamed to RegisterCreateToMany) - Overloads for RegisterCreateToOneWithRelation and RegisterCreateToManyWithRelation with target argument in SourveValue Function. - RegisterCreateToManyWithSourceFilterAndReverseRelation removed (RegisterCreateToManyWithRelation can be used instead). Co-authored-by: Stefan Lindegger <lis@bbtsoftware.ch>
Fixed with #75 |
eoehen
pushed a commit
that referenced
this issue
Feb 25, 2021
Registration interface improved. - RegisterPostProcessings removed - Naming unified (RegisterCopyAttributeWithSourceFilter renamed to RegisterCopyAttribute, RegisterCreateToManyGeneric renamed to RegisterCreateToMany) - Overloads for RegisterCreateToOneWithRelation and RegisterCreateToManyWithRelation with target argument in SourveValue Function. - RegisterCreateToManyWithSourceFilterAndReverseRelation removed (RegisterCreateToManyWithRelation can be used instead). Co-authored-by: Stefan Lindegger <lis@bbtsoftware.ch>
eoehen
pushed a commit
that referenced
this issue
Feb 25, 2021
Registration interface improved. - RegisterPostProcessings removed - Naming unified (RegisterCopyAttributeWithSourceFilter renamed to RegisterCopyAttribute, RegisterCreateToManyGeneric renamed to RegisterCreateToMany) - Overloads for RegisterCreateToOneWithRelation and RegisterCreateToManyWithRelation with target argument in SourveValue Function. - RegisterCreateToManyWithSourceFilterAndReverseRelation removed (RegisterCreateToManyWithRelation can be used instead). Co-authored-by: Stefan Lindegger <lis@bbtsoftware.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Numerous registration methods would benefit from overloads with
With this improvements flexibility is gained and specialized registration methods could be removed.
With the effect that usability is improved.
The text was updated successfully, but these errors were encountered: