ODataModelBuilder.Operations Property

Definition

Gets the collection of Operations (i.e. Actions, Functions and ServiceOperations) in the model to be built.

public virtual System.Collections.Generic.IEnumerable<Microsoft.AspNet.OData.Builder.OperationConfiguration> Operations { get; }
member this.Operations : seq<Microsoft.AspNet.OData.Builder.OperationConfiguration>
Public Overridable ReadOnly Property Operations As IEnumerable(Of OperationConfiguration)

Property Value

Applies to