ProcedureConfiguration.IsComposable Property
Can the procedure be composed upon. For example can a URL that invokes the procedure be used as the base url for a request that invokes the procedure and does something else with the results
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual bool IsComposable { get; }
public:
property bool IsComposable {
virtual bool get();
}
abstract IsComposable : bool with get
override IsComposable : bool with get
Public Overridable ReadOnly Property IsComposable As Boolean
Property Value
Type: System.Boolean
See Also
ProcedureConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top