BRItemTypeComponent Class
A business rule component.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BRItemTypeComponent
Microsoft.MasterDataServices.Services.DataContracts::BRActionComponent
Microsoft.MasterDataServices.Services.DataContracts::BRConditionComponent
[SerializableAttribute] [DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute((BRActionComponent^::typeid))] [KnownTypeAttribute((BRConditionComponent^::typeid))] public ref class BRItemTypeComponent abstract : DataContractBase
| Name | Description | |
|---|---|---|
![]() | BRItemTypeComponent() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | CompatibleAttributeTypes | Gets or sets the collection of BRAttributeTypeInfo objects, which define the AttributeType-AttributeDataType pairs that are compatible with this item type component. |
![]() | Description | Gets or sets the description of the type. |
![]() | ItemType | Gets or sets the item type. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The BRItemTypeComponent specifies the abstract base class for item type components
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


