Класс BRActionGroup
Represents a group of related business rules action components currently available for use in Master Data Services.
Иерархия наследования
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BRActionGroup
Пространство имен: Microsoft.MasterDataServices.Services.DataContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<DataContractAttribute(Name := "BRActionGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRActionGroup _
Inherits DataContractBase
'Применение
Dim instance As BRActionGroup
[DataContractAttribute(Name = "BRActionGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRActionGroup : DataContractBase
[DataContractAttribute(Name = L"BRActionGroup", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRActionGroup : public DataContractBase
[<DataContractAttribute(Name = "BRActionGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRActionGroup =
class
inherit DataContractBase
end
public class BRActionGroup extends DataContractBase
Тип BRActionGroup обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
BRActionGroup | Initializes a new instance of the BRActionGroup class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
BRActionComponents | Gets the collection of action components. |
![]() |
Name | Gets or sets the name of the group. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
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