BRAttributeArgument-Klasse
Represents an attribute argument that cannot have child arguments.
Vererbungshierarchie
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
Der BRAttributeArgument-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BRAttributeArgument | Initializes a new instance of the BRAttributeArgument class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AttributeId | Gets or sets the attribute identifier. (Geerbt von BRAttributeArgumentBase.) | |
ChildArguments | Gets or sets the collection of child arguments. | |
Identifier | Gets or sets a unique identifier of the argument. (Geerbt von BRArgument.) | |
PropertyName | Gets or sets the property name of the argument. (Geerbt von BRArgument.) | |
PropertyType | Gets the property type. (Überschreibt BRAttributeArgumentBase.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.) | |
SetProperty<T> | Infrastruktur Sets the property using the specified values. (Geerbt von DataContractBase.) | |
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.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace