Skip to content

Make ChangeCollectionPropertyForType public #122

@LadislavBohm

Description

@LadislavBohm

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions