Domain components can have associated specific classes called domain logic. These classes' methods provide implementation for members declared in a domain component. Here, a domain logic for methods declared in a domain component is implemented: - The Postpone method, which is declared as an Action, modifies the DueDate property. This method is called when the Postpone Action is executed; - The CreateReport creates a report with the Text property set to the value passed as a parameter; - The AfterConstruction method initializes properties. To specify the Report property, it calls the CreateReport method with “new task” passed as a parameter. Click the 'C# Code' tab to see the corresponding source code. To see a complete list of possible domain logic methods refer to the product documentation.
Due Date: |
| Loading… |
|
49 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
50 | 8 | 9 | 10 | 11 | 12 | 13 | 14 |
51 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
52 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |
01 | 29 | 30 | 31 | 1 | 2 | 3 | 4 |
02 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
|
Jan | Feb | Mar | Apr |
May | Jun | Jul | Aug |
Sep | Oct | Nov | Dec |
|
|
|
|
|
|
|