Класс BusinessRulesCreateRequest
Represents a request that must include a BusinessRules type containing new business rules or business rule components for creation.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.BusinessRulesCreateRequest
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<MessageContractAttribute(WrapperName := "BusinessRulesCreateRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class BusinessRulesCreateRequest
'Применение
Dim instance As BusinessRulesCreateRequest
[MessageContractAttribute(WrapperName = "BusinessRulesCreateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class BusinessRulesCreateRequest
[MessageContractAttribute(WrapperName = L"BusinessRulesCreateRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class BusinessRulesCreateRequest
[<MessageContractAttribute(WrapperName = "BusinessRulesCreateRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type BusinessRulesCreateRequest = class end
public class BusinessRulesCreateRequest
Тип BusinessRulesCreateRequest обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
BusinessRulesCreateRequest() | Initializes a new instance of the BusinessRulesCreateRequest class with default values. |
![]() |
BusinessRulesCreateRequest(International, BusinessRules, Boolean) | Initializes a new instance of the BusinessRulesCreateRequest class with the specified cultural settings, set of business rules, and . |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Поля
Имя | Описание | |
---|---|---|
![]() |
BusinessRuleSet | A set of business rules. |
![]() |
International | Cultural settings. |
![]() |
ReturnCreatedIdentifiers | Specifies a value indicatiing whether the object should be returned with the newly generated ID. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.