BRDomainBasedAttributeArgument 类

定义

指定用于根据相关实体属性中的值定义参数的容器。

public ref class BRDomainBasedAttributeArgument : Microsoft::MasterDataServices::Services::DataContracts::BRAttributeArgumentBase, Microsoft::MasterDataServices::Services::DataContracts::IBRAttributeArgumentParent
[System.Runtime.Serialization.DataContract(Name="BRDomainBasedAttributeArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRDomainBasedAttributeArgument : Microsoft.MasterDataServices.Services.DataContracts.BRAttributeArgumentBase, Microsoft.MasterDataServices.Services.DataContracts.IBRAttributeArgumentParent
[<System.Runtime.Serialization.DataContract(Name="BRDomainBasedAttributeArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRDomainBasedAttributeArgument = class
    inherit BRAttributeArgumentBase
    interface IBRAttributeArgumentParent
    interface IBRAttributeArgumentContainer
    interface IBRArgument
Public Class BRDomainBasedAttributeArgument
Inherits BRAttributeArgumentBase
Implements IBRAttributeArgumentParent
继承
属性
实现

注解

复杂 BRDomainBasedAttributeArgument 类型指定用于基于相关实体属性中的值定义参数的容器。

构造函数

BRDomainBasedAttributeArgument()

初始化 BRDomainBasedAttributeArgument 类的新实例。

属性

AttributeId

指定属性 ID。

(继承自 BRAttributeArgumentBase)
ChildArgument

指定子属性参数。 必需。

Identifier

唯一标识 参数。

(继承自 BRArgument)
LeafNodeAttribute

指定底层属性参数的详情。

PropertyName

指定属性名称。

(继承自 BRArgument)

方法

SetProperty<T>(T, T, String)

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

将属性更改为给定的值。
返回新值是否不同于旧值。

(继承自 DataContractBase)

适用于