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

Possible to get support for Fluent mapping class constructors with parameters? #384

Closed
iiian opened this issue Jan 5, 2018 · 1 comment

Comments

@iiian
Copy link

iiian commented Jan 5, 2018

For instance, I'd like to be able to create some class:

public class MyClassMap : ClassMap<MyType>
{
   public MyClassMap(object argumentOne, object argumentTwo)
   {
      // leverage arguments to further customize creation of fluent mapping.
   }
}

Understand if this is an unachievable design constraint.

This is an issue because I have an issue with not being able to do this.

@hazzik
Copy link
Member

hazzik commented Oct 6, 2022

Duplicate of #375

@hazzik hazzik marked this as a duplicate of #375 Oct 6, 2022
@hazzik hazzik closed this as not planned Won't fix, can't repro, duplicate, stale Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants