C# 클래스 ZForge.Controls.ExplorerBar.TaskItemInfo.TaskItemInfoSurrogate

상속: ISerializable
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FontDecoration FontStyle
LinkHot string
LinkNormal string
Margin Margin
Padding Padding
Version int

공개 메소드들

메소드 설명
Load ( TaskItemInfo taskItemInfo ) : void

Populates the TaskItemInfoSurrogate with data that is to be serialized from the specified TaskItemInfo

Save ( ) : TaskItemInfo

Returns a TaskItemInfo that contains the deserialized TaskItemInfoSurrogate data

TaskItemInfoSurrogate ( ) : System

Initializes a new instance of the TaskItemInfoSurrogate class with default settings

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TaskItemInfoSurrogate ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

Load() 공개 메소드

Populates the TaskItemInfoSurrogate with data that is to be serialized from the specified TaskItemInfo
public Load ( TaskItemInfo taskItemInfo ) : void
taskItemInfo TaskItemInfo The TaskItemInfo that contains the data /// to be serialized
리턴 void

Save() 공개 메소드

Returns a TaskItemInfo that contains the deserialized TaskItemInfoSurrogate data
public Save ( ) : TaskItemInfo
리턴 TaskItemInfo

TaskItemInfoSurrogate() 공개 메소드

Initializes a new instance of the TaskItemInfoSurrogate class with default settings
public TaskItemInfoSurrogate ( ) : System
리턴 System

프로퍼티 상세

FontDecoration 공개적으로 프로퍼티

See TaskItemInfo.FontDecoration. This member is not intended to be used directly from your code.
public FontStyle FontDecoration
리턴 FontStyle

LinkHot 공개적으로 프로퍼티

See TaskItemInfo.HotLinkColor. This member is not intended to be used directly from your code.
public string LinkHot
리턴 string

LinkNormal 공개적으로 프로퍼티

See TaskItemInfo.LinkColor. This member is not intended to be used directly from your code.
public string LinkNormal
리턴 string

Margin 공개적으로 프로퍼티

See TaskItemInfo.Margin. This member is not intended to be used directly from your code.
public Margin,ZForge.Controls.ExplorerBar Margin
리턴 Margin

Padding 공개적으로 프로퍼티

See TaskItemInfo.Padding. This member is not intended to be used directly from your code.
public Padding Padding
리턴 Padding

Version 공개적으로 프로퍼티

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