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

Interface IMutableMemberTypesDefinition

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

Methods

FindIgnoredMemberTypeConfigurationSource(String)

Declaration
ConfigurationSource? FindIgnoredMemberTypeConfigurationSource(string name)
Parameters
Type Name Description
String name
Returns
Type Description
Nullable<GraphZen.TypeSystem.Internal.ConfigurationSource>

GetMemberTypes()

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