BRItemTypeComponent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A business rule component.
public ref class BRItemTypeComponent abstract : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRItemTypeComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRConditionComponent))]
[System.Serializable]
public abstract class BRItemTypeComponent : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BRItemTypeComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRConditionComponent))>]
[<System.Serializable>]
type BRItemTypeComponent = class
inherit DataContractBase
Public MustInherit Class BRItemTypeComponent
Inherits DataContractBase
- Inheritance
- Derived
- Attributes
Remarks
The BRItemTypeComponent specifies the abstract base class for item type components
Constructors
BRItemTypeComponent() |
Constructor. |
Properties
CompatibleAttributeTypes |
Specifies the collection of BRAttributeTypeInfo objects, which define the AttributeType-AttributeDataType pairs that are compatible with this item type component. |
Description |
Specifies the description of the type. |
ItemType |
Specifies the item type. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |