C-DEngine 5.105

TheDataBase Class

TheDataBase is the Base Class of all Classes in the C-DEngine that want to participate in the StorageService communication It is always good practice to derive from this class. Many C-DEngine functions do rely on these base properties

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public class TheDataBase : TheBindableBase, 
	ICDEEvents
Public Class TheDataBase _
	Inherits TheBindableBase _
	Implements ICDEEvents
public ref class TheDataBase : public TheBindableBase, 
	ICDEEvents

Inheritance Hierarchy


Object
  nsCDEngine.ViewModels..::..TheBindableBase
    nsCDEngine.ViewModels..::..TheDataBase