| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class BaseOperation
(Of TEventArgs As AsyncEventArgs,
TOp As BaseOperation(Of TEventArgs,TOp))
Inherits BaseOperation
Implements INotifyCompleted, System.ComponentModel.INotifyPropertyChanged | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As BaseOperation(Of TEventArgs,TOp) | |
| C# | |
|---|---|
public abstract class BaseOperation<TEventArgs,TOp> : BaseOperation, INotifyCompleted, System.ComponentModel.INotifyPropertyChanged where TEventArgs: AsyncEventArgs where TOp: BaseOperation<TEventArgs,TOp> | |
| C++/CLI | |
|---|---|
generic<typename TEventArgs> generic<typename TOp> public ref class BaseOperation abstract : public BaseOperation, INotifyCompleted, System.ComponentModel.INotifyPropertyChanged where TEventArgs: AsyncEventArgs where TOp: BaseOperation<TEventArgs,TOp> | |
- TEventArgs
- TOp
System.Object
IdeaBlade.EntityModel.BaseOperation
IdeaBlade.EntityModel.BaseOperation<TEventArgs,TOp>
IdeaBlade.EntityModel.CoroutineOperation
IdeaBlade.EntityModel.EntityQueryOperation
IdeaBlade.EntityModel.EntityQueryOperation<T>
IdeaBlade.EntityModel.EntityRefetchOperation
IdeaBlade.EntityModel.EntitySaveOperation
IdeaBlade.EntityModel.EntityScalarQueryOperation
IdeaBlade.EntityModel.EntityScalarQueryOperation<T>
IdeaBlade.EntityModel.InvokeServerMethodOperation
IdeaBlade.EntityModel.LoginOperation
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family