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

Interface IMutableInterfacesDefinition

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

Methods

FindIgnoredInterfaceConfigurationSource(String)

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

GetInterfaces()

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