C# Класс Timestamper.TimestampPropertyPage

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
IComPropertyPage bool
IComPropertyPage int
IComPropertyPage int
IComPropertyPage void
IComPropertyPage void
InitializeComponent void
LoadValidFields void
RegisterFunction void
SetDirty void
UnregisterFunction void

Открытые методы

Метод Описание
TimestampPropertyPage ( ) : System

The default constructor.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

TimestampPropertyPage() публичный Метод

The default constructor.
public TimestampPropertyPage ( ) : System
Результат System