C# Class ZForge.Controls.ExplorerBar.TaskItemInfo.TaskItemInfoSurrogate

Inheritance: ISerializable
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Свойство Type Description
FontDecoration FontStyle
LinkHot string
LinkNormal string
Margin Margin
Padding Padding
Version int

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TaskItemInfoSurrogate ( SerializationInfo info, StreamingContext context ) : System

Method Details

Load() public méthode

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
Résultat void

Save() public méthode

Returns a TaskItemInfo that contains the deserialized TaskItemInfoSurrogate data
public Save ( ) : TaskItemInfo
Résultat TaskItemInfo

TaskItemInfoSurrogate() public méthode

Initializes a new instance of the TaskItemInfoSurrogate class with default settings
public TaskItemInfoSurrogate ( ) : System
Résultat System

Property Details

FontDecoration public_oe property

See TaskItemInfo.FontDecoration. This member is not intended to be used directly from your code.
public FontStyle FontDecoration
Résultat FontStyle

LinkHot public_oe property

See TaskItemInfo.HotLinkColor. This member is not intended to be used directly from your code.
public string LinkHot
Résultat string

LinkNormal public_oe property

See TaskItemInfo.LinkColor. This member is not intended to be used directly from your code.
public string LinkNormal
Résultat string

Margin public_oe property

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

Padding public_oe property

See TaskItemInfo.Padding. This member is not intended to be used directly from your code.
public Padding Padding
Résultat Padding

Version public_oe property

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