Skip to content
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

create new base class for child objects #161

Open
Arithmomaniac opened this issue Dec 7, 2018 · 0 comments
Open

create new base class for child objects #161

Arithmomaniac opened this issue Dec 7, 2018 · 0 comments

Comments

@Arithmomaniac
Copy link
Collaborator

Instead of, or in addition to, having a field on child objects with the RelativityObjectFieldParentArtifactId attribute, we may just want to create a ChildBaseDto : BaseDto that has a ParentArtifactId.

To get the name of the field for querying, we could either make the ParentArtifactId property abstract and force people to use an attribute, or query for the parent field and just cache it.

This might be easier after #158 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants