ColumnProvider.AddDefaultAttributes 方法

定义

添加默认特性。

protected:
 static System::ComponentModel::AttributeCollection ^ AddDefaultAttributes(System::Web::DynamicData::ModelProviders::ColumnProvider ^ columnProvider, System::ComponentModel::AttributeCollection ^ attributes);
protected static System.ComponentModel.AttributeCollection AddDefaultAttributes (System.Web.DynamicData.ModelProviders.ColumnProvider columnProvider, System.ComponentModel.AttributeCollection attributes);
static member AddDefaultAttributes : System.Web.DynamicData.ModelProviders.ColumnProvider * System.ComponentModel.AttributeCollection -> System.ComponentModel.AttributeCollection
Protected Shared Function AddDefaultAttributes (columnProvider As ColumnProvider, attributes As AttributeCollection) As AttributeCollection

参数

columnProvider
ColumnProvider

列提供程序。

attributes
AttributeCollection

特性集合。

返回

AttributeCollection

特性集合。

注解

如果 attributes 参数不包含 RequiredAttribute 集合,但模型提供程序需要此属性,则 RequiredAttribute 添加对象。 如果 attributes 参数不包含 StringLengthAttribute 集合,而此提供程序表示的列是字符串,则 StringLengthAttribute 添加对象。

适用于