Condividi tramite


Classe BRConditionComponent

Specifies condition components of business rules.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataContractAttribute(Name := "BRConditionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionComponent _
    Inherits BRItemTypeComponent
'Utilizzo
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

Nel tipo BRConditionComponent sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BRConditionComponent Initializes a new instance of the BRConditionComponent class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CompatibleAttributeTypes Gets or sets the array of BRAttributeTypeInfo objects, which defines the AttributeType-AttributeDataType pairs that are compatible with this item type component. Ereditato da BRItemTypeComponent.
Proprietà pubblica Description Gets or sets the description of the type. Ereditato da BRItemTypeComponent.
Proprietà pubblica ExtensionData Gets or sets an object containing extra data. Ereditato da BRItemTypeComponent.
Proprietà pubblica ItemType Gets or sets the item type. Ereditato da BRItemTypeComponent.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.