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.StorageServiceAssembly: 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