Show / Hide Table of Contents

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 Source

getName(INode)

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

getType(string)

Declaration
public static INode getType(string name)
Parameters
Type Name Description
string name
Returns
Type Description
INode
| Improve this Doc 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)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • getName(INode)
    • getType(string)
    • register(INode, string)
  • Extension Methods
Back to top Generated by DocFX