The Facets type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|  | Add(String, IEnumerableString) | 
            Return a new Facets with the given attribute and values added.
             | 
|  | Add(String, String) | 
            Return a new Facets with the given attribute and values added.
             | 
|  | AddRange | 
             Return a new Facets with the given attribute range added. If a range of the
             current attribute already existed, it will replace the existing one. Note that
             facet ranges are inclusive.
              | 
|  | Equals | (Overrides ObjectEquals(Object).) | 
|  | Finalize | (Inherited from Object.) | 
|  | GetHashCode | (Overrides ObjectGetHashCode.) | 
|  | GetType | (Inherited from Object.) | 
|  | MemberwiseClone | (Inherited from Object.) | 
|   | Parse | 
            Create a Facets object from the source string.
             | 
|  | Remove | 
             Return a new Facets with the given attribute removed.
              | 
|  | Toggle | 
            Toggle the given attribute and value.
             | 
|  | ToString | 
            Builds and returns a string on the facet argument format.
            (Overrides ObjectToString.) | 
See Also