SaaS CMS has officially launched! Learn more now.

Class PropertyDoubleList

A content type property for a list of double-precision floating-point numbers.

Inheritance
System.Object
PropertyList<System.Double>
PropertyDoubleList
Inherited Members
Namespace: EPiServer.SpecializedProperties
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[PropertyDefinitionTypePlugIn]
public class PropertyDoubleList : PropertyList<double>, IReadOnly<PropertyData>, IReadOnly, ILazyProperty

Constructors

PropertyDoubleList()

Declaration
public PropertyDoubleList()

Implements

Extension Methods