Clase BRDomainBasedAttributeArgument
Specifies the container for defining arguments based on values in related entity attributes.
Jerarquía de herencia
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRArgument
Microsoft.MasterDataServices.BRAttributeArgumentBase
Microsoft.MasterDataServices.BRDomainBasedAttributeArgument
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
<DataContractAttribute(Name := "BRDomainBasedAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRDomainBasedAttributeArgument _
Inherits BRAttributeArgumentBase
'Uso
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
El tipo BRDomainBasedAttributeArgument expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
BRDomainBasedAttributeArgument | Initializes a new instance of the BRDomainBasedAttributeArgument class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AttributeId | Gets or sets the attribute ID of a business rule argument. (Se hereda de BRAttributeArgumentBase.) | |
ChildArgument | Gets or sets a child argument. | |
ExtensionData | Gets or sets the structure that contains extra data. (Se hereda de DataContractBase.) | |
Identifier | Gets or sets the ID of the business rule argument. (Se hereda de BRArgument.) | |
PropertyName | Gets or sets the property name.. (Se hereda de BRArgument.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.