Class SchemaDisplayerItem
The item that is used for an Item in a DisplayableItemDescriptorForCustomSettings instance
This item specifies that we want to load the schema layout for displaying the database schema for all entities in the system
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
[CustomSettingsItemLayoutInfo("CustomSettingsItem-Schema")]
public class SchemaDisplayerItem : CustomSettingsItem
Constructors
SchemaDisplayerItem()
Creates a new data source display item for the DisplayableItemDescriptorForCustomSettings descriptor
Declaration
public SchemaDisplayerItem()
Fields
PARAM_SCHEMA
The layout name this item requires to be displayed
Available so a DefaultLayoutGenerator can be implemented to create a custom layout specifically for this item
Declaration
public const string PARAM_SCHEMA = "CustomSettingsItem-Schema"
Field Value
Type | Description |
---|---|
string |
Properties
ImageID
Returns the search default image
Declaration
public override Guid ImageID { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
Label
Always returns "Database Schema"
Declaration
public override string Label { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LayoutDiplayName
Returns PARAM_SCHEMA
Declaration
public override string LayoutDiplayName { get; }
Property Value
Type | Description |
---|---|
string |