C# Class ZForge.Controls.ExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate

Inheritance: ISerializable
Datei anzeigen Open project: zhuangyy/Motion

Public Properties

Property Type Description
ExpandoInfoSurrogate ExpandoInfo.ExpandoInfoSurrogate
HeaderInfoSurrogate HeaderInfo.HeaderInfoSurrogate
TaskItemInfoSurrogate TaskItemInfo.TaskItemInfoSurrogate
TaskPaneInfoSurrogate TaskPaneInfo.TaskPaneInfoSurrogate
Version int

Public Methods

Method Description
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

Private Methods

Method Description
ExplorerBarInfoSurrogate ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ExplorerBarInfoSurrogate() public method

Initializes a new instance of the ExplorerBarInfoSurrogate class with default settings
public ExplorerBarInfoSurrogate ( ) : System
return System

Load() public method

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
return void

Save() public method

Returns an ExplorerBarInfo that contains the deserialized ExplorerBarInfoSurrogate data
public Save ( ) : ExplorerBarInfo
return ExplorerBarInfo

Property Details

ExpandoInfoSurrogate public_oe property

This member is not intended to be used directly from your code.
public ExpandoInfo.ExpandoInfoSurrogate,ZForge.Controls.ExplorerBar ExpandoInfoSurrogate
return ExpandoInfo.ExpandoInfoSurrogate

HeaderInfoSurrogate public_oe property

This member is not intended to be used directly from your code.
public HeaderInfo.HeaderInfoSurrogate,ZForge.Controls.ExplorerBar HeaderInfoSurrogate
return HeaderInfo.HeaderInfoSurrogate

TaskItemInfoSurrogate public_oe property

This member is not intended to be used directly from your code.
public TaskItemInfo.TaskItemInfoSurrogate,ZForge.Controls.ExplorerBar TaskItemInfoSurrogate
return TaskItemInfo.TaskItemInfoSurrogate

TaskPaneInfoSurrogate public_oe property

This member is not intended to be used directly from your code.
public TaskPaneInfo.TaskPaneInfoSurrogate,ZForge.Controls.ExplorerBar TaskPaneInfoSurrogate
return TaskPaneInfo.TaskPaneInfoSurrogate

Version public_oe property

Version number of the surrogate. This member is not intended to be used directly from your code.
public int Version
return int