You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
For instance, I'd like to be able to create some class:
Understand if this is an unachievable design constraint.
This is an issue because I have an issue with not being able to do this.
The text was updated successfully, but these errors were encountered: