Table of Contents

Interface IBinaryPropertyValue

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

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

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