Interface IMutableDeprecation
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
RemoveDeprecation(ConfigurationSource)
Declaration
bool RemoveDeprecation(ConfigurationSource configurationSource)
Parameters
| Type |
Name |
Description |
| GraphZen.TypeSystem.Internal.ConfigurationSource |
configurationSource |
|
Returns