共用方式為


MaxLengthAttributeConvention 類別

定義

處理在模型中屬性上找到之 MaxLengthAttribute 實例的慣例。

public class MaxLengthAttributeConvention : System.Data.Entity.ModelConfiguration.Conventions.PrimitivePropertyAttributeConfigurationConvention<System.ComponentModel.DataAnnotations.MaxLengthAttribute>
type MaxLengthAttributeConvention = class
    inherit PrimitivePropertyAttributeConfigurationConvention<MaxLengthAttribute>
Public Class MaxLengthAttributeConvention
Inherits PrimitivePropertyAttributeConfigurationConvention(Of MaxLengthAttribute)
繼承
繼承
MaxLengthAttributeConvention

建構函式

MaxLengthAttributeConvention()

處理在模型中屬性上找到之 MaxLengthAttribute 實例的慣例。

方法

Apply(ConventionPrimitivePropertyConfiguration, MaxLengthAttribute)

處理在模型中屬性上找到之 MaxLengthAttribute 實例的慣例。

Apply(ConventionPrimitivePropertyConfiguration, TAttribute)

將此慣例套用至已套用 TAttribute 類型的屬性的屬性。

(繼承來源 PrimitivePropertyAttributeConfigurationConvention<TAttribute>)
Properties()

開始設定套用至模型中所有屬性的輕量型慣例。

(繼承來源 Convention)
Properties<T>()

開始設定輕量型慣例,以套用至模型中指定型別的所有基本屬性。

(繼承來源 Convention)
Types()

開始設定適用于模型中所有對應類型的輕量型慣例。

(繼承來源 Convention)
Types<T>()

開始設定輕量型慣例,此慣例會套用至衍生自或實作指定型別之模型中的所有對應型別。

(繼承來源 Convention)

適用於