xaf-nonpersistent

Community

Create non-persistent XAF objects with UI.

Authorkashiash
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Non-persistent objects are business classes for which XAF generates full UI (List Views, Detail Views, Actions) but which are not mapped to any database table. They are ideal for data loaded from external sources, computed at runtime, or used as temporary input forms.

Core Features & Use Cases

  • Decorated with [DomainComponent] attribute (NOT [NonPersistent] from XPO — different meaning!)
  • Do NOT inherit from XPO persistent base classes (causes SessionMixingException)
  • Managed by NonPersistentObjectSpace
  • Must register .AddNonPersistent() in app builder
  • Supports ObjectsGetting and ObjectByKeyGetting events to populate lists and single items
  • PopupWindowShowAction dialogs for user input

Quick Start

Register AddNonPersistent after persistent providers and declare your types with [DomainComponent] to enable non-persistent objects.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: xaf-nonpersistent
Download link: https://github.com/kashiash/xaf-skills/archive/main.zip#xaf-nonpersistent

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.