Interface IEnumValueDefinition
Inherited Members
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 |
|---|---|
| IEnum |
Value
Declaration
object Value { get; }
Property Value
| Type | Description |
|---|---|
| Object |