Show / Hide Table of Contents

Class Aggregations

Inheritance
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

| Edit this page View Source

getName(INode)

Declaration
public static string getName(INode aggType)
Parameters
Type Name Description
INode aggType
Returns
Type Description
string
| Edit this page View Source

getType(string)

Declaration
public static INode getType(string name)
Parameters
Type Name Description
string name
Returns
Type Description
INode
| Edit this page View Source

register(INode, string)

Declaration
public static void register(INode aggType, string name)
Parameters
Type Name Description
INode aggType
string name

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Methods
    • getName(INode)
    • getType(string)
    • register(INode, string)
  • Extension Methods
Back to top Generated by DocFX