C# Class Autorefresh.FormAutoRefresh

Afficher le fichier Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Méthodes publiques

Méthode Description
FormAutoRefresh ( ) : System
GetAutoOff ( ) : bool
GetAutoOn ( ) : bool
GetMinute ( ) : int
GetSecond ( ) : int
InitializeMinute ( ) : void
InitializeSecond ( ) : void
SetAutoOff ( bool off ) : void
SetAutoOn ( bool on ) : void
SetSchematicInmemoryDiagram ( ISchematicInMemoryDiagram SchMemoryDiag ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FormAutoRefresh_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeTimer ( ) : void
IntervalMinute_SelectedIndexChanged ( object sender, EventArgs e ) : void
IntervalSecond_SelectedIndexChanged ( object sender, EventArgs e ) : void
RefreshViewerWindows ( ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void
buttonOK_Click ( object sender, EventArgs e ) : void
timerAutoRefresh_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FormAutoRefresh() public méthode

public FormAutoRefresh ( ) : System
Résultat System

GetAutoOff() public méthode

public GetAutoOff ( ) : bool
Résultat bool

GetAutoOn() public méthode

public GetAutoOn ( ) : bool
Résultat bool

GetMinute() public méthode

public GetMinute ( ) : int
Résultat int

GetSecond() public méthode

public GetSecond ( ) : int
Résultat int

InitializeMinute() public méthode

public InitializeMinute ( ) : void
Résultat void

InitializeSecond() public méthode

public InitializeSecond ( ) : void
Résultat void

SetAutoOff() public méthode

public SetAutoOff ( bool off ) : void
off bool
Résultat void

SetAutoOn() public méthode

public SetAutoOn ( bool on ) : void
on bool
Résultat void

SetSchematicInmemoryDiagram() public méthode

public SetSchematicInmemoryDiagram ( ISchematicInMemoryDiagram SchMemoryDiag ) : void
SchMemoryDiag ISchematicInMemoryDiagram
Résultat void