Describes an element of a page. Page elements make up multi-part pages for templates like the WizTemplate.aspx.


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
<Serializable, _
 DebuggerDisplay("Name = {_name}")>

Public Class PageElementInfo
    Implements ICloneable, IEAPBase, ICacheable
C#
[Serializable]
[DebuggerDisplay("Name = {_name}")]
public class PageElementInfo : ICloneable, IEAPBase, ICacheable
C++
[Serializable]
[DebuggerDisplay(L"Name = {_name}")]
ref class PageElementInfo : ICloneable, IEAPBase, ICacheable
J#
/** @attribute Serializable() */
/** @attribute DebuggerDisplay("Name = {_name}") */
public class PageElementInfo implements ICloneable, IEAPBase, ICacheable
JScript
public 
   Serializable
   DebuggerDisplay("Name = {_name}")
class PageElementInfo extends ICloneable, IEAPBase, ICacheable

Inheritance Hierarchy

System.Object
   NetQuarry.PageElementInfo

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also