BRBlankArgument Class

Definition

A blank business rule argument.

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

Remarks

The BRBlankArgument complex type is used to create business rules in an evaluation against a blank argument and is used where the BRArgument complex type is used.

Constructors

BRBlankArgument()

Initializes a new instance of the BRBlankArgument class.

Properties

Identifier

Uniquely identifies the argument.

(Inherited from BRArgument)
PropertyName

Specifies the property name.

(Inherited from BRArgument)

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to