Class UI_Grid
Inheritance
System.Object
UI_Grid
Assembly: Simplic.Framework.EF.dll
Syntax
public class UI_Grid : Locking.ILockable
Constructors
|
Improve this Doc
View Source
UI_Grid()
Declaration
Properties
|
Improve this Doc
View Source
CreateDateTime
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
ExportId
Declaration
public Guid ExportId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RequiredRole
Declaration
public string RequiredRole { 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
StackId
Declaration
public Guid? StackId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
Declaration
public virtual ICollection<UI_Grid_Menu> UI_Grid_Menu_UI_Grid { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<UI_Grid_Menu> |
|
|
Improve this Doc
View Source
UI_Grid_Profile_DefaultSelection_UI_Grid
Declaration
public virtual ICollection<UI_Grid_Profile_DefaultSelection> UI_Grid_Profile_DefaultSelection_UI_Grid { get; set; }
Property Value
|
Improve this Doc
View Source
UI_Grid_Profile_UI_Grid_Profile_Grid
Declaration
public virtual ICollection<UI_Grid_Profile> UI_Grid_Profile_UI_Grid_Profile_Grid { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|