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

Interface IEnumValues

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IEnumValues : IEnumValuesDefinition

Properties

Values

Declaration
IReadOnlyDictionary<string, EnumValue> Values { get; }
Property Value
Type Description
IReadOnlyDictionary<String, EnumValue>

ValuesByValue

Declaration
IReadOnlyDictionary<object, EnumValue> ValuesByValue { get; }
Property Value
Type Description
IReadOnlyDictionary<Object, EnumValue>

Methods

GetValues()

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