Interface IGetAllConceptsRequest
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Запрос всех понятий.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetAllConceptsRequest))]
public interface IGetAllConceptsRequest : IPaginatedRequest, IWebApiRequest
- Inherited Members
Properties
FilterString
Строка фильтрации.
string? FilterString { get; set; }