Show / Hide Table of Contents

Class ConfigurationManager.ApplicationSettings.PageDefinition

Inheritance
Object
ConfigurationManager.ApplicationSettings.PageDefinition
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.DCF.Web
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
Type Description
Boolean

CustomFileName

Declaration
public string CustomFileName { get; }
Property Value
Type Description
String

ForceSize

Declaration
public bool ForceSize { get; }
Property Value
Type Description
Boolean

FunctionRight

Declaration
public string FunctionRight { get; }
Property Value
Type Description
String

Height

Declaration
public int Height { get; }
Property Value
Type Description
Int32

Id

Declaration
public string Id { get; }
Property Value
Type Description
String

IsDialog

Declaration
public bool IsDialog { get; }
Property Value
Type Description
Boolean

LicenseCheck

Declaration
public string LicenseCheck { get; }
Property Value
Type Description
String

Minimizable

Declaration
public bool Minimizable { get; }
Property Value
Type Description
Boolean

PrefKey

Declaration
public string PrefKey { get; }
Property Value
Type Description
String

PrefSection

Declaration
public string PrefSection { get; }
Property Value
Type Description
String

SubClients

Declaration
public string[] SubClients { get; }
Property Value
Type Description
String[]

Type

Declaration
public string Type { get; }
Property Value
Type Description
String

UICache

Declaration
public bool UICache { get; }
Property Value
Type Description
Boolean

UserLevelCache

Declaration
public bool UserLevelCache { get; }
Property Value
Type Description
Boolean

Width

Declaration
public int Width { get; }
Property Value
Type Description
Int32

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
object.ToString()
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top