ODataModelBuilder.Procedures Property
Gets the collection of procedures (such as actions, functions and service operations) in the model to be built
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual IEnumerable<ProcedureConfiguration> Procedures { get; }
public:
property IEnumerable<ProcedureConfiguration^>^ Procedures {
virtual IEnumerable<ProcedureConfiguration^>^ get();
}
abstract Procedures : IEnumerable<ProcedureConfiguration> with get
override Procedures : IEnumerable<ProcedureConfiguration> with get
Public Overridable ReadOnly Property Procedures As IEnumerable(Of ProcedureConfiguration)
Property Value
Type: System.Collections.Generic.IEnumerable<ProcedureConfiguration>
The collection of procedures.
See Also
ODataModelBuilder Class
System.Web.Http.OData.Builder Namespace
Return to top