RelatedSchema Class

NReco.GraphQL Class Library Documentation
Defines a relation to another Graphql object.
Inheritance Hierarchy

SystemObject
  NReco.GraphQL.SchemasRelatedSchema

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

public class RelatedSchema

The RelatedSchema type exposes the following members.

Constructors

  NameDescription
Public methodRelatedSchema
Initializes a new instance of the RelatedSchema class
Top
Properties

  NameDescription
Public propertyName
Refers to the name of related object (SingleName or ListName).
Public propertyQuery
Query used to load related object. Get or set related query - it's necessary to set Table (database table name) and Condition properties for (Query). Parent schema object and current schema object arguments are allowed to use via SetVars method
Public propertyRelex
Get or set string representation of the Query in Relex syntax. Parent schema object and current schema object arguments are allowed to use
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