StringLengthAttributeConvention Class

Definition

Convention to process instances of StringLengthAttribute found on properties in the model.

public class StringLengthAttributeConvention : System.Data.Entity.ModelConfiguration.Conventions.PrimitivePropertyAttributeConfigurationConvention<System.ComponentModel.DataAnnotations.StringLengthAttribute>
type StringLengthAttributeConvention = class
    inherit PrimitivePropertyAttributeConfigurationConvention<StringLengthAttribute>
Public Class StringLengthAttributeConvention
Inherits PrimitivePropertyAttributeConfigurationConvention(Of StringLengthAttribute)
Inheritance
Inheritance
StringLengthAttributeConvention

Constructors

StringLengthAttributeConvention()

Methods

Apply(ConventionPrimitivePropertyConfiguration, StringLengthAttribute)

Applies this convention to a property that has an attribute of type TAttribute applied.

Apply(ConventionPrimitivePropertyConfiguration, TAttribute)

Applies this convention to a property that has an attribute of type TAttribute applied.

(Inherited from PrimitivePropertyAttributeConfigurationConvention<TAttribute>)
Properties()

Begins configuration of a lightweight convention that applies to all properties in the model.

(Inherited from Convention)
Properties<T>()

Begins configuration of a lightweight convention that applies to all primitive properties of the specified type in the model.

(Inherited from Convention)
Types()

Begins configuration of a lightweight convention that applies to all mapped types in the model.

(Inherited from Convention)
Types<T>()

Begins configuration of a lightweight convention that applies to all mapped types in the model that derive from or implement the specified type.

(Inherited from Convention)

Applies to