Table of Contents

Class BackendOnlyAttribute

Namespace
GroupeIsa.Neos.Domain
Assembly
GroupeIsa.Neos.Domain.Abstractions.dll

Attribute to mark a class as a backend data object, interface, or property that is only relevant for backend processing.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Enum|AttributeTargets.Property|AttributeTargets.Interface)]
public class BackendOnlyAttribute : Attribute
Inheritance
BackendOnlyAttribute
Inherited Members