Zyrenthian
Programmer
Hi All,
I have a base class I defined to maintain if a set property has been called. In each class that inherits from this base class, I add the line "IsDirty = true;".
Is it possible to have the base class define for all child classes, this line is added/executed by default? If so, is it also possible to specify this just for public properties?
Thanks,
Z
I have a base class I defined to maintain if a set property has been called. In each class that inherits from this base class, I add the line "IsDirty = true;".
Is it possible to have the base class define for all child classes, this line is added/executed by default? If so, is it also possible to specify this just for public properties?
Thanks,
Z