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

Interface IMutableArgumentsDefinition

Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IMutableArgumentsDefinition : IArgumentsDefinition, IMemberDefinition

Properties

Arguments

Declaration
IReadOnlyDictionary<string, ArgumentDefinition> Arguments { get; }
Property Value
Type Description
IReadOnlyDictionary<String, ArgumentDefinition>

Methods

GetArguments()

Declaration
IEnumerable<ArgumentDefinition> GetArguments()
Returns
Type Description
IEnumerable<ArgumentDefinition>

RenameArgument(ArgumentDefinition, String, ConfigurationSource)

Declaration
bool RenameArgument(ArgumentDefinition argument, string name, ConfigurationSource configurationSource)
Parameters
Type Name Description
ArgumentDefinition argument
String name
GraphZen.TypeSystem.Internal.ConfigurationSource configurationSource
Returns
Type Description
Boolean
Back to top Copyright © 2017-2019 GraphZen LLC