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

Interface IEnumValueDefinition

Inherited Members
IDirectiveAnnotationsDefinition.DirectiveLocation
IDirectiveAnnotationsDefinition.GetDirectiveAnnotations()
INamed.Name
IDescription.Description
IDeprecation.IsDeprecated
IDeprecation.DeprecationReason
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IEnumValueDefinition : IAnnotatableDefinition, IDirectiveAnnotationsDefinition, IMemberDefinition, INamed, IDescription, IDeprecation, IInputDefinition, IOutputDefinition

Properties

DeclaringType

Declaration
IEnumTypeDefinition DeclaringType { get; }
Property Value
Type Description
IEnumTypeDefinition

Value

Declaration
object Value { get; }
Property Value
Type Description
Object
Back to top Copyright © 2017-2019 GraphZen LLC