class Package.Facet.Entry

in global :: Sandbox

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


public string Name { get; set; }

😔 No documentation found.

public string Title { get; set; }

😔 No documentation found.

public string Icon { get; set; }

😔 No documentation found.

public int Count { get; set; }

😔 No documentation found.

public List<Package.Facet.Entry> Children { get; set; }

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public static bool op_Inequality( Package.Facet.Entry left, Package.Facet.Entry right )

😔 No documentation found.

public static bool op_Equality( Package.Facet.Entry left, Package.Facet.Entry right )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public bool Equals( Package.Facet.Entry other )

😔 No documentation found.

public Package.Facet.Entry <Clone>$( )

😔 No documentation found.

public void Deconstruct( ref string Name, ref string Title, ref string Icon, ref int Count, ref List<Package.Facet.Entry> Children )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public Package.Facet.Entry( string Name, string Title, string Icon, int Count, List<Package.Facet.Entry> Children )

😔 No documentation found.