Udostępnij za pośrednictwem


SelectExpandNode.SelectedActions Property

 

Gets the list of OData actions to be included in the response.

Namespace:   System.Web.OData.Formatter.Serialization
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public ISet<IEdmAction> SelectedActions {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    private set;
}
public:
property ISet<IEdmAction^>^ SelectedActions {
    [CompilerGeneratedAttribute]
    ISet<IEdmAction^>^ get();
    [CompilerGeneratedAttribute]
    private: void set(ISet<IEdmAction^>^ value);
}
member SelectedActions : ISet<IEdmAction> with get, private set
Public Property SelectedActions As ISet(Of IEdmAction)
    Get
    Private Set
End Property

Property Value

Type: System.Collections.Generic.ISet<IEdmAction>

See Also

SelectExpandNode Class
System.Web.OData.Formatter.Serialization Namespace

Return to top