Class ConfigurationManager.ApplicationSettings.PageDefinition
Inheritance
ConfigurationManager.ApplicationSettings.PageDefinition
Assembly: SuperOffice.DCFWeb.dll
Syntax
public class PageDefinition
Constructors
PageDefinition(XmlNode)
Declaration
public PageDefinition(XmlNode configXml)
Parameters
| Type |
Name |
Description |
| XmlNode |
configXml |
|
Properties
ClientCache
Declaration
public bool ClientCache { get; }
Property Value
CustomFileName
Declaration
public string CustomFileName { get; }
Property Value
ForceSize
Declaration
public bool ForceSize { get; }
Property Value
FunctionRight
Declaration
public string FunctionRight { get; }
Property Value
Height
Declaration
public int Height { get; }
Property Value
Id
Declaration
public string Id { get; }
Property Value
IsDialog
Declaration
public bool IsDialog { get; }
Property Value
LicenseCheck
Declaration
public string LicenseCheck { get; }
Property Value
Minimizable
Declaration
public bool Minimizable { get; }
Property Value
PrefKey
Declaration
public string PrefKey { get; }
Property Value
PrefSection
Declaration
public string PrefSection { get; }
Property Value
SubClients
Declaration
public string[] SubClients { get; }
Property Value
Type
Declaration
public string Type { get; }
Property Value
UICache
Declaration
public bool UICache { get; }
Property Value
UserLevelCache
Declaration
public bool UserLevelCache { get; }
Property Value
Width
Declaration
public int Width { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides