C# Class ZForge.Controls.ExplorerBar.TaskItem.TaskItemSurrogate

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

Méthodes publiques

Свойство Type Description
Anchor AnchorStyles
BackColor string
CustomSettings TaskItemInfo.TaskItemInfoSurrogate
Dock DockStyle
Enabled bool
FontDecoration FontStyle
FontName string
FontSize float
Location Point
Name string
ShowFocusCues bool
Size System.Drawing.Size
Text string
UseGdiText bool
Version int
Visible bool

Méthodes publiques

Méthode Description
Load ( TaskItem taskItem ) : void

Populates the TaskItemSurrogate with data that is to be serialized from the specified TaskItem

Save ( ) : TaskItem

Returns a TaskItem that contains the deserialized TaskItemSurrogate data

TaskItemSurrogate ( ) : System

Initializes a new instance of the TaskItemSurrogate class with default settings

Private Methods

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

Method Details

Load() public méthode

Populates the TaskItemSurrogate with data that is to be serialized from the specified TaskItem
public Load ( TaskItem taskItem ) : void
taskItem TaskItem The TaskItem that contains the data /// to be serialized
Résultat void

Save() public méthode

Returns a TaskItem that contains the deserialized TaskItemSurrogate data
public Save ( ) : TaskItem
Résultat TaskItem

TaskItemSurrogate() public méthode

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

Property Details

Anchor public_oe property

See TaskItem.Anchor. This member is not intended to be used directly from your code.
public AnchorStyles Anchor
Résultat AnchorStyles

BackColor public_oe property

See TaskItem.BackColor. This member is not intended to be used directly from your code.
public string BackColor
Résultat string

CustomSettings public_oe property

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

Dock public_oe property

See TaskItem.Dock. This member is not intended to be used directly from your code.
public DockStyle Dock
Résultat DockStyle

Enabled public_oe property

See TaskItem.Enabled. This member is not intended to be used directly from your code.
public bool Enabled
Résultat bool

FontDecoration public_oe property

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

FontName public_oe property

See Font.Name. This member is not intended to be used directly from your code.
public string FontName
Résultat string

FontSize public_oe property

See Font.Size. This member is not intended to be used directly from your code.
public float FontSize
Résultat float

Location public_oe property

See TaskItem.Location. This member is not intended to be used directly from your code.
public Point Location
Résultat Point

Name public_oe property

See TaskItem.Name. This member is not intended to be used directly from your code.
public string Name
Résultat string

ShowFocusCues public_oe property

See TaskItem.ShowFocusCues. This member is not intended to be used directly from your code.
public bool ShowFocusCues
Résultat bool

Size public_oe property

See TaskItem.Size. This member is not intended to be used directly from your code.
public Size,System.Drawing Size
Résultat System.Drawing.Size

Text public_oe property

See TaskItem.Text. This member is not intended to be used directly from your code.
public string Text
Résultat string

UseGdiText public_oe property

See TaskItem.UseGdiText. This member is not intended to be used directly from your code.
public bool UseGdiText
Résultat bool

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

Visible public_oe property

See TaskItem.Visible. This member is not intended to be used directly from your code.
public bool Visible
Résultat bool