Facets Constructor (String, IEnumerable<String>) |
Create a new Facets with the given attribute and values.
Namespace:
Apptus.ESales.Connector
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.5.0
Syntaxpublic Facets(
string attribute,
IEnumerable<string> values
)
Parameters
- attribute
- Type: System.String
- values
- Type: System.Collections.Generic.IEnumerable<String>
ExceptionsException | Condition |
---|
ArgumentException | If attribute is null or the empty string |
See Also