C-DEngine 5.105

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

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

Syntax


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

Type Parameters

T