Regions are used in AyaNova to compartmentalize objects and keep them separate. For example a Client can be set to a specific region
in which case only users also set to that Region will be able to see and use that Client.
In addition some default settings are applied from a regional level between Global and User settings.
Namespace: GZTW.AyaNova.BLLAssembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
| C# |
|---|
[SerializableAttribute] public class Region : BusinessBase |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class Region _ Inherits BusinessBase |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Region : public BusinessBase |