Partager via


Classe BRDomainBasedAttributeArgument

Specifies the container for defining arguments based on values in related entity attributes.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices. . :: . .BRArgument
    Microsoft.MasterDataServices. . :: . .BRAttributeArgumentBase
      Microsoft.MasterDataServices..::..BRDomainBasedAttributeArgument

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "BRDomainBasedAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRDomainBasedAttributeArgument _
    Inherits BRAttributeArgumentBase
'Utilisation
Dim instance As BRDomainBasedAttributeArgument
[DataContractAttribute(Name = "BRDomainBasedAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRDomainBasedAttributeArgument : BRAttributeArgumentBase
[DataContractAttribute(Name = L"BRDomainBasedAttributeArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRDomainBasedAttributeArgument : public BRAttributeArgumentBase
[<DataContractAttribute(Name = "BRDomainBasedAttributeArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRDomainBasedAttributeArgument =  
    class
        inherit BRAttributeArgumentBase
    end
public class BRDomainBasedAttributeArgument extends BRAttributeArgumentBase

Le type BRDomainBasedAttributeArgument expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BRDomainBasedAttributeArgument Initializes a new instance of the BRDomainBasedAttributeArgument class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AttributeId Gets or sets the attribute ID of a business rule argument. (hérité de BRAttributeArgumentBase.)
Propriété publique ChildArgument Gets or sets a child argument.
Propriété publique ExtensionData Gets or sets an object containing extra data. (hérité de BRArgument.)
Propriété publique Identifier Gets or sets the ID of the business rule argument. (hérité de BRArgument.)
Propriété publique PropertyName Gets or sets the property name.. (hérité de BRArgument.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique 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.