C# Класс ARCed.Database.DatabaseWindow

Base class for database forms.
Наследование: ARCed.UI.DockContent
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
SuppressEvents bool

Private Properties

Свойство Тип Описание
DatabaseWindowFormClosing void
DatabaseWindowLoad void

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

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

Default constructor

NotifyRefresh ( RefreshType type ) : void

Refreshes objects by type flag

This methods is to be overridden in inherited classes.

RefreshCurrentObject ( ) : void

Refreshes the current game object selected

This method must be overridden in inherited classes

RefreshHeader ( ) : void

Refreshes the header _srcTexture

RefreshObjectList ( ) : void

Refreshes the list of game objects

SetWindowIcon ( Image image ) : void

Sets the form's icon using the given Bitmap object.

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

Метод Описание
ChangeCapacity ( ) : void

Changes the capcity of the given game object collection.

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

Метод Описание
DatabaseWindowFormClosing ( object sender, FormClosingEventArgs e ) : void

Unregisters the window when it is closed

DatabaseWindowLoad ( object sender, EventArgs e ) : void

Registers the window when it is loaded

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

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

Changes the capcity of the given game object collection.
protected ChangeCapacity ( ) : void
Результат void

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

Default constructor
public DatabaseWindow ( ) : System
Результат System

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

Refreshes objects by type flag
This methods is to be overridden in inherited classes.
Thrown when method is not overridden. Thrown when method is not overridden in inherited class
public NotifyRefresh ( RefreshType type ) : void
type RefreshType Flag for type of object to refresh
Результат void

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

Refreshes the current game object selected
This method must be overridden in inherited classes
Thrown when method has not been overridden.
public RefreshCurrentObject ( ) : void
Результат void

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

Refreshes the header _srcTexture
public RefreshHeader ( ) : void
Результат void

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

Refreshes the list of game objects
public RefreshObjectList ( ) : void
Результат void

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

Sets the form's icon using the given Bitmap object.
public SetWindowIcon ( Image image ) : void
image Image Bitmap to create Icon from.
Результат void

Описание свойств

SuppressEvents защищенное свойство

Flag if control changing should cause events to be raised.
protected bool SuppressEvents
Результат bool