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

Address API Review feedback #16303

Merged
merged 1 commit into from
Jun 28, 2019
Merged

Address API Review feedback #16303

merged 1 commit into from
Jun 28, 2019

Conversation

bricelam
Copy link
Contributor

Part of #15662

/// </summary>
public abstract class ConstructorBinding
public class ConstructorBinding : InstantiationBinding
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mangled diff; this was DirectConstructorBinding

/// Defines how to create an entity instance through the binding of EF model properties to, for
/// example, constructor parameters or parameters of a factory method.
/// </summary>
public abstract class InstantiationBinding
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was ConstructorBinding

@bricelam bricelam merged commit 4b98b55 into dotnet:master Jun 28, 2019
@bricelam bricelam deleted the review3 branch June 28, 2019 02:18
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

Successfully merging this pull request may close these issues.

2 participants