Class Aggregations
Inheritance
System.Object
Aggregations
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.Spin.Core
Assembly: dotNetRdf.Query.Spin.dll
Syntax
public class Aggregations
Methods
| Improve this Doc View SourcegetName(INode)
Declaration
public static string getName(INode aggType)
Parameters
Type | Name | Description |
---|---|---|
INode | aggType |
Returns
Type | Description |
---|---|
string |
getType(string)
Declaration
public static INode getType(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Returns
Type | Description |
---|---|
INode |
register(INode, string)
Declaration
public static void register(INode aggType, string name)
Parameters
Type | Name | Description |
---|---|---|
INode | aggType | |
string | name |