Interface IImagePropertyValue
- Namespace
- Ascon.Polynom.Web.Api.Data.Interfaces.Models.Properties.Values
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Представляет данные свойства типа "Изображение".
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ImagePropertyValue))]
public interface IImagePropertyValue : IRawPropertyValue, IPropertyValue, IHaveId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
- Inherited Members
- Extension Methods
Properties
Body
byte[]? Body { get; set; }
Property Value
- byte[]