s&box docs

public class Sandbox.Package.Facet.Entry

A facet entry consists of a name, display information and the number of items inside

Broader workflow and conceptual references connected to this API.

Constructors

Showing 2 constructors

Methods

Showing 3 methods

public void Deconstruct(string Name, string Title, string Icon, int Count, System.Collections.Generic.List`1<Sandbox.Package.Facet.Entry> Children)

protected virtual bool PrintMembers(System.Text.StringBuilder builder)

Properties

Showing 6 properties

public System.Collections.Generic.List`1<Sandbox.Package.Facet.Entry> Sandbox.Package.Facet.Entry.Children { get; set; }

protected virtual System.Type Sandbox.Package.Facet.Entry.EqualityContract { get; set; }

public string Sandbox.Package.Facet.Entry.Icon { get; set; }

public string Sandbox.Package.Facet.Entry.Name { get; set; }

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Package.Facet.Entry

On this page