Class UI_Grid_Profile
Inheritance
System.Object
UI_Grid_Profile
Assembly: Simplic.Framework.EF.dll
Syntax
public class UI_Grid_Profile : Locking.ILockable
Constructors
|
Improve this Doc
View Source
UI_Grid_Profile()
Declaration
Properties
|
Improve this Doc
View Source
AutoExpandGroups
Gets or sets whether to automatically expand groups or not
Declaration
public bool AutoExpandGroups { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AutoReloadInterval
Declaration
public int? AutoReloadInterval { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
CollapseAfterExecute
Declaration
public bool CollapseAfterExecute { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CreateClrAPIModelMethod
Declaration
public string CreateClrAPIModelMethod { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreateClrAPIModelMethodParameter
Declaration
public string CreateClrAPIModelMethodParameter { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DisplayIndex
Declaration
public int DisplayIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DocumentViewerName
Declaration
public string DocumentViewerName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DropDataService
Gets or sets the drop data service
Declaration
public string DropDataService { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EnableDrag
Gets or sets whether the drag and drop in the grid is enabled or not
Declaration
public bool EnableDrag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnableDrop
Gets or sets whether the drag and drop in the grid is enabled or not
Declaration
public bool EnableDrop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnableGridRefreshOnDataChange
Gets or sets whether to reload data when changed in window
Declaration
public bool EnableGridRefreshOnDataChange { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool EnableStickyGroupHeaders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GridId
Declaration
public Guid GridId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
GroupConfigurationJson
Declaration
public byte[] GroupConfigurationJson { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
HierachicalGridName
Gets or sets whether to use an hierarchical grid
Declaration
public string HierachicalGridName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
InPlaceUpdate
Declaration
public bool InPlaceUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsCustomProfile
Declaration
public bool IsCustomProfile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDeactivated
Declaration
public bool IsDeactivated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LoadAllData
Declaration
public bool LoadAllData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RemoveFromDragSrouce
Declaration
public bool RemoveFromDragSrouce { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RequiredRole
Declaration
public string RequiredRole { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ResolveDroppedDataStatement
Gets or sets the statement to resovle dropped items
Declaration
public string ResolveDroppedDataStatement { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SearchConfiguration
Declaration
public string SearchConfiguration { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SelectStatement
Declaration
public string SelectStatement { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ShouldAutoReload
Declaration
public bool ShouldAutoReload { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ShowFooter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowNumerationColumn
Declaration
public bool ShowNumerationColumn { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UI_Grid_Column_UI_Grid_Column_ProfileId
Declaration
public virtual ICollection<UI_Grid_Column> UI_Grid_Column_UI_Grid_Column_ProfileId { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<UI_Grid_Column> |
|
|
Improve this Doc
View Source
UI_Grid_Profile_DefaultSelection_UI_Grid_Profile
Declaration
public virtual ICollection<UI_Grid_Profile_DefaultSelection> UI_Grid_Profile_DefaultSelection_UI_Grid_Profile { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_Profile_Grid
Declaration
public virtual UI_Grid UI_Grid_Profile_Grid { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_Profile_User_UI_Grid_Profile_User_ProfileId
Declaration
public virtual ICollection<UI_Grid_Profile_User> UI_Grid_Profile_User_UI_Grid_Profile_User_ProfileId { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_RowHighlight_CLR_UI_Grid_RowHighlight_CLR_ProfileId
Declaration
public virtual ICollection<UI_Grid_RowHighlight_CLR> UI_Grid_RowHighlight_CLR_UI_Grid_RowHighlight_CLR_ProfileId { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_RowHighlight_Script_UI_Grid_RowHighlight_Script_ProfileId
Declaration
public virtual ICollection<UI_Grid_RowHighlight_Script> UI_Grid_RowHighlight_Script_UI_Grid_RowHighlight_Script_ProfileId { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_RowHighlight_Sql_UI_Grid_RowHighlight_Sql_ProfileId
Declaration
public virtual ICollection<UI_Grid_RowHighlight_Sql> UI_Grid_RowHighlight_Sql_UI_Grid_RowHighlight_Sql_ProfileId { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_Session_UI_Grid_Session_ProfileId
Declaration
public virtual ICollection<UI_Grid_Session> UI_Grid_Session_UI_Grid_Session_ProfileId { get; set; }
Property Value
|
Improve this Doc
View Source
UseHierarchicalGrid
Gets or sets the hierarchical grid name
Declaration
public bool UseHierarchicalGrid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UseMultiselection
Declaration
public bool UseMultiselection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|