Class Aggregations
Assembly: dotNetRdf.Query.Spin.dll
Syntax
public class Aggregations
Methods
|
Edit this page
View Source
getName(INode)
Declaration
public static string getName(INode aggType)
Parameters
Type |
Name |
Description |
INode |
aggType |
|
Returns
|
Edit this page
View Source
getType(string)
Declaration
public static INode getType(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
|
Edit this page
View Source
register(INode, string)
Declaration
public static void register(INode aggType, string name)
Parameters
Extension Methods