Table of Contents

Interface ICanBeSystemObject

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Base
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет объект, который может системным.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(CanBeSystemObject))]
public interface ICanBeSystemObject

Properties

IsSystemObject

Признак системного объекта.

bool IsSystemObject { get; set; }

Property Value

bool