Assembly: Ms;
The IMsModelParamAttributes interface is used to set up parameter binding.
IMsModelParamAttributes
To set up parameter binding, determine the Parameter property. If the parameter is linked with a dictionary and is used to send selection, determine the Attributes property, set a list of attributes in it, which values will create end parameter value.
Parameter binding is used on setting up period in the IMsDatePeriod.StartParam/IMsDatePeriod.EndParam, IMsModelPeriod.IdentificationStartDateParam/IMsModelPeriod.IdentificationEndDateParam and IMsModelPeriod.ForecastStartDateParam/IMsModelPeriod.ForecastEndDateParam properties.
Property name | Brief description | |
Parameter | The Parameter property determines the parameter, for which attributes collection should be set up. |
Property name | Brief description | |
Attributes | The Attributes property determines a collection of the attributes that are used to create a value. |
Method name | Brief description | |
The ClearAttributes method resets the set of used attributes. |
See also: