Interface ICanBeSystemObject
Представляет объект, который может системным.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(CanBeSystemObject))]
public interface ICanBeSystemObject
Properties
IsSystemObject
Признак системного объекта.
bool IsSystemObject { get; set; }