Parameter return type for functions handling data references passed via url {pageUrl}/{data label}
Namespace: Composite.FunctionsAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public class ByLabel<T> : PathInfoRoutedData<T> where T : class, IData |
| Visual Basic |
|---|
Public Class ByLabel(Of T As {Class, IData}) _ Inherits PathInfoRoutedData(Of T) |
| Visual C++ |
|---|
generic<typename T> where T : ref class, IData public ref class ByLabel : public PathInfoRoutedData<T> |
Type Parameters
- T
- The data type.
Inheritance Hierarchy
System..::..Object
Composite.Functions..::..PathInfoRoutedData<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData..::..ByLabel<(Of <(<'T>)>)>
Composite.Functions..::..PathInfoRoutedData<(Of <(<'T>)>)>
Composite.Functions..::..RoutedData..::..ByLabel<(Of <(<'T>)>)>