Interface ILocateableObject
Представляет объект со строкой расположения.
[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; }