C# Класс ZForge.Controls.ExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate

Наследование: ISerializable
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ExpandoInfoSurrogate ExpandoInfo.ExpandoInfoSurrogate
HeaderInfoSurrogate HeaderInfo.HeaderInfoSurrogate
TaskItemInfoSurrogate TaskItemInfo.TaskItemInfoSurrogate
TaskPaneInfoSurrogate TaskPaneInfo.TaskPaneInfoSurrogate
Version int

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

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

Initializes a new instance of the ExplorerBarInfoSurrogate class with default settings

Load ( ExplorerBarInfo explorerBarInfo ) : void

Populates the ExplorerBarInfoSurrogate with data that is to be serialized from the specified ExplorerBarInfo

Save ( ) : ExplorerBarInfo

Returns an ExplorerBarInfo that contains the deserialized ExplorerBarInfoSurrogate data

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

Метод Описание
ExplorerBarInfoSurrogate ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

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

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

Initializes a new instance of the ExplorerBarInfoSurrogate class with default settings
public ExplorerBarInfoSurrogate ( ) : System
Результат System

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

Populates the ExplorerBarInfoSurrogate with data that is to be serialized from the specified ExplorerBarInfo
public Load ( ExplorerBarInfo explorerBarInfo ) : void
explorerBarInfo ExplorerBarInfo The ExplorerBarInfo that contains the data /// to be serialized
Результат void

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

Returns an ExplorerBarInfo that contains the deserialized ExplorerBarInfoSurrogate data
public Save ( ) : ExplorerBarInfo
Результат ExplorerBarInfo

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

ExpandoInfoSurrogate публичное свойство

This member is not intended to be used directly from your code.
public ExpandoInfo.ExpandoInfoSurrogate,ZForge.Controls.ExplorerBar ExpandoInfoSurrogate
Результат ExpandoInfo.ExpandoInfoSurrogate

HeaderInfoSurrogate публичное свойство

This member is not intended to be used directly from your code.
public HeaderInfo.HeaderInfoSurrogate,ZForge.Controls.ExplorerBar HeaderInfoSurrogate
Результат HeaderInfo.HeaderInfoSurrogate

TaskItemInfoSurrogate публичное свойство

This member is not intended to be used directly from your code.
public TaskItemInfo.TaskItemInfoSurrogate,ZForge.Controls.ExplorerBar TaskItemInfoSurrogate
Результат TaskItemInfo.TaskItemInfoSurrogate

TaskPaneInfoSurrogate публичное свойство

This member is not intended to be used directly from your code.
public TaskPaneInfo.TaskPaneInfoSurrogate,ZForge.Controls.ExplorerBar TaskPaneInfoSurrogate
Результат TaskPaneInfo.TaskPaneInfoSurrogate

Version публичное свойство

Version number of the surrogate. This member is not intended to be used directly from your code.
public int Version
Результат int