Table of Contents

Interface IUpdateViewpointCatalogRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Viewpoint
Assembly
Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(UpdateViewpointCatalogRequest))]
public interface IUpdateViewpointCatalogRequest : IIdentifierRequest, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IWebApiRequest
Inherited Members
Extension Methods

Properties

IsEntry

Признак "Объект является точкой входа".

Optional<bool> IsEntry { get; set; }

Property Value

Optional<bool>

Name

Имя объекта.

Optional<string> Name { get; set; }

Property Value

Optional<string>