ra0o0f / arangoclient.net

ArangoDB .NET Client with LINQ support
Apache License 2.0
99 stars 37 forks source link

Make ChangeCollectionPropertyForType public #122

Open LadislavBohm opened 5 years ago

LadislavBohm commented 5 years ago

Is it possible to make this method public?

internal void ChangeCollectionPropertyForType(Type type, Action<ICollectionPropertySetting> action)

I can see that internally the generic one is calling this one anyways. My use case is using reflection to automatically remap my classes to different collection name using my custom attribute. I would like to do this using reflection and calling this method. Or is there other more suitable way to define custom collection name for types?

ra0o0f commented 5 years ago

@LadislavBohm sorry for the late response, currently I am rewriting the whole configuration part, I will try to implement all method's in generic and non-generic(with type as argument)