Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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