BRAttributeArgumentBase-Klasse
Represents the base complex type for business rule attribute arguments. This class is abstract.
Vererbungshierarchie
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRArgument
Microsoft.MasterDataServices.Services.DataContracts..::..BRAttributeArgumentBase
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRAttributeArgument
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRDomainBasedAttributeArgument
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAttributeArgumentBase", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(BRDomainBasedAttributeArgument))> _
<KnownTypeAttribute(GetType(BRAttributeArgument))> _
Public MustInherit Class BRAttributeArgumentBase _
Inherits BRArgument _
Implements IBRAttributeArgumentContainer, IBRArgument
'Usage
Dim instance As BRAttributeArgumentBase
[SerializableAttribute]
[DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
[KnownTypeAttribute(typeof(BRAttributeArgument))]
public abstract class BRAttributeArgumentBase : BRArgument,
IBRAttributeArgumentContainer, IBRArgument
[SerializableAttribute]
[DataContractAttribute(Name = L"BRAttributeArgumentBase", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
[KnownTypeAttribute(typeof(BRAttributeArgument))]
public ref class BRAttributeArgumentBase abstract : public BRArgument,
IBRAttributeArgumentContainer, IBRArgument
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))>]
[<KnownTypeAttribute(typeof(BRAttributeArgument))>]
type BRAttributeArgumentBase =
class
inherit BRArgument
interface IBRAttributeArgumentContainer
interface IBRArgument
end
public abstract class BRAttributeArgumentBase extends BRArgument implements IBRAttributeArgumentContainer, IBRArgument
Der BRAttributeArgumentBase-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BRAttributeArgumentBase | Initializes a new instance of the BRAttributeArgumentBase class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AttributeId | When overridden in a derived class, gets or sets the attribute ID. | |
Identifier | When overridden in a derived class, gets or sets a unique identifier of the argument. (Geerbt von BRArgument.) | |
PropertyName | When overridden in a derived class, gets or sets the property name. (Geerbt von BRArgument.) | |
PropertyType | When overridden in a derived class, gets the property type. (Überschreibt BRArgument. . :: . .PropertyType.) |
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.