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

Interface IMemberTypes

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IMemberTypes : IMemberTypesDefinition

Properties

MemberTypes

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

MemberTypesMap

Declaration
IReadOnlyDictionary<string, ObjectType> MemberTypesMap { get; }
Property Value
Type Description
IReadOnlyDictionary<String, ObjectType>

Methods

GetMemberTypes()

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