Класс BusinessRule

Represents a business rule container object.

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

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..BusinessRule

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

Синтаксис

'Декларация
<SerializableAttribute> _
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule
'Применение
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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

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

В начало

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

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