Click or drag to resize
PageSummary Methods

The PageSummary type exposes the following members.

Methods
  NameDescription
Protected methodAssociateChildPages
Gives the derived class the opportunity to synchronise its child pages list with something (or just create them if they're not associated with anything).
Public methodAssociateValidationFields
Associates controls with validation fields.
Public methodCreatePage
Creates the page for display.
Protected methodDoCreatePage
Creates the page.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetControlForValidationField
Returns the control associated with the field passed across. Returns null if the pageObject passed across does not match the pageObject held by the page.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetPageEnabledPropertyT
Sets up the automatic page enabled fetcher.
Protected methodSetPageTitlePropertyT
Sets up the automatic page title fetcher.
Public methodSetValidationFields
Records which controls display which validation fields.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also