class Package.Facet
Describes a facet of a group of items, with a limited number of each facet with their total item counts
public Package.Facet( string Name, string Title, Package.Facet.Entry[] Entries )
Describes a facet of a group of items, with a limited number of each facet with their total item counts
public string Name { get; set; }
😔 No documentation found.
public string Title { get; set; }
😔 No documentation found.
public Package.Facet.Entry[] Entries { get; set; }
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public static bool op_Inequality( Package.Facet left, Package.Facet right )
😔 No documentation found.
public static bool op_Equality( Package.Facet left, Package.Facet right )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public bool Equals( Package.Facet other )
😔 No documentation found.
public Package.Facet <Clone>$( )
😔 No documentation found.
public void Deconstruct( ref string Name, ref string Title, ref Package.Facet.Entry[] Entries )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.