Classe BRAttributeArgument
Represents an attribute argument that cannot have child arguments.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRArgument
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRAttributeArgumentBase
Microsoft.MasterDataServices.Services.DataContracts..::..BRAttributeArgument
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<DataContractAttribute(Name := "BRAttributeArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRAttributeArgument _
Inherits BRAttributeArgumentBase
'Uso
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
O tipo BRAttributeArgument expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRAttributeArgument | Initializes a new instance of the BRAttributeArgument class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttributeId | When overridden in a derived class, gets or sets the attribute ID. (Herdado de BRAttributeArgumentBase.) | |
ChildArguments | Gets or sets the collection of child arguments. | |
Identifier | When overridden in a derived class, gets or sets a unique identifier of the argument. (Herdado de BRArgument.) | |
PropertyName | When overridden in a derived class, gets or sets the property name. (Herdado de BRArgument.) | |
PropertyType | Gets the property type. (Substitui BRAttributeArgumentBase. . :: . .PropertyType.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.