Skip to content

create new base class for child objects #161

Description

@Arithmomaniac

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 .

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions