Classe BusinessRule
Represents a business rule container object.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..BusinessRule
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule
'Utilizzo
Dim instance As BusinessRule
[SerializableAttribute]
[DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule
[SerializableAttribute]
[DataContractAttribute(Name = L"BusinessRule", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BusinessRule
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRule = class end
public class BusinessRule
Nel tipo BusinessRule sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
BusinessRule | Initializes a new instance of the BusinessRule class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
AuditInfo | AuditInfo complex type. |
![]() |
BRActions | ArrayOfBRaction complex type. |
![]() |
BRConditionTree | BRConditionTreeNode complex type. |
![]() |
Description | Description of business rule. |
![]() |
Identifier | Business Rule identifier. |
![]() |
NotificationGroup | Gets or sets the notification group. |
![]() |
NotificationUser | Gets or sets the notification user. |
![]() |
Priority | Gets or sets the priority. |
![]() |
RuleActionText | String representation of business rule actions included to current business rule. |
![]() |
RuleConditionText | String representation of business rule actions included in current business rule. |
![]() |
Status | BRStatus simple 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.