BRAttributeArgument 类

定义

一个参数,它引用属性而不是指。

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

注解

BRAttributeArgument复杂类型指定用于比较业务规则中的属性的参数类型。

构造函数

BRAttributeArgument()

构造函数。

属性

AttributeId

指定属性 ID。

(继承自 BRAttributeArgumentBase)
ChildArguments

指定子参数的集合。

Identifier

唯一标识 参数。

(继承自 BRArgument)
LeafNodeAttribute

指定底层属性参数的details。

PropertyName

指定属性名称。

(继承自 BRArgument)

方法

SetProperty<T>(T, T, String)

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

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

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

(继承自 DataContractBase)

适用于