BRActionComponent-Klasse
Represents action components of business rules.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItemTypeComponent
Microsoft.MasterDataServices.Services.DataContracts..::..BRActionComponent
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRActionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRActionComponent _
Inherits BRItemTypeComponent
'Usage
Dim instance As BRActionComponent
[SerializableAttribute]
[DataContractAttribute(Name = "BRActionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRActionComponent : BRItemTypeComponent
[SerializableAttribute]
[DataContractAttribute(Name = L"BRActionComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRActionComponent : public BRItemTypeComponent
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRActionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRActionComponent =
class
inherit BRItemTypeComponent
end
public class BRActionComponent extends BRItemTypeComponent
Der BRActionComponent-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BRActionComponent | Initializes a new instance of the BRActionComponent class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
CompatibleAttributeTypes | ArrayBRAttributeTypeInfo complex type. (Geerbt von BRItemTypeComponent.) | |
Description | Description of component. (Geerbt von BRItemTypeComponent.) | |
ItemType | BRItemType simple type. (Geerbt von BRItemTypeComponent.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.