Address object - stores physical location or postal address
This object used by Client, Vendor, HeadOffice and Vendor objects
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 Address : BusinessBase |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class Address _ Inherits BusinessBase |
| Visual C++ |
|---|
[SerializableAttribute] public ref class Address : public BusinessBase |