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

Class InterfaceTypeFieldsAccessorExtensions

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

Methods

FindField(InterfaceType, String)

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

GetField(InterfaceType, String)

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

HasField(InterfaceType, String)

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

TryGetField(InterfaceType, String, out Field)

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