C
Craig Buchanan
I would like to emulate the template/document relationship that MS Word has,
but with classes.
I would like to be able to define a MessageTemplate class (with subject,
body, recipients, etc), then be able to create an instance of the Job class
based on the MessageTemplate's values. The Job would be pre-populated with
the MessageTemplate's values, but its settings could be overridden.
Essentially, the Job is a deep copy of the MessageTemplate, but with a new
unique key.
I would appreciate others' thoughts on the matter. Am I over doing this?
Thanks,
Craig Buchanan
but with classes.
I would like to be able to define a MessageTemplate class (with subject,
body, recipients, etc), then be able to create an instance of the Job class
based on the MessageTemplate's values. The Job would be pre-populated with
the MessageTemplate's values, but its settings could be overridden.
Essentially, the Job is a deep copy of the MessageTemplate, but with a new
unique key.
I would appreciate others' thoughts on the matter. Am I over doing this?
Thanks,
Craig Buchanan