Global settings - stores AyaNova wide defaults and preferences
API users: use the GlobalSettings property to ensure you are working with the most current GlobalSettings rather than retrieving this object directly.
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 Global : BusinessBase |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class Global _ Inherits BusinessBase |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Global : public BusinessBase |