BRAttributeArgumentBase Class
Represents the base class for arguments that reference attributes. This class is abstract.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
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.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(BRAttributeArgument))> _
<KnownTypeAttribute(GetType(BRDomainBasedAttributeArgument))> _
<DataContractAttribute(Name := "BRAttributeArgumentBase", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public MustInherit Class BRAttributeArgumentBase _
Inherits BRArgument _
Implements IBRAttributeArgumentContainer, IBRArgument
'Usage
Dim instance As BRAttributeArgumentBase
[SerializableAttribute]
[KnownTypeAttribute(typeof(BRAttributeArgument))]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
[DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public abstract class BRAttributeArgumentBase : BRArgument,
IBRAttributeArgumentContainer, IBRArgument
[SerializableAttribute]
[KnownTypeAttribute(typeof(BRAttributeArgument))]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
[DataContractAttribute(Name = L"BRAttributeArgumentBase", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeArgumentBase abstract : public BRArgument,
IBRAttributeArgumentContainer, IBRArgument
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<KnownTypeAttribute(typeof(BRAttributeArgument))>]
[<KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))>]
[<DataContractAttribute(Name = "BRAttributeArgumentBase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeArgumentBase =
class
inherit BRArgument
interface IBRAttributeArgumentContainer
interface IBRArgument
end
public abstract class BRAttributeArgumentBase extends BRArgument implements IBRAttributeArgumentContainer, IBRArgument
The BRAttributeArgumentBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BRAttributeArgumentBase | Initializes a new instance of the BRAttributeArgumentBase class. |
Top
Properties
Name | Description | |
---|---|---|
AttributeId | Gets or sets the attribute identifier. | |
Identifier | Gets or sets a unique identifier of the argument. (Inherited from BRArgument.) | |
PropertyName | Gets or sets the property name of the argument. (Inherited from BRArgument.) | |
PropertyType | When overridden in a derived class, gets the property type. (Overrides BRArgument.PropertyType.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetProperty<T> | Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace