Класс BusinessRuleSet
Represents a business rule set.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BusinessRuleSet
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<DataContractAttribute(Name := "BusinessRules", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BusinessRuleSet _
Inherits DataContractBase
'Применение
Dim instance As BusinessRuleSet
[SerializableAttribute]
[DataContractAttribute(Name = "BusinessRules", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRuleSet : DataContractBase
[SerializableAttribute]
[DataContractAttribute(Name = L"BusinessRules", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BusinessRuleSet : public DataContractBase
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BusinessRules", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRuleSet =
class
inherit DataContractBase
end
public class BusinessRuleSet extends DataContractBase
Тип BusinessRuleSet обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
BusinessRuleSet | Initializes a new instance of the BusinessRuleSet class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
BRActions | Gets or sets the collection of actions. |
![]() |
BRConditions | Gets or sets the collection of conditions. |
![]() |
BRConditionTreeNodes | Gets or sets the collection of condition tree nodes. |
![]() |
BusinessRules | Gets or sets the collection of business rules. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
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