Class Browser_Configuration
Inheritance
System.Object
Browser_Configuration
Assembly: Simplic.Framework.EF.dll
Syntax
public class Browser_Configuration : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Browser_Configuration()
Declaration
public Browser_Configuration()
Properties
|
Improve this Doc
View Source
ESS_MS_Intern_Page
Declaration
public virtual ESS_MS_Intern_Page ESS_MS_Intern_Page { get; set; }
Property Value
|
Improve this Doc
View Source
PageGuid
Declaration
public Guid PageGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
StartUrl
Declaration
public string StartUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TabName
Declaration
public string TabName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|