ModelVariantsProvider Constructors
Provide a list of view variants available for the specific View in the IModelVariants Application Model node, and stores the variant selected by the user to the IModelVariants.Current property.Name | Parameters | Description |
---|---|---|
ModelVariantsProvider(IModelApplication) | model | Initializes a new instance of the ModelVariantsProvider class. |
ModelVariantsProvider(IModelList<IModelView>) | views | Initializes a new instance of the ModelVariantsProvider class. |
See Also