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

Get All Entities on Data Annotation #365

Open
purnadika opened this issue Mar 21, 2020 · 1 comment
Open

Get All Entities on Data Annotation #365

purnadika opened this issue Mar 21, 2020 · 1 comment
Milestone

Comments

@purnadika
Copy link

purnadika commented Mar 21, 2020

Hi @HeyJoel
Sorry I've to edit the title and question....
Is it possible to get all entities on data model annotation?
Something like EntityMultiTypeCollection?

[CustomEntityMultiTypeCollection(new string[] { "AUTBPB", "BPBPBD", "CATBPB", "COFPGE", "COFDIR", "COFDOC" })]
public ICollection<CustomEntityIdentity> Links { get; set; }

So I wanna show all entities including defaults, especially all that shown on Admin's content page
image

@purnadika purnadika changed the title Dynamic custom entity Get All Entities on Data Annotation Mar 21, 2020
@HeyJoel
Copy link
Member

HeyJoel commented Mar 23, 2020

No, we don't have a built-in annotation for that, you'd need to add each entity as separate properties. I suppose the editor would work like the multi-type custom entity picker, where each entity type is a separate 'add' option in the menu.

@HeyJoel HeyJoel added this to the Backlog milestone Mar 23, 2020
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