TypeConventionWithHavingConfiguration<T, TValue> Class

 

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.

Namespace:   System.Data.Entity.ModelConfiguration.Configuration
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.TypeConventionWithHavingConfiguration<T, TValue>

public class TypeConventionWithHavingConfiguration<T, TValue>
where T : class
where TValue : class

Type Parameters

T

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

TValue

Type of the captured value.

NameDescription
System_CAPS_pubmethodConfigure(Action<ConventionTypeConfiguration<T>, TValue>)

Allows configuration of the entity types that this convention applies to.

System_CAPS_pubmethodEquals(Object)

Specifies whether this instance is equal to a specified object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for this instance.(Overrides Object.GetHashCode().)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string representation of this instance.(Overrides Object.ToString().)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.