491 B
491 B
Profiles
Abstract base entity for user/company profiles with name, contact info, and a linked address. Mapped to the Profile database table.
Key Files
AcProfile.cs— Generic abstract class (AcProfile<TAddress>) implementingIAcProfile. ContainsName,FirstName,LastName,EmailAddress,Description,ThumbnailUrl, and a foreign-key relationship to anAddressentity. ProvidesSetAddress()andGetFullName()helpers with language-aware name ordering.