Classe BRActionGroup
Represents a grouping of related business rule action components currently available for use in MDS.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataContractBase
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 _
Inherits DataContractBase
'Utilizzo
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
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 the structure that contains extra data. Ereditato da DataContractBase. | |
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.