Table of Contents

Interface IUpdateFavoritesGroupRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Favorites
Assembly
Ascon.Polynom.Web.Api.Data.dll

Запрос обновления свойств группы избранных.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(UpdateFavoritesGroupRequest))]
public interface IUpdateFavoritesGroupRequest : IIdentifierRequest, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IWebApiRequest
Inherited Members
Extension Methods

Properties

Name

Имя группы.

string Name { get; set; }

Property Value

string