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

Class ObjectTypeFieldsAccessorExtensions

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

Methods

FindField(ObjectType, String)

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

GetField(ObjectType, String)

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

HasField(ObjectType, String)

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

TryGetField(ObjectType, String, out Field)

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