GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Class FieldArgumentsAccessorExtensions

Inheritance
Object
FieldArgumentsAccessorExtensions
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public static class FieldArgumentsAccessorExtensions

Methods

FindArgument(Field, String)

Declaration
public static Argument FindArgument(this Field source, string name)
Parameters
Type Name Description
Field source
String name
Returns
Type Description
Argument

GetArgument(Field, String)

Declaration
public static Argument GetArgument(this Field source, string name)
Parameters
Type Name Description
Field source
String name
Returns
Type Description
Argument

HasArgument(Field, String)

Declaration
public static bool HasArgument(this Field source, string name)
Parameters
Type Name Description
Field source
String name
Returns
Type Description
Boolean

TryGetArgument(Field, String, out Argument)

Declaration
public static bool TryGetArgument(this Field source, string name, out Argument argument)
Parameters
Type Name Description
Field source
String name
Argument argument
Returns
Type Description
Boolean
Back to top Copyright © 2017-2019 GraphZen LLC