Table of Contents

Interface ISubgroupedDataFeedItem

Namespace
MonkeyLoader.Resonite.DataFeeds
Assembly
MonkeyLoader.Resonite.Integration.dll

Defines the interface for objects that should be enumerated in (nested) subgroups for their data feed.

public interface ISubgroupedDataFeedItem

Remarks

Elements.Core.LocaleString keys for the subgroups are generated by appending the subgroup's path up to that point to the parent IIdentifiable's FullId, all joined by periods (.).

Properties

SubgroupPath

Gets the path that the subgroup of this object should have.
Multiple segments are generated as nested subgroups.

Sequence<string> SubgroupPath { get; }

Property Value

Sequence<string>

Remarks

Elements.Core.LocaleString keys for the subgroups are generated by appending the subgroup's path up to that point to the parent IIdentifiable's FullId, all joined by periods (.).