Parameter return type for functions handling data references passed via url format, defined with attribute on the data types.
If none defined, it the url format will be the same as in RoutedData..::..ById<(Of <(<'T>)>)>
Namespace: Composite.FunctionsAssembly: Composite (in Composite.dll) Version: 6.1.6325.31818
Syntax
C# |
---|
public class RoutedData<T> : PathInfoRoutedData<T> where T : class, IData |
Visual Basic |
---|
Public Class RoutedData(Of T As {Class, IData}) _ Inherits PathInfoRoutedData(Of T) |
Visual C++ |
---|
generic<typename T> where T : ref class, IData public ref class RoutedData : public PathInfoRoutedData<T> |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Composite.Functions.RoutedData`1"]
Inheritance Hierarchy
System..::..Object
Composite.Functions..::..PathInfoRoutedData<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData<(Of <(<'T>)>)>
Composite.Functions..::..PathInfoRoutedData<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData<(Of <(<'T>)>)>