Interface IScopeData
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Данные области фильтрации дерева.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ScopeData))]
public interface IScopeData
Properties
Identifier
Идентификатор области.
Optional<IIdentifiableObject> Identifier { get; set; }
Property Value
Location
Строка расположения области.
Optional<string> Location { get; set; }