Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Represents a business rule.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BusinessRule
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<DataContractAttribute(Name := "BusinessRule", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRule _
Inherits DataContractBase
'Применение
Dim instance As BusinessRule
[SerializableAttribute]
[DataContractAttribute(Name = "BusinessRule", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule : DataContractBase
[SerializableAttribute]
[DataContractAttribute(Name = L"BusinessRule", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BusinessRule : public DataContractBase
[<SerializableAttribute>]
[<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 the audit information. |
![]() |
BRActions | Gets or sets the collection of actions. |
![]() |
BRConditionTree | Gets or sets the topmost condition tree node. |
![]() |
Description | Gets or sets the rule description. |
![]() |
Identifier | Gets or sets the unique identifier for the business rule. |
![]() |
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 user to be notified about the rule. |
![]() |
Priority | Gets or sets the rule priority. |
![]() |
RuleActionText | Gets or sets the rule action text. |
![]() |
RuleConditionText | Gets or sets the rule condition text. |
![]() |
Status | Gets or sets the rule status. |
В начало
Методы
| Имя | Описание | |
|---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
SetProperty<T> | Инфраструктура. Sets the property using the specified values. (Производный от DataContractBase.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.DataContracts
.gif)
.gif)
.gif)