PropertyConventionConfiguration Class

 

Allows configuration to be performed for a lightweight convention based on the properties in a model.

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

System.Object
  System.Data.Entity.ModelConfiguration.Configuration.PropertyConventionConfiguration

public class PropertyConventionConfiguration

NameDescription
System_CAPS_pubmethodConfigure(Action<ConventionPrimitivePropertyConfiguration>)

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()

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

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.

System_CAPS_pubmethodHaving<T>(Func<PropertyInfo, T>)

Filters the properties that this convention applies to based on a predicate while capturing a value to use later during configuration.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Overrides Object.ToString().)

System_CAPS_pubmethodWhere(Func<PropertyInfo, Boolean>)

Filters the properties that this convention applies to based on a predicate.

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