EntrySelectedBy Element for WideEntry

Defines the .NET types that use this definition of the wide view or the condition that must exist for this definition to be used.

Schema

Configuration Element ViewDefinitions Element View Element WideControl Element WideEntries Element WideEntry Element EntrySelectedBy Element

Syntax

<EntrySelectedBy>
  <TypeName>Nameof.NetType</TypeName>
  <SelectionSetName>NameofSelectionSet</SelectionSetName>
  <SelectionCondition>...</SelectionCondition>
</EntrySelectedBy>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the EntrySelectedBy element.

Attributes

None.

Child Elements

Element Description
SelectionCondition Element for EntrySelectedBy for WideEntry Optional element.

Defines the condition that must exist for this wide view definition to be used.
SelectionSetName Element for EntrySelectedBy for WideEntry Optional element.

Specifies a set of .NET types that use this wide view definition.
TypeName Element for EntrySelectedBy for WideEntry Optional element.

Specifies a .NET type that uses this wide view definition.

Parent Elements

Element Description
WideEntry Element Provides a definition of the wide view.

Remarks

You must specify at least one type, selection set, or selection condition for a wide view definition. There is no maximum limit to the number of child elements that you can use.

Selection conditions are used to define a condition that must exist for the definition to be used, such as when an object has a specific property or that a specific property value or script value evaluates to true. For more information about selection conditions, see Defining Conditions for Displaying Data.

For more information about other components of a wide view, see Creating a Wide View.

See Also

WideEntry Element

SelectionCondition Element for EntrySelectedBy for WideEntry

SelectionSetName Element for EntrySelectedBy for WideEntry

TypeName Element for EntrySelectedBy for WideEntry

Creating a Wide View

Defining Conditions for Displaying Data

Writing a PowerShell Formatting File