C-DEngine 5.105

TheStorageMirror<(Of <(<'T>)>)> Class

TheStorageMirror is a class representing data storage of the C-DEngine. It abstracts the underlying data Store from the use in The C-DEngine

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

Syntax


public class TheStorageMirror<T>
where T : TheDataBase, INotifyPropertyChanged
Public Class TheStorageMirror(Of T As {TheDataBase, INotifyPropertyChanged})
generic<typename T>
where T : TheDataBase, INotifyPropertyChanged
public ref class TheStorageMirror

Type Parameters

T

Inheritance Hierarchy


Object
  nsCDEngine.Engines.StorageService..::..TheStorageMirror<(Of <(<'T>)>)>