Classe BusinessRuleSet
Represents a BusinessRules complex type.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..BusinessRuleSet
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<DataContractAttribute(Name := "BusinessRules", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRuleSet
'Utilizzo
Dim instance As BusinessRuleSet
[SerializableAttribute]
[DataContractAttribute(Name = "BusinessRules", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRuleSet
[SerializableAttribute]
[DataContractAttribute(Name = L"BusinessRules", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BusinessRuleSet
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BusinessRules", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRuleSet = class end
public class BusinessRuleSet
Nel tipo BusinessRuleSet sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
BusinessRuleSet | Initializes a new instance of the BusinessRuleSet class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
BRActions | Gets or sets an ArrayOfBRAction complex type. |
![]() |
BRConditions | Gets or sets an ArrayOfBRCondition complex type. |
![]() |
BRConditionTreeNodes | Gets or sets an ArrayOfBRConditionTreeNode complex type. |
![]() |
BusinessRules | Gets or sets an ArrayOfBusinessRule complex type. |
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.