Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

HiddenAttribute Class

Applied to XPO persistent classes, their fields or properties. Specifies that the target class, property or field should be hidden when generating OData v3 Service metadata.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v20.2.Extensions.dll

NuGet Package: DevExpress.Xpo.Extensions

Declaration

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Property | AttributeTargets.Field, Inherited = true)]
public class HiddenAttribute :
    Attribute

Remarks

If you do not want to modify the target class source, you can override the HideProperty or HideResourceType method in the XpoContext descendant. Note that the HiddenAttributeattribute has a higher priority.

Inheritance

Object
Attribute
HiddenAttribute
See Also