PropertyConventionWithHavingConfiguration<T> Class

 

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

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

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionWithHavingConfiguration<T>

public class PropertyConventionWithHavingConfiguration<T>
where T : class

Type Parameters

T

The type of the captured value.

NameDescription
System_CAPS_pubmethodConfigure(Action<ConventionPrimitivePropertyConfiguration, T>)

Allows configuration of the properties that this convention applies to.

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as a hash function for a particular type.(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 that represents the current object.(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.