Поделиться через


Класс BusinessRule

Represents a business rule.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.DataContractBase
    Microsoft.MasterDataServices.BusinessRule

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule _
    Inherits DataContractBase
'Применение
Dim instance As BusinessRule
[DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule : DataContractBase
[DataContractAttribute(Name = L"BusinessRule", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BusinessRule : public DataContractBase
[<DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRule =  
    class
        inherit DataContractBase
    end
public class BusinessRule extends DataContractBase

Тип BusinessRule обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод BusinessRule Initializes a new instance of the BusinessRule class.

В начало

Свойства

  Имя Описание
Открытое свойство AuditInfo Gets or sets audit information.
Открытое свойство BRActions Gets or sets an array of business rule actions.
Открытое свойство BRConditionTree Gets or sets a business rule condition tree.
Открытое свойство Description Gets or sets the description of the business rule.
Открытое свойство ExtensionData Gets or sets the structure that contains extra data. (Производный от DataContractBase.)
Открытое свойство Identifier Gets or sets a business rule identifier.
Открытое свойство NotificationGroup Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule.
Открытое свойство NotificationUser Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule.
Открытое свойство Priority Gets or sets the rule priority.
Открытое свойство RuleActionText Gets or sets the business rule actions included in the current business rule.
Открытое свойство RuleConditionText Gets or sets business rule conditions included in the current business rule.
Открытое свойство Status Gets or sets the business rule status.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices