Difference between revisions of "WebConfig - Requirements guideline"
(New page: There are some requirements you should specify clearly when making a request for the new webconfig keys: {| cellspacing="1" cellpadding="1" width="1000" align="left" border="2" |+ == <s...) |
|||
Line 52: | Line 52: | ||
| Give us an example of the new key plz | | Give us an example of the new key plz | ||
|} | |} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[Category:Technical_guidelines ]] |
Revision as of 08:12, 11 March 2009
There are some requirements you should specify clearly when making a request for the new webconfig keys:
Syntax |
Syntax of that new key |
Description |
What is that ? What's that used for? (The purpose of the key) |
Type |
Type of key's value (Int, UInt, Boolean, String...etc) |
Required |
Is that key required or not? |
Default value |
The default value for the key |
Recommend value |
The recommend value |
Validation rule |
Describe the validation rule for the key. We will base on these rules to implement the validation method for the new one. If no any validation rule specified, we will implement the validation base on Type, Required...etc |
Example |
Give us an example of the new key plz |