Click or drag to resize
PageRebroadcastServersSummary Class
The page summary object.
Inheritance Hierarchy
SystemObject
  VirtualRadar.WinForms.SettingPagePageSummary
    VirtualRadar.WinForms.SettingPagePageRebroadcastServersSummary

Namespace: VirtualRadar.WinForms.SettingPage
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Summary : PageSummary

The PageRebroadcastServersSummary type exposes the following members.

Constructors
  NameDescription
Public methodPageRebroadcastServersSummary
Initializes a new instance of the PageRebroadcastServersSummary class
Top
Properties
  NameDescription
Public propertyChildPages
Gets a list of all child summaries.
(Inherited from PageSummary.)
Public propertyPage
Gets or sets the page associated with the summary.
(Inherited from PageSummary.)
Public propertyPageEnabled
Gets a value indicating that the page should be shown as enabled in the list of pages.
(Inherited from PageSummary.)
Public propertyPageIcon
See base docs.
(Overrides PageSummaryPageIcon.)
Public propertyPageObject
Gets the settings object being modified by this page.
(Inherited from PageSummary.)
Public propertyPageTitle
See base docs.
(Overrides PageSummaryPageTitle.)
Public propertySettingsView
Gets or sets the view that owns this summary.
(Inherited from PageSummary.)
Public propertyShowChildPagesInAlphabeticalOrder
Gets a value indicating that child pages are to be shown in alphabetical order of PageTitle. False by default unless the child pages are associated with a list.
(Inherited from PageSummary.)
Public propertyTreeNode
Gets or sets the tree node that represents this summary.
(Inherited from PageSummary.)
Top
Methods
  NameDescription
Protected methodAssociateChildPages
See base docs.
(Overrides PageSummaryAssociateChildPages.)
Public methodAssociateValidationFields
Associates controls with validation fields.
(Inherited from PageSummary.)
Public methodCreatePage
Creates the page for display.
(Inherited from PageSummary.)
Protected methodDoCreatePage
See base docs.
(Overrides PageSummaryDoCreatePage.)
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.
(Inherited from PageSummary.)
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.
(Inherited from PageSummary.)
Protected methodSetPageTitlePropertyT
Sets up the automatic page title fetcher.
(Inherited from PageSummary.)
Public methodSetValidationFields
Records which controls display which validation fields.
(Inherited from PageSummary.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected field_ValidationFieldControlMap
A map of validation fields to the controls that they represent.
(Inherited from PageSummary.)
Top
See Also