BRScriptParameter Class
A rule item type component that is an action.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::BRScriptParameter
| Name | Description | |
|---|---|---|
![]() | BRScriptParameter() | Initializes a new instance of the BRScriptParameter class. |
| Name | Description | |
|---|---|---|
![]() | CompatibleAttributeTypes | Gets the collection of BRAttributeTypeInfo objects, which define the AttributeType-AttributeDataType pairs that are compatible with this parameter type component. |
![]() | Index | Gets or sets the item type index. |
![]() | MaxLength | Gets or sets the parameter type max length. |
![]() | Name | Gets or sets the Name. |
![]() | Precision | Gets the parameter type precision |
![]() | Scale | Gets the parameter type scale. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.) |
![]() | ToString() | (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.


