Skip to main content

Definition

Assembly: Microsoft.Restier.AspNet.dll Namespace: Microsoft.Restier.AspNet.Model Inheritance: System.Attribute

Syntax

Microsoft.Restier.AspNet.Model.ResourceAttribute

Summary

Attribute that indicates a property is an entity set or singleton. If the property type is IQueryable, it will be built as entity set or it will be built as singleton. The name will be same as property name.

Constructors

.ctor

Syntax

public ResourceAttribute()