C# Класс ComponentFactory.Krypton.Navigator.HeaderGroupMappingBase

Base class for storage and mapping of navigator header values.
Наследование: ComponentFactory.Krypton.Toolkit.HeaderValuesBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ShouldSerializeMapDescription bool
ShouldSerializeMapHeading bool
ShouldSerializeMapImage bool

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

Метод Описание
GetImage ( PaletteState state ) : Image

Gets the content image.

GetLongText ( ) : string

Gets the content long text.

GetShortText ( ) : string

Gets the content short text.

HeaderGroupMappingBase ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the HeaderGroupMappingBase class.

ResetMapDescription ( ) : void

Resets the MapDescription property to its default value.

ResetMapHeading ( ) : void

Resets the MapHeading property to its default value.

ResetMapImage ( ) : void

Resets the MapImage property to its default value.

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

Метод Описание
GetImageDefault ( ) : Image

Gets the default image value.

GetMapDescriptionDefault ( ) : MapKryptonPageText

Gets the default description mapping value.

GetMapHeadingDefault ( ) : MapKryptonPageText

Gets the default heading mapping value.

GetMapImageDefault ( ) : MapKryptonPageImage

Gets the default image mapping value.

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

Метод Описание
ShouldSerializeMapDescription ( ) : bool
ShouldSerializeMapHeading ( ) : bool
ShouldSerializeMapImage ( ) : bool

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

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

Gets the content image.
public GetImage ( PaletteState state ) : Image
state PaletteState State for which the image is needed.
Результат Image

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

Gets the default image value.
protected GetImageDefault ( ) : Image
Результат Image

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

Gets the content long text.
public GetLongText ( ) : string
Результат string

GetMapDescriptionDefault() защищенный абстрактный Метод

Gets the default description mapping value.
protected abstract GetMapDescriptionDefault ( ) : MapKryptonPageText
Результат MapKryptonPageText

GetMapHeadingDefault() защищенный абстрактный Метод

Gets the default heading mapping value.
protected abstract GetMapHeadingDefault ( ) : MapKryptonPageText
Результат MapKryptonPageText

GetMapImageDefault() защищенный абстрактный Метод

Gets the default image mapping value.
protected abstract GetMapImageDefault ( ) : MapKryptonPageImage
Результат MapKryptonPageImage

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

Gets the content short text.
public GetShortText ( ) : string
Результат string

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

Initialize a new instance of the HeaderGroupMappingBase class.
public HeaderGroupMappingBase ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navogator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат System

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

Resets the MapDescription property to its default value.
public ResetMapDescription ( ) : void
Результат void

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

Resets the MapHeading property to its default value.
public ResetMapHeading ( ) : void
Результат void

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

Resets the MapImage property to its default value.
public ResetMapImage ( ) : void
Результат void