Classe BRActionGroup
Represents a grouping of related business rule action components currently available for use in MDS.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.MasterDataServices..::..BRActionGroup
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "BRActionGroup", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRActionGroup _
Implements IExtensibleDataObject
'Utilizzo
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
Nel tipo BRActionGroup sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
BRActionGroup | Initializes a new instance of the BRActionGroup class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.