Share via


BRConditionComponent-Klasse

Specifies condition components of business rules.

Vererbungshierarchie

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

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

Syntax

'Declaration
<DataContractAttribute(Name := "BRConditionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionComponent _
    Inherits BRItemTypeComponent
'Usage
Dim instance As BRConditionComponent
[DataContractAttribute(Name = "BRConditionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionComponent : BRItemTypeComponent
[DataContractAttribute(Name = L"BRConditionComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionComponent : public BRItemTypeComponent
[<DataContractAttribute(Name = "BRConditionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRConditionComponent =  
    class
        inherit BRItemTypeComponent
    end
public class BRConditionComponent extends BRItemTypeComponent

Der BRConditionComponent-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode BRConditionComponent Initializes a new instance of the BRConditionComponent 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. (Geerbt von BRItemTypeComponent.)
Öffentliche Eigenschaft Description Gets or sets the description of the type. (Geerbt von BRItemTypeComponent.)
Öffentliche Eigenschaft ExtensionData Gets or sets an object containing extra data. (Geerbt von BRItemTypeComponent.)
Öffentliche Eigenschaft ItemType Gets or sets the item type. (Geerbt von BRItemTypeComponent.)

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.