C# Class Timestamper.TimestampPropertyPage

Mostra file Open project: Esri/arcobjects-sdk-community-samples

Private Properties

Property Type Description
IComPropertyPage bool
IComPropertyPage int
IComPropertyPage int
IComPropertyPage void
IComPropertyPage void
InitializeComponent void
LoadValidFields void
RegisterFunction void
SetDirty void
UnregisterFunction void

Public Methods

Method Description
TimestampPropertyPage ( ) : System

The default constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

TimestampPropertyPage() public method

The default constructor.
public TimestampPropertyPage ( ) : System
return System