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: 7.19.2Syntax
public class StorageTypeProperties
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 | 
