Show / Hide Table of Contents

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 Source

SetArrayFieldNames(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.

  • View Source
In this article
Back to top Generated by DocFX