I read Jimmy Nillson's 'A pure object-oriented domain model by a db-guy' series.
In one of the article's he has an interface 'IIdSetter' that is used for
"setting readonly id-properties...". If I have a Person class that has a
read-only property for PhoneNumber, and this class has a private variable
as typse IIdSetter, what would be the code interaction that would set the
Person class' PhoneNumber property. Being New to VB.NET, I can't visualize
the interaction.

Could someone please help me understand,
Matt Brook