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()
Assembly: EPiServer.Shell.UI.dll
Version: 11.20.7
public class MetadataStoreModel
Constructors
Declaration
public MetadataStoreModel()
Properties
Declaration
public IDictionary<string, object> AdditionalValues { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
Declaration
public IDictionary<string, object> CustomEditorSettings { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int DisplayOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IList<GroupSettingsViewModel> Groups { get; }
Property Value
Declaration
public bool HideSurroundingHtml { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public object InitialValue { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public string LayoutType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IList<PropertyMapping> MappedProperties { get; }
Property Value
Declaration
public string ModelType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public IDictionary<string, object> OverlaySettings { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
Declaration
public IList<MetadataStoreModel> Properties { get; }
Property Value
Declaration
public IList<ISelectItem> Selections { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<ISelectItem> |
|
Declaration
public IDictionary<string, object> Settings { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
Declaration
public bool ShowForEdit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string UiPackage { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UiType { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods