Try our conversational search powered by Generative AI!

Class StorageType

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

Inheritance
System.Object
StorageType
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 11.20.7
Syntax
public class StorageType

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