BRFreeformArgument Class

Definition

Specifies the freeform argument type for business rule arguments.

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

Constructors

BRFreeformArgument()

Initializes a new instance of the BRFreeformArgument class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Identifier

Gets or sets the ID of the business rule argument.

(Inherited from BRArgument)
PropertyName

Gets or sets the property name..

(Inherited from BRArgument)
Value

Gets or sets a string representing the business rule freeform argument.

Applies to