Show / Hide Table of Contents

Class PolarisRecommendationSetSettings

Settings class for recommendations set in Polaris.

Inheritance
System.Object
PolarisRecommendationSetSettings
Namespace: Phoenix.Polaris
Assembly: Phoenix.Plugin.Polaris.dll
Syntax
[Serializable]
public class PolarisRecommendationSetSettings : SettingsCategoryBase

Constructors

View Source

PolarisRecommendationSetSettings()

Initializes a new instance of the PolarisRecommendationSetSettings class.

Declaration
public PolarisRecommendationSetSettings()

Properties

View Source

RecommendationSetSettingsDictionary

Gets or sets the dictionary of recommendation sets

Declaration
public SerializableDictionary<string, RecommendationSetSettings> RecommendationSetSettingsDictionary { get; set; }
Property Value
Type Description
SerializableDictionary<System.String, RecommendationSetSettings>

Methods

View Source

Save()

Saves the dictionary and it's contents

Declaration
public void Save()
  • View Source
In This Article
Back to top Generated by DocFX