BRAttributeValueArgument 类

定义

表示在条件和验证操作中设置的业务规则属性自由格式值。

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

构造函数

BRAttributeValueArgument()

初始化 BRAttributeValueArgument 类的新实例。

属性

AttributeCode

获取或设置参数中的字符串值。

ExtensionData

获取或设置包含额外数据的结构。

(继承自 DataContractBase)
Identifier

获取或设置业务规则参数的 ID。

(继承自 BRArgument)
PropertyName

获取或设置属性名称。

(继承自 BRArgument)

适用于