Interface IMultiselectControlConfig
An interface for defining what the multiselect control fields are for a bug service client.
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure
Assembly: Aruba.Infrastructure.dll
Syntax
public interface IMultiselectControlConfig
Methods
View SourceSetArrayFieldNames(HashSet<string>)
Some fields may be array fields, taking in an array of values on bug creation. This sets the set of those field names.
Declaration
void SetArrayFieldNames(HashSet<string> fields)
Parameters
Type | Name | Description |
---|---|---|
HashSet<string> | fields | The set of field names that are array types. |