Classe BRActionComponent
Represents an action component of business rules.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BRItemTypeComponent
Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRActionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRActionComponent _
Inherits BRItemTypeComponent
'Utilisation
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
Le type BRActionComponent expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
BRActionComponent | Initializes a new instance of the BRActionComponent class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
CompatibleAttributeTypes | Gets or sets the collection of BRAttributeTypeInfo objects which define the AttributeType-AttributeDataType pairs that are compatible with the item type component. (hérité de BRItemTypeComponent.) | |
Description | Gets or sets the description of the type. (hérité de BRItemTypeComponent.) | |
ItemType | Gets or sets the item type. (hérité de BRItemTypeComponent.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
SetProperty<T> | Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts