Classe BRConditionComponent
Represents a rule item type component that is a condition.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItemTypeComponent
Microsoft.MasterDataServices.Services.DataContracts..::..BRConditionComponent
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<DataContractAttribute(Name := "BRConditionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRConditionComponent _
Inherits BRItemTypeComponent
'Utilizzo
Dim instance As BRConditionComponent
[SerializableAttribute]
[DataContractAttribute(Name = "BRConditionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRConditionComponent : BRItemTypeComponent
[SerializableAttribute]
[DataContractAttribute(Name = L"BRConditionComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRConditionComponent : public BRItemTypeComponent
[<SerializableAttribute>]
[<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 | |
---|---|---|
![]() |
BRConditionComponent | Initializes a new instance of the BRConditionComponent class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
CompatibleAttributeTypes | ArrayBRAttributeTypeInfo complex type. Ereditato da BRItemTypeComponent. |
![]() |
Description | Description of component. Ereditato da BRItemTypeComponent. |
![]() |
ItemType | BRItemType simple type. Ereditato da BRItemTypeComponent. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.