BRAttributeValueArgument-Klasse
Represents a business rule attribute value argument.
Vererbungshierarchie
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.BRArgument
Microsoft.MasterDataServices.Services.DataContracts.BRAttributeValueArgument
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAttributeValueArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeValueArgument _
Inherits BRArgument
'Usage
Dim instance As BRAttributeValueArgument
[SerializableAttribute]
[DataContractAttribute(Name = "BRAttributeValueArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAttributeValueArgument : BRArgument
[SerializableAttribute]
[DataContractAttribute(Name = L"BRAttributeValueArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRAttributeValueArgument : public BRArgument
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRAttributeValueArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAttributeValueArgument =
class
inherit BRArgument
end
public class BRAttributeValueArgument extends BRArgument
Der BRAttributeValueArgument-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
BRAttributeValueArgument | Initializes a new instance of the BRAttributeValueArgument class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
AttributeCode | Gets or sets the attribute code. | |
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 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.) | |
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