C-DEngine 5.105

TheThing..::..RegisterForUpdateHistory<(Of <(<'T>)>)> Method (TheHistoryParameters, TheStorageMirror<(Of <(<'T>)>)>)

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

Syntax


public Guid RegisterForUpdateHistory<T>(
	TheHistoryParameters registration,
	TheStorageMirror<T> store
)
where T : TheDataBase, INotifyPropertyChanged, TheDataBase, INotifyPropertyChanged
Public Function RegisterForUpdateHistory(Of T As {TheDataBase, INotifyPropertyChanged, TheDataBase, INotifyPropertyChanged}) ( _
	registration As TheHistoryParameters, _
	store As TheStorageMirror(Of T) _
) As Guid
public:
generic<typename T>
where T : TheDataBase, INotifyPropertyChanged, TheDataBase, INotifyPropertyChanged
Guid^ RegisterForUpdateHistory(
	TheHistoryParameters^ registration, 
	TheStorageMirror<T>^ store
)

Type Parameters

T