BExIS.Ddm.Model.Facet.Facet C# (CSharp) Method

Facet() public method

public Facet ( ) : System.Collections.Generic
return System.Collections.Generic
        public Facet()
        {
            this.Type = SearchComponentBaseType.Facet;
        }
Facet