Base class for return type of a data parameter.
Namespace: Composite.FunctionsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public abstract class PathInfoRoutedData<T> where T : class, IData |
Visual Basic |
---|
Public MustInherit Class PathInfoRoutedData(Of T As {Class, IData}) |
Visual C++ |
---|
generic<typename T> where T : ref class, IData public ref class PathInfoRoutedData abstract |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Composite.Functions.PathInfoRoutedData`1"]
Inheritance Hierarchy
System..::..Object
Composite.Functions..::..PathInfoRoutedData<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData..::..ById<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData..::..ByIdAndLabel<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData..::..ByLabel<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData<(Of <(<'T>)>)>
Composite.Functions..::..PathInfoRoutedData<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData..::..ById<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData..::..ByIdAndLabel<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData..::..ByLabel<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData<(Of <(<'T>)>)>