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

Interface IEnumTypes

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IEnumTypes : IEnumTypesDefinition

Properties

Enums

Declaration
IReadOnlyList<EnumType> Enums { get; }
Property Value
Type Description
IReadOnlyList<EnumType>

Methods

GetEnums()

Declaration
IEnumerable<EnumType> GetEnums()
Returns
Type Description
IEnumerable<EnumType>
Back to top Copyright © 2017-2019 GraphZen LLC