Table of Contents

Interface IProjectItem

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public interface IProjectItem
Extension Methods

Properties

IsFixed

bool IsFixed { get; set; }

Property Value

bool

Path

string Path { get; set; }

Property Value

string

Title

string Title { get; set; }

Property Value

string

UpdateTime

DateTime UpdateTime { get; set; }

Property Value

DateTime