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

Interface IMutableDeprecation

Inherited Members
IDeprecation.IsDeprecated
IDeprecation.DeprecationReason
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IMutableDeprecation : IDeprecation

Methods

MarkAsDeprecated(String, ConfigurationSource)

Declaration
bool MarkAsDeprecated(string reason, ConfigurationSource configurationSource)
Parameters
Type Name Description
String reason
GraphZen.TypeSystem.Internal.ConfigurationSource configurationSource
Returns
Type Description
Boolean

RemoveDeprecation(ConfigurationSource)

Declaration
bool RemoveDeprecation(ConfigurationSource configurationSource)
Parameters
Type Name Description
GraphZen.TypeSystem.Internal.ConfigurationSource configurationSource
Returns
Type Description
Boolean
Back to top Copyright © 2017-2019 GraphZen LLC