BusinessRule-Klasse
Represents a business rule container object.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..BusinessRule
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule
'Usage
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
Der BusinessRule-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BusinessRule | Initializes a new instance of the BusinessRule class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
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. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
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.