BRAttributeValueArgument 类

定义

基于域的属性值参数。

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

注解

复杂 BRAttributeValueArgument 类型指定 BRArgument 在条件和验证操作中设置的任意多边形值,并在使用 BRArgument 复杂类型的位置使用。

构造函数

BRAttributeValueArgument()

初始化 BRAttributeValueArgument 类的新实例。

属性

AttributeCode

指定属性代码。

Identifier

唯一标识 参数。

(继承自 BRArgument)
PropertyName

指定属性名称。

(继承自 BRArgument)

方法

SetProperty<T>(T, T, String)

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

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

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

(继承自 DataContractBase)

适用于