Share via


BRItemTypeComponent-Klasse

Specifies the base level components type of business rules.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices..::..BRItemTypeComponent
    Microsoft.MasterDataServices. . :: . .BRActionComponent
    Microsoft.MasterDataServices. . :: . .BRConditionComponent

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

Syntax

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

Der BRItemTypeComponent-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BRItemTypeComponent Initializes a new instance of the BRItemTypeComponent class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CompatibleAttributeTypes Gets or sets the array of BRAttributeTypeInfo objects, which defines the AttributeType-AttributeDataType pairs that are compatible with this item type component.
Öffentliche Eigenschaft Description Gets or sets the description of the type.
Öffentliche Eigenschaft ExtensionData Gets or sets an object containing extra data.
Öffentliche Eigenschaft ItemType Gets or sets the item type.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.