NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListSelector Class

A selector that represents a list of Interceptors.HttpFileSelector. Used for configuration file hierarchy computations (see Interceptors.IConfigTransformer for details/examples).

Object
   Selector
      ListSelector

[Visual Basic]
Public Class ListSelector
   Inherits Selector
[C#]
public class ListSelector : Selector
[C++]
public __gc class ListSelector : public Selector
[JScript]
public class ListSelector extends Selector

Remarks

The ListSelector usually a hierarchy of configuration files, where each selector in the list is in turn a Interceptors.HttpFileSelector (logical/physical name of the node). The ConfigManager processes a ListSelector by (conceptually):

Requirements

Namespace: System.Configuration.Interceptors

Assembly: System.Configuration.dll

See Also

ListSelector Members | System.Configuration.Interceptors Namespace