Skip to content

Commit 721eae1

Browse files
Поле IsDeprecated в EnumerationType
1 parent 608af9a commit 721eae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/OneScript.Core/Contexts/Enums/EnumerationTypeAttribute.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ public EnumerationTypeAttribute (string name, string alias = null, bool createPr
2929
public string TypeUUID { get; set; }
3030

3131
public string ValueTypeUUID { get; set; }
32+
public bool IsDeprecated { get; set; }
3233
}
3334
}

0 commit comments

Comments
 (0)