❔ Auto Properties
So i have a property of Client, which has some properties of its own. One of which is ClientId. Sometimes when instantiate, i can only provide a ClientID, but i have a function i can call to get a complete Client from just the Id. Can i somehow to set GetFullClient(IdReceivedByConstructor)
2 Replies
context... there is a lot missing
If you have a function to make a client from an id, then sure, call it form the constructor if that's what you want to do
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.