TypeConventionWithHavingConfiguration<T,TValue> Class

Definition

Allows configuration to be performed for a lightweight convention based on the entity types in a model that inherit from a common, specified type and a captured value.

public class TypeConventionWithHavingConfiguration<T,TValue> where T : class where TValue : class
type TypeConventionWithHavingConfiguration<'T, 'Value (requires 'T : null and 'Value : null)> = class
Public Class TypeConventionWithHavingConfiguration(Of T, TValue)

Type Parameters

T

The common type of the entity types that this convention applies to.

TValue

Type of the captured value.

Inheritance
TypeConventionWithHavingConfiguration<T,TValue>

Methods

Configure(Action<ConventionTypeConfiguration<T>,TValue>)

Allows configuration of the entity types 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