NamespaceQualifiedWildcardSelectItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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>. |