Class ExcludeFromODataAttribute
Allows an entity to be excluded from participating as an oData entpoint, either as a root model, or a navigation model eg: api/Entity or api/Entity(key)/NavigationProperty. It will not stop the entity from being delivered through the $include directive.
Inheritance
System.Object
ExcludeFromODataAttribute
Namespace: Cireson.Core.Common.Attributes
Assembly: Cireson.Core.Common.dll
Syntax
public sealed class ExcludeFromODataAttribute : Attribute
Remarks
Admin, 8/24/2017.