Share via


NamespaceQualifiedWildcardSelectItem Class

Definition

Class to represent the selection of all the actions and functions in a specified namespace.

public sealed class NamespaceQualifiedWildcardSelectItem : Microsoft.OData.UriParser.SelectItem
type NamespaceQualifiedWildcardSelectItem = class
    inherit SelectItem
Public NotInheritable Class NamespaceQualifiedWildcardSelectItem
Inherits SelectItem
Inheritance
NamespaceQualifiedWildcardSelectItem

Constructors

NamespaceQualifiedWildcardSelectItem(String)

Creates an instance of this class with the specified with the Namespace.

Properties

Namespace

Gets the IEdmEntityContainer whose actions and functions should be selected.

Methods

HandleWith(SelectItemHandler)

Handle using a SelectItemHandler.

TranslateWith<T>(SelectItemTranslator<T>)

Translate using a SelectItemTranslator<T>.

Applies to