PropertyConventionConfiguration Class
Allows configuration to be performed for a lightweight convention based on the properties in a model.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Configure(Action<ConventionPrimitivePropertyConfiguration>) | Allows configuration of the properties that this convention applies to. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides Object.GetHashCode().) |
![]() | GetType() | Gets the Type of the current instance. |
![]() | Having<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. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string that represents the current object.(Overrides Object.ToString().) |
![]() | Where(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.