C# 클래스 GraphQL.Net.VariableTypes

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddType ( ITypeHandler>.Func customHandler ) : void
Complete ( ) : void
TranslateValue ( Value graphQLValue, Type desiredCLRType ) : object

Get a CLR object of type desiredCLRType from the value graphQLValue.

VariableTypeOf ( Type clrType ) : VariableType

Return the schema variable type used to represent values of type clrType.

메소드 상세

AddType() 공개 메소드

public AddType ( ITypeHandler>.Func customHandler ) : void
customHandler ITypeHandler>.Func
리턴 void

Complete() 공개 메소드

public Complete ( ) : void
리턴 void

TranslateValue() 공개 메소드

Get a CLR object of type desiredCLRType from the value graphQLValue.
public TranslateValue ( Value graphQLValue, Type desiredCLRType ) : object
graphQLValue Value
desiredCLRType System.Type
리턴 object

VariableTypeOf() 공개 메소드

Return the schema variable type used to represent values of type clrType.
public VariableTypeOf ( Type clrType ) : VariableType
clrType System.Type
리턴 VariableType