Share via


BRAttributeArgument Class

Represents an attribute argument that cannot have child arguments.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRArgument
      Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgumentBase
        Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgument

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

The BRAttributeArgument type exposes the following members.

Constructors

  Name Description
Public method BRAttributeArgument Initializes a new instance of the BRAttributeArgument class.

Top

Properties

  Name Description
Public property AttributeId Gets or sets the attribute identifier. (Inherited from BRAttributeArgumentBase.)
Public property ChildArguments Gets or sets the collection of child arguments.
Public property Identifier Gets or sets a unique identifier of the argument. (Inherited from BRArgument.)
Public property PropertyName Gets or sets the property name of the argument. (Inherited from BRArgument.)
Public property PropertyType Gets the property type. (Overrides BRAttributeArgumentBase.PropertyType.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetProperty<T> Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.)
Public method 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