SaaS CMS has officially launched! Learn more now.

Class PropertyDataRecord

Inheritance
System.Object
PropertyDataRecord
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class PropertyDataRecord : Object

Constructors

PropertyDataRecord()

Declaration
public PropertyDataRecord()

Properties

Boolean

Declaration
public virtual Nullable<bool> Boolean { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

CategoryString

Declaration
public virtual string CategoryString { get; set; }
Property Value
Type Description
System.String

ContentID

Declaration
public virtual Nullable<int> ContentID { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Date

Declaration
public virtual Nullable<DateTime> Date { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Double

Declaration
public virtual Nullable<double> Double { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Guid

Declaration
public virtual Nullable<Guid> Guid { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

Integer

Declaration
public virtual Nullable<int> Integer { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

LinkGuid

Declaration
public virtual Nullable<Guid> LinkGuid { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>

LongString

Declaration
public virtual string LongString { get; set; }
Property Value
Type Description
System.String

PageType

Declaration
public virtual Nullable<int> PageType { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ScopeName

Declaration
public virtual string ScopeName { get; set; }
Property Value
Type Description
System.String

String

Declaration
public virtual string String { get; set; }
Property Value
Type Description
System.String

Extension Methods