Namespace GroupeIsa.Neos.Domain
Classes
- BackendOnlyAttribute
Attribute to mark a class as a backend data object, interface, or property that is only relevant for backend processing.
- ExpressionExtensions
Provides extension methods for Expression.
- NotAlwaysLoadedAttribute
Attribute to mark a UIView property whose value is not systematically loaded (its facade has
AlwaysLoaded == false). The value of such a property may be absent (not loaded) at runtime, so reading it is only allowed from a context where the developer is explicitly deriving a value (a UIView property Getter/Setter or a UIView computed Getter). The transpiler forbids reading it anywhere else (event rules, actions, methods, style rules, ...).
- ResourcesExtensions
Represents the extension methods for the ILocalizationSettings class.
- TypeExtensions
Represents Type extensions.
Interfaces
- IResources
Provides the functionalities of resources.