Classe BRActionGroup
Represents a grouping of related business rule action components currently available for use in MDS.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..BRActionGroup
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataContractAttribute(Name := "BRActionGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRActionGroup _
Implements IExtensibleDataObject
'Uso
Dim instance As BRActionGroup
[DataContractAttribute(Name = "BRActionGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRActionGroup : IExtensibleDataObject
[DataContractAttribute(Name = L"BRActionGroup", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRActionGroup : IExtensibleDataObject
[<DataContractAttribute(Name = "BRActionGroup", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRActionGroup =
class
interface IExtensibleDataObject
end
public class BRActionGroup implements IExtensibleDataObject
O tipo BRActionGroup expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRActionGroup | Initializes a new instance of the BRActionGroup class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
BRActionComponents | Gets or sets an array of business rule action components. | |
ExtensionData | Gets or sets an object containing extra data. | |
Name | Gets or sets the name of the business rule action group. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.