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