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

Interface IInterfaces

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IInterfaces : IInterfacesDefinition

Properties

Interfaces

Declaration
IReadOnlyList<InterfaceType> Interfaces { get; }
Property Value
Type Description
IReadOnlyList<InterfaceType>

InterfacesMap

Declaration
IReadOnlyDictionary<string, InterfaceType> InterfacesMap { get; }
Property Value
Type Description
IReadOnlyDictionary<String, InterfaceType>

Methods

GetInterfaces()

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