ModernUO/Projects/UOContent.Tests/Tests/Commands/Objects
Kamron Batman 685fbc146e
feat(objects): ExtractProperties — [CommandProperty] props with enum expansion
Add ObjectIntrospection.ExtractProperties(Type) to extract public instance
properties carrying [CommandProperty] attribute, including inherited ones.
Properties include type via ObjectNaming.FriendlyTypeName, read/write access
levels, readOnly flag, and enum values expanded via Enum.GetNames.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 12:38:03 -07:00
..
ObjectIntrospectionCtorsTests.cs feat(objects): ExtractCtors — constructible ctor arguments 2026-07-19 12:38:02 -07:00
ObjectIntrospectionLeanTests.cs feat(objects): ExtractLean — itemID/hue/name/cliloc from a live instance 2026-07-19 12:38:02 -07:00
ObjectIntrospectionPropertiesTests.cs feat(objects): ExtractProperties — [CommandProperty] props with enum expansion 2026-07-19 12:38:03 -07:00
ObjectNamingTests.cs feat(objects): cache DTOs + chunk-key/friendly-type naming helpers 2026-07-19 12:38:02 -07:00