Definition
Assembly: Microsoft.Restier.AspNet.dll Namespace: Microsoft.Restier.AspNet.Model Inheritance: Microsoft.Restier.AspNet.Model.OperationAttributeSyntax
Constructors
.ctor
Syntax
.ctor Inherited
Inherited from
Microsoft.Restier.AspNet.Model.OperationAttributeSyntax
Properties
EntitySetPath
Gets or sets the path from the BindingParameter do the entity or entities being returned.Syntax
Property Value
Type:string
Remarks
Bound Actions or Functions that return an entity or a collection of entities are typically returning data related to the Entity the operation is bound to. In these situations, it may be difficult for OData to return the corerct metadata, or for Restier to execute the proper Interceptors to filter the results. EntitySetPath solves this problem by specifying the navigation segments to type casts required to traverse the entity structure. It consists of a series of segments joined together with forward slashes.- The first segment of the entity set path MUST be the name of the binding parameter.
- The remaining segments of the entity set path MUST represent navigation segments or type casts.
IsComposable Inherited
Inherited from
Microsoft.Restier.AspNet.Model.OperationAttributefalse.
Syntax
Property Value
Type:bool
Namespace Inherited
Inherited from
Microsoft.Restier.AspNet.Model.OperationAttributeSyntax
Property Value
Type:string
OperationType Inherited
Inherited from
Microsoft.Restier.AspNet.Model.OperationAttributeSyntax
Property Value
Type:Microsoft.Restier.AspNet.Model.OperationType