BRScriptParameter Class

 

A rule item type component that is an action.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

System::Object
  Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts::BRScriptParameter

[SerializableAttribute]
[DataContractAttribute(Name = "BRScriptParameter", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRScriptParameter : DataContractBase

NameDescription
System_CAPS_pubmethodBRScriptParameter()

Initializes a new instance of the BRScriptParameter class.

NameDescription
System_CAPS_pubpropertyCompatibleAttributeTypes

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

System_CAPS_pubpropertyIndex

Gets or sets the item type index.

System_CAPS_pubpropertyMaxLength

Gets or sets the parameter type max length.

System_CAPS_pubpropertyName

Gets or sets the Name.

System_CAPS_pubpropertyPrecision

Gets the parameter type precision

System_CAPS_pubpropertyScale

Gets the parameter type scale.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodSetProperty<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.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: