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

Interface IObjectTypes

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IObjectTypes : IObjectTypesDefinition

Properties

Objects

Declaration
IReadOnlyList<ObjectType> Objects { get; }
Property Value
Type Description
IReadOnlyList<ObjectType>

Methods

GetObjects()

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