Table of Contents

Interface ILocateableObject

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

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

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(LocateableObject))]
public interface ILocateableObject : IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveApplicability
Inherited Members
Extension Methods

Properties

Location

Строка расположения.

string Location { get; set; }

Property Value

string