ObjectSchema Class

NReco.GraphQL Class Library Documentation
Defines Graphql object schema and how it is mapped to SQL.
Inheritance Hierarchy

SystemObject
  NReco.GraphQL.SchemasObjectSchema

Namespace:  NReco.GraphQL.Schemas
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

public class ObjectSchema

The ObjectSchema type exposes the following members.

Constructors

  NameDescription
Public methodObjectSchema
Initializes a new instance of the ObjectSchema class
Top
Properties

  NameDescription
Public propertyDescription
Object description. Used in results on schema queries.
Public propertyFields
Definitions of this object fields.
Public propertyListName
Name that refers to list of objects in GraphQL query.
Public propertyRelatedObjects
Definitions of the objects that may be queried as 'childs' of this object.
Public propertySingleName
Name that refers to single object in GraphQL query.
Public propertyTable
Database table name (or view) that corresponds to this object.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference