BRItemTypeComponent Class
Specifies the base level components type of business rules.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::BRItemTypeComponent
Microsoft.MasterDataServices::BRActionComponent
Microsoft.MasterDataServices::BRConditionComponent
[DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")] [KnownTypeAttribute((BRActionComponent^::typeid))] [KnownTypeAttribute((BRConditionComponent^::typeid))] public ref class BRItemTypeComponent : DataContractBase
| Name | Description | |
|---|---|---|
![]() | BRItemTypeComponent() | Initializes a new instance of the BRItemTypeComponent class. |
| Name | Description | |
|---|---|---|
![]() | CompatibleAttributeTypes | Gets or sets the array of BRAttributeTypeInfo objects, which defines the AttributeType-AttributeDataType pairs that are compatible with this item type component. |
![]() | Description | Gets or sets the description of the type. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | 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.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


