BRItemTypeComponent.CompatibleAttributeTypes 属性

定义

获取或设置 对象的数组,该数组 BRAttributeTypeInfo 定义 AttributeType-AttributeDataType 与此项类型组件兼容的对。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRAttributeTypeInfo ^> ^ CompatibleAttributeTypes { System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRAttributeTypeInfo ^> ^ get(); void set(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::BRAttributeTypeInfo ^> ^ value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRAttributeTypeInfo> CompatibleAttributeTypes { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.CompatibleAttributeTypes : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.BRAttributeTypeInfo> with get, set
Public Property CompatibleAttributeTypes As Collection(Of BRAttributeTypeInfo)

属性值

BRAttributeTypeInfo 对象的数组,用于定义与此项类型组件兼容的AttributeType-AttributeDataType对。

属性

注解

对象的集合 BRAttributeTypeInfo ,这些对象定义 AttributeType-AttributeDataType 与此项类型组件兼容的对。

适用于