|
|
Guest Book The Guest Book application prompts a user to sign an electronic Guest Book. The first Web Part is the user input. The second Web Part searches the workflows for a match to the signature. Sign into the Jetfire Guest Book. The Guest Book consists of:
- The code – note that the class is called ‘GuestSignature’.
- A class control used to instantiate the object
- A display control to find and display the guest signature
The Guest Signature code is simple – a class that contains three properties. The ‘CreationDateTime’ property is the date and time when the object was instantiated. The ‘Signature’ property is the greeting, i.e. “name of person signed the guest book on Wed, Jun 11, 2008 9:52 AM”. The ‘Greeting’ property allows the user to enter some notable salutation.
- As with any Guest Book, users may return to review their signature at a later date.
|
|
|
|
|