Skip to main content
A newer version of this page is available. .

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 Service metadata.

Namespace: DevExpress.Xpo

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

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