C# Class Timestamper.TimestampPropertyPage

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

Private Properties

Свойство Type Description
IComPropertyPage bool
IComPropertyPage int
IComPropertyPage int
IComPropertyPage void
IComPropertyPage void
InitializeComponent void
LoadValidFields void
RegisterFunction void
SetDirty void
UnregisterFunction void

Méthodes publiques

Méthode Description
TimestampPropertyPage ( ) : System

The default constructor.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
IComPropertyPage ( ISet objects ) : bool

Indicates if the page applies to the specified objects. Do not hold on to the objects here.

IComPropertyPage ( ) : int

Occurs on page creation.

IComPropertyPage ( int controlID ) : int

The help context ID for the specified control on the page.

IComPropertyPage ( ) : void

Applies any changes to the class extension.

IComPropertyPage ( ISet objects ) : void

Supplies the page with the object(s) to be edited.

InitializeComponent ( ) : void

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

LoadValidFields ( ) : void

Load valid date and text fields from the class.

RegisterFunction ( Type registerType ) : void
SetDirty ( object eventSource, EventArgs arguments ) : void

Fired by a change to the combo boxes.

UnregisterFunction ( Type registerType ) : 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

TimestampPropertyPage() public méthode

The default constructor.
public TimestampPropertyPage ( ) : System
Résultat System