C# 클래스 GraphQL.AspNet.Internal.Introspection.Model.IntrospectedType

파일 보기 프로젝트 열기: graphql-aspnet/graphql-aspnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
LoadEnumValues void
LoadFields void
LoadInputValues void
LoadInterfaces void
LoadPossibleTypes void

공개 메소드들

메소드 설명
Initialize ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void

When overridden in a child class,populates this introspected type using its parent schema to fill in any details about other references in this instance.

IntrospectedType ( IGraphType graphType ) : System

Initializes a new instance of the IntrospectedType class.

IntrospectedType ( IntrospectedType ofType, TypeKind metaKind ) : System

Initializes a new instance of the IntrospectedType class.

비공개 메소드들

메소드 설명
LoadEnumValues ( ) : void
LoadFields ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void

Loads the fields into this instance for any IGraphType that supports them.

LoadInputValues ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void
LoadInterfaces ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void

Loads the interfaces for any graph type that supports them.

LoadPossibleTypes ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void

Loads the possible types field for for unions or interfaces.

메소드 상세

Initialize() 공개 메소드

When overridden in a child class,populates this introspected type using its parent schema to fill in any details about other references in this instance.
public Initialize ( GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema schema ) : void
schema GraphQL.AspNet.Internal.Introspection.Model.IntrospectedSchema The schema.
리턴 void

IntrospectedType() 공개 메소드

Initializes a new instance of the IntrospectedType class.
public IntrospectedType ( IGraphType graphType ) : System
graphType IGraphType The graph type this model item will represent.
리턴 System

IntrospectedType() 공개 메소드

Initializes a new instance of the IntrospectedType class.
public IntrospectedType ( IntrospectedType ofType, TypeKind metaKind ) : System
ofType IntrospectedType The type this meta type is encapsulating.
metaKind TypeKind The type kind of this meta type (must be LIST or NON_NULL).
리턴 System