| MasterDataObjectType Enumeration |
Namespace:
Omada.OE.Model.UIAction
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic enum MasterDataObjectType
Members
| Member name | Value | Description |
---|
| View | 0 | |
| DataObjectType | 1 | |
| Property | 2 | |
| AuthRole | 3 | |
| Form | 4 | |
| User | 5 |
User is special because the list of users is actually a view. So only "detail" actions should be made for the master data type "User".
|
| UserGroup | 6 |
UserGroup is special because the list of user groups is actually a view. So only "detail" actions should be made for the master data type "UserGroup".
|
| Activity | 7 |
Activity is special because the list of activities is actually a view. So only "detail" actions should be made for the master data type "Activity".
|
| Process | 8 |
Process is special because the list of processes is actually a view. So only "detail" actions should be made for the master data type "Process".
|
| EventDefinition | 9 | |
| WorkItem | 10 | |
| CopyRule | 11 | |
| WebPageHelpContext | 12 | |
| Stylesheet | 13 | |
| CodeMethodConfig | 14 | |
| WorkWeek | 15 | |
| DataObjCounter | 16 | |
| CodeMethodLog | 17 | |
| BrowserEventHandler | 18 | |
| PropertySetValue | 19 | |
| ConfigurationChange | 20 | |
| Timer | 21 | |
| DataExchangeConfiguration | 22 | |
| Sequence | 23 | |
| ServiceRule | 24 | |
| ProcessPhase | 25 | |
| Transition | 26 | |
| AppString | 27 | |
| UserGroupMember | 28 | |
| VotingHistory | 29 | |
| MailTemplates | 30 | |
| CodeAssemblies | 31 | |
| ProvisioningError | 32 | Obsolete. |
| ProvisioningClaim | 33 | |
See Also