ViewModule
The valid values for the module of a view.
enum ViewModule {
PROJECTS
PROPERTIES
CONTACTS
LETTERS
TASKS
EASEMENTS
COORDINATIONS
SPECIFICATIONS
ORDINANCES
CONTRACTS
SUBMISSIONS
METERS
READINGS
PRODUCTS
INVOICES
EXPENSES
QUOTES
TEMPLATES
}
Values
ViewModule.PROJECTS
The view belongs to the projects module.
ViewModule.PROPERTIES
The view belongs to the properties module.
ViewModule.CONTACTS
The view belongs to the contacts module.
ViewModule.LETTERS
The view belongs to the letters module.
ViewModule.TASKS
The view belongs to the tasks module.
ViewModule.EASEMENTS
The view belongs to the easements module.
ViewModule.COORDINATIONS
The view belongs to the coordinations module.
ViewModule.SPECIFICATIONS
The view belongs to the specifications module.
ViewModule.ORDINANCES
The view belongs to the ordinances module.
ViewModule.CONTRACTS
The view belongs to the contracts module.
ViewModule.SUBMISSIONS
The view belongs to the submissions module.
ViewModule.METERS
The view belongs to the meters module.
ViewModule.READINGS
The view belongs to the readings module.
ViewModule.PRODUCTS
The view belongs to the products module.
ViewModule.INVOICES
The view belongs to the invoices module.
ViewModule.EXPENSES
The view belongs to the expenses module.
ViewModule.QUOTES
The view belongs to the quotes module.
ViewModule.TEMPLATES
The view belongs to the templates module.
Member Of
CreateViewInput
input ● MarkViewAsDefaultInput
input ● UpdateViewInput
input ● View
object