SaaS CMS has officially launched! Learn more now.

Class StorageType

Helper class to determine the Dynamic Data Store storage type of a System.Type

Inheritance
System.Object
StorageType
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public class StorageType : Object

Properties

IsAnonymous

A System.Boolean indicating if the current System.Type is an anonymous type

Declaration
public bool IsAnonymous { get; }
Property Value
Type Description
System.Boolean

IsCollection

A System.Boolean indicating if the current System.Type is mapped as a collection in a Dynamic Data Store

Declaration
public bool IsCollection { get; }
Property Value
Type Description
System.Boolean

IsInline

A System.Boolean indicating if the current System.Type is mapped inline in a Dynamic Data Store

Declaration
public bool IsInline { get; }
Property Value
Type Description
System.Boolean

IsReference

A System.Boolean indicating if the current System.Type is mapped as a reference in a Dynamic Data Store

Declaration
public bool IsReference { get; }
Property Value
Type Description
System.Boolean

Extension Methods