Класс BRDeleteCriteria
Specifies lists of globally unique identifiers (GUIDs) for business rules items to be deleted.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRDeleteCriteria
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "BRDeleteCriteria", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRDeleteCriteria _
Inherits DataContractBase
'Применение
Dim instance As BRDeleteCriteria
[DataContractAttribute(Name = "BRDeleteCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRDeleteCriteria : DataContractBase
[DataContractAttribute(Name = L"BRDeleteCriteria", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRDeleteCriteria : public DataContractBase
[<DataContractAttribute(Name = "BRDeleteCriteria", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRDeleteCriteria =
class
inherit DataContractBase
end
public class BRDeleteCriteria extends DataContractBase
Тип BRDeleteCriteria обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
BRDeleteCriteria | Initializes a new instance of the BRDeleteCriteria class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
BRConditionTreeNodes | Gets or sets an array containing globally unique identifiers (GUIDs) of condition tree nodes to be deleted. |
![]() |
BRItems | Gets or sets an array containing globally unique identifiers (GUIDs) of conditions or actions to be deleted. |
![]() |
BusinessRules | Gets or sets an array containing globally unique identifiers (GUIDs) of business rules to be deleted. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. (Производный от DataContractBase.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.