BRFreeformArgument Class

Definition

A business rule for string, number, link, and date arguments.

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

Remarks

The BRFreeformArgument complex type specifies the freeform argument type for business rule arguments.

Constructors

BRFreeformArgument()

Initializes a new instance of the BRFreeformArgument class.

Properties

Identifier

Uniquely identifies the argument.

(Inherited from BRArgument)
PropertyName

Specifies the property name.

(Inherited from BRArgument)
Value

Specifies the value that represents the business rule freeform argument.

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