Table of Contents

Interface IRtfPropertyValue

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Properties.Values
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет данные свойства типа "RTF-текст".

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(RtfPropertyValue))]
public interface IRtfPropertyValue : IPropertyValue, IHaveId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

Value

Возвращает значение свойства.

string? Value { get; set; }

Property Value

string