C# 클래스 Timestamper.TimestampPropertyPage

파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples

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