arangoclient.net icon indicating copy to clipboard operation
arangoclient.net copied to clipboard

Make collection name resolver more extensible

Open jinhong- opened this issue 5 years ago • 2 comments

As of writing, the set of APIs offered to customize collection name is strictly limited to me defining the specific type that i want to override the collection name for using ChangeCollectionPropertyForType. Could we expose a function that could allow you to change collection properties for any?

I would think the method signature will look something similar to the one below ConfigureCollectionProperty(Action<T, ICollectionPropertySetting>): void

jinhong- avatar Mar 04 '19 03:03 jinhong-

@jinhong- if you mean an action that receive's collection type as its argument, unfortunately there is not such method available yet, but i will consider it on next versions.

ra0o0f avatar Mar 07 '19 14:03 ra0o0f

Open for PRs?

jinhong- avatar Apr 02 '19 05:04 jinhong-