Click or drag to resize
PageRebroadcastServerSummary Class
The summary object for rebroadcast server pages.
Inheritance Hierarchy
SystemObject
  VirtualRadar.WinForms.SettingPagePageSummary
    VirtualRadar.WinForms.SettingPagePageRebroadcastServerSummary

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 PageRebroadcastServerSummary type exposes the following members.

Constructors
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
Gets the title for the page.
(Inherited from PageSummary.)
Public propertyRebroadcastSettings
See base docs.
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
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).
(Inherited from PageSummary.)
Public methodAssociateValidationFields
See base docs.
(Overrides PageSummaryAssociateValidationFields(Page).)
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