Table of Contents

Class IntegerPropertyValue

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

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

public class IntegerPropertyValue : PropertyValue, IIntegerPropertyValue, IPropertyValue, IHaveId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inheritance
IntegerPropertyValue
Implements
Inherited Members
Extension Methods

Constructors

IntegerPropertyValue()

Инициализирует экземпляр класса.

public IntegerPropertyValue()

Properties

Value

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

public int? Value { get; set; }

Property Value

int?