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

Interface IInterfaceTypes

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IInterfaceTypes : IInterfaceTypesDefinition

Properties

Interfaces

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

Methods

GetInterfaces()

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