Interface IDeprecation
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IDeprecation
Properties
DeprecationReason
Declaration
string DeprecationReason { get; }
Property Value
| Type | Description |
|---|---|
| String |
IsDeprecated
Declaration
bool IsDeprecated { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |