Share via


BRItemTypeComponent Class

Base level component of Business Rules.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.BRItemTypeComponent
    Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent
    Microsoft.MasterDataServices.Services.DataContracts.BRConditionComponent

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(BRActionComponent))> _
<KnownTypeAttribute(GetType(BRConditionComponent))> _
<DataContractAttribute(Name := "BRItemTypeComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public MustInherit Class BRItemTypeComponent
'Usage
Dim instance As BRItemTypeComponent
[SerializableAttribute]
[KnownTypeAttribute(typeof(BRActionComponent))]
[KnownTypeAttribute(typeof(BRConditionComponent))]
[DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public abstract class BRItemTypeComponent
[SerializableAttribute]
[KnownTypeAttribute(typeof(BRActionComponent))]
[KnownTypeAttribute(typeof(BRConditionComponent))]
[DataContractAttribute(Name = L"BRItemTypeComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRItemTypeComponent abstract
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<KnownTypeAttribute(typeof(BRActionComponent))>]
[<KnownTypeAttribute(typeof(BRConditionComponent))>]
[<DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRItemTypeComponent =  class end
public abstract class BRItemTypeComponent

The BRItemTypeComponent type exposes the following members.

Constructors

  Name Description
Protected method BRItemTypeComponent Initializes a new instance of the BRItemTypeComponent class.

Top

Properties

  Name Description
Public property CompatibleAttributeTypes ArrayBRAttributeTypeInfo complex type.
Public property Description Description of component.
Public property ItemType BRItemType simple type.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.