C# Класс ZForge.Controls.ExplorerBar.TaskItemInfo.TaskItemInfoSurrogate

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

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

Свойство Тип Описание
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