PropertyConventionWithHavingConfiguration<T> Class

Definition

Allows configuration to be performed for a lightweight convention based on the properties of entity types in a model and a captured value.

public class PropertyConventionWithHavingConfiguration<T> where T : class
type PropertyConventionWithHavingConfiguration<'T (requires 'T : null)> = class
Public Class PropertyConventionWithHavingConfiguration(Of T)

Type Parameters

T

The type of the captured value.

Inheritance
PropertyConventionWithHavingConfiguration<T>

Methods

Configure(Action<ConventionPrimitivePropertyConfiguration,T>)

Allows configuration of the properties that this convention applies to.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

GetType()

Gets the Type of the current instance.

ToString()

Returns a string that represents the current object.

Applies to