ChildFetch in class with object factory #1654
Unanswered
kcabral817
asked this question in
Questions
Replies: 2 comments
-
If I recall correctly, if the The method name parameters you specify are optional, and control the names of the methods in the factory, otherwise they revert to the defaults and/or the ones designated by the modern attributes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
okay. I got it! I will see it in the morning....well a few hours from now :-) Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble invoking a [CreateChild] CreateChild() when using the ObjectFactory redirect at the top of the class. I thought only the create, get, update, and deletes where redirected to the factory. Here's an example of a method I cannot invoke from my view layer.
Can anyone let me know what I need to do instead?
Beta Was this translation helpful? Give feedback.
All reactions