C# 클래스 ZForge.Controls.ExplorerBar.ExplorerBarInfo.ExplorerBarInfoSurrogate

상속: ISerializable
파일 보기 프로젝트 열기: zhuangyy/Motion

공개 프로퍼티들

프로퍼티 타입 설명
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