IMsModelParamAttributes

Assembly: Ms;

Description

The IMsModelParamAttributes interface is used to set up parameter binding.

Inheritance Hierarchy

          IMsModelAttributesChain

          IMsModelParamAttributes

Comments

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.

Properties

  Property name Brief description
Parameter The Parameter property determines the parameter, for which attributes collection should be set up.

Properties inherited from IMsModelAttributesChain

  Property name Brief description
Attributes The Attributes property determines a collection of the attributes that are used to create a value.

Methods inherited from IMsModelAttributesChain

  Method name Brief description
The ClearAttributes method resets the set of used attributes.

See also:

Ms Assembly Interfaces