Replaced AcToonSerializer.Serialize with SerializeTypeMetadata<FullProcessModel> in ToonTests. The test now serializes only the type metadata for FullProcessModel using the domain description, rather than serializing the actual data instance. Assertions and comments remain unchanged. |
||
|---|---|---|
| .. | ||
| CardViews | ||
| Grids | ||
| AcButton.cs | ||
| AcComboBox.cs | ||
| AcComponentBase.cs | ||
| AcDxDateEdit.cs | ||
| AcFormLayoutItem.cs | ||
| AcMaskedInput.cs | ||
| AcMemo.cs | ||
| AcSpinEdit.cs | ||
| AcTextBox.cs | ||
| MgComponentsHelper.cs | ||
| MgLazyLoadContent.razor | ||
| README.md | ||
README.md
Components
DevExpress component wrappers and grid infrastructure for the AyCode Blazor component library. Each Ac* class extends a DevExpress Blazor control to allow project-wide customization from a single point.
Key Files
AcComponentBase.cs-- Abstract base class extendingDxComponentBase.AcButton.cs-- ExtendsDxButton.AcTextBox.cs-- ExtendsDxTextBox.AcComboBox.cs-- Generic wrapper forDxComboBox<TData, TValue>.AcDxDateEdit.cs-- Generic wrapper forDxDateEdit<T>.AcFormLayoutItem.cs-- ExtendsDxFormLayoutItem.AcMaskedInput.cs-- Generic wrapper forDxMaskedInput<T>.AcMemo.cs-- ExtendsDxMemo.AcSpinEdit.cs-- Generic wrapper forDxSpinEdit<T>.MgComponentsHelper.cs-- Placeholder helper class (currently empty).
Subfolders
CardViews/-- Generic card-based view component with pagination.Grids/-- Core grid system with SignalR data binding, toolbar, info panel, and layout persistence.
LLM Maintenance: If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.