SaaS CMS has officially launched! Learn more now.

Class MetadataStoreModel

Inheritance
System.Object
MetadataStoreModel
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.Shell.UI.Models
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
Syntax
public class MetadataStoreModel

Constructors

MetadataStoreModel()

Declaration
public MetadataStoreModel()

Properties

AdditionalValues

Declaration
public IDictionary<string, object> AdditionalValues { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

CustomEditorSettings

Declaration
public IDictionary<string, object> CustomEditorSettings { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

DisplayName

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

DisplayOrder

Declaration
public int DisplayOrder { get; set; }
Property Value
Type Description
System.Int32

GroupName

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

Groups

Declaration
public IList<GroupSettingsViewModel> Groups { get; }
Property Value
Type Description
System.Collections.Generic.IList<GroupSettingsViewModel>

HideSurroundingHtml

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

InitialValue

Declaration
public object InitialValue { get; set; }
Property Value
Type Description
System.Object

LayoutType

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

MappedProperties

Declaration
public IList<PropertyMapping> MappedProperties { get; }
Property Value
Type Description
System.Collections.Generic.IList<PropertyMapping>

ModelType

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

Name

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

OverlaySettings

Declaration
public IDictionary<string, object> OverlaySettings { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

Properties

Declaration
public IList<MetadataStoreModel> Properties { get; }
Property Value
Type Description
System.Collections.Generic.IList<MetadataStoreModel>

Selections

Declaration
public IList<ISelectItem> Selections { get; }
Property Value
Type Description
System.Collections.Generic.IList<ISelectItem>

Settings

Declaration
public IDictionary<string, object> Settings { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>

ShowForEdit

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

UiPackage

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

UiType

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

Extension Methods