共用方式為


BRArgument 類別

Represents the base class for all business rule arguments. This class is abstract.

繼承階層

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRArgument
      Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgumentBase
      Microsoft.MasterDataServices.Services.DataContracts.BRAttributeValueArgument
      Microsoft.MasterDataServices.Services.DataContracts.BRBlankArgument
      Microsoft.MasterDataServices.Services.DataContracts.BRFreeformArgument
      Microsoft.MasterDataServices.Services.DataContracts.BRHierarchyArgument

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<SerializableAttribute> _
<KnownTypeAttribute(GetType(BRAttributeValueArgument))> _
<KnownTypeAttribute(GetType(BRAttributeArgument))> _
<KnownTypeAttribute(GetType(BRDomainBasedAttributeArgument))> _
<KnownTypeAttribute(GetType(BRFreeformArgument))> _
<DataContractAttribute(Name := "BRArgument", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(BRHierarchyArgument))> _
<KnownTypeAttribute(GetType(BRBlankArgument))> _
Public MustInherit Class BRArgument _
    Inherits DataContractBase _
    Implements IBRArgument
'用途
Dim instance As BRArgument
[SerializableAttribute]
[KnownTypeAttribute(typeof(BRAttributeValueArgument))]
[KnownTypeAttribute(typeof(BRAttributeArgument))]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
[KnownTypeAttribute(typeof(BRFreeformArgument))]
[DataContractAttribute(Name = "BRArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRHierarchyArgument))]
[KnownTypeAttribute(typeof(BRBlankArgument))]
public abstract class BRArgument : DataContractBase, 
    IBRArgument
[SerializableAttribute]
[KnownTypeAttribute(typeof(BRAttributeValueArgument))]
[KnownTypeAttribute(typeof(BRAttributeArgument))]
[KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))]
[KnownTypeAttribute(typeof(BRFreeformArgument))]
[DataContractAttribute(Name = L"BRArgument", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRHierarchyArgument))]
[KnownTypeAttribute(typeof(BRBlankArgument))]
public ref class BRArgument abstract : public DataContractBase, 
    IBRArgument
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<KnownTypeAttribute(typeof(BRAttributeValueArgument))>]
[<KnownTypeAttribute(typeof(BRAttributeArgument))>]
[<KnownTypeAttribute(typeof(BRDomainBasedAttributeArgument))>]
[<KnownTypeAttribute(typeof(BRFreeformArgument))>]
[<DataContractAttribute(Name = "BRArgument", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(BRHierarchyArgument))>]
[<KnownTypeAttribute(typeof(BRBlankArgument))>]
type BRArgument =  
    class 
        inherit DataContractBase 
        interface IBRArgument 
    end
public abstract class BRArgument extends DataContractBase implements IBRArgument

BRArgument 型別公開下列成員。

建構函式

  名稱 說明
受保護的方法 BRArgument Initializes a new instance of the BRArgument class.

上層

屬性

  名稱 說明
公用屬性 Identifier Gets or sets a unique identifier of the argument.
公用屬性 PropertyName Gets or sets the property name of the argument.
公用屬性 PropertyType When overridden in a derived class, gets the property type of the argument.

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
受保護的方法 SetProperty<T> 基礎結構。Sets the property using the specified values. (繼承自 DataContractBase。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.MasterDataServices.Services.DataContracts 命名空間