BRScriptParameter Class

Definition

A rule item type component that is an action.

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

Remarks

The BRScriptParameter complex type represents a rule item type component that is an action.

Constructors

BRScriptParameter()

Initializes a new instance of the BRScriptParameter class.

Properties

CompatibleAttributeTypes

Retrieves the collection of BRAttributeTypeInfo objects, which define the AttributeType-AttributeDataType pairs that are compatible with this parameter type component.

Index

Retrieves the item type index

MaxLength

Retrieves the parameter type max length

Name

Specifies the Name

Precision

Specifies the parameter type precision

Scale

Retrieves the parameter type scale

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