| 1. |
Why Are Properties Important In Webpart Development, And How Have You Exploited Them In Past Development Projects? What Must Each Custom Property Have? |
|
Answer» Properties are important because WebParts allow levels of personalization for each user. WebPart properties make it possible for a user to INTERACT, adjust, and increase overall experience value with the programmatic assets that you develop without having the need to USE an external editor or right any code. A very simple example of exploiting a property WOULD be SOMETHING like allowing the user to change the text on the WebPart design interface so that they can display whatever string of text they desire. Each custom property that you have must have the appropriate get and set accessor methods. Properties are important because WebParts allow levels of personalization for each user. WebPart properties make it possible for a user to interact, adjust, and increase overall experience value with the programmatic assets that you develop without having the need to use an external editor or right any code. A very simple example of exploiting a property would be something like allowing the user to change the text on the WebPart design interface so that they can display whatever string of text they desire. Each custom property that you have must have the appropriate get and set accessor methods. |
|