Table of Contents

Class ProjectService<Setting, Interface>

Namespace
HeBianGu.Systems.Project
Assembly
HeBianGu.Systems.Project.dll
public abstract class ProjectService<Setting, Interface> : ServiceSettingInstance<Setting, Interface>, INotifyPropertyChanged, IDisplayer, ISetting, IProjectOption where Setting : class, Interface, new()

Type Parameters

Setting
Interface
Inheritance
ServiceSettingInstance<Setting, Interface>
ProjectService<Setting, Interface>
Implements
Derived
Inherited Members
Extension Methods

Properties

Current

[Browsable(false)]
public IProjectItem Current { get; set; }

Property Value

IProjectItem

CurrentChanged

[Browsable(false)]
public Action<IProjectItem, IProjectItem> CurrentChanged { get; set; }

Property Value

Action<IProjectItem, IProjectItem>

Extenstion

[Display(Name = "扩展名")]
public string Extenstion { get; set; }

Property Value

string

Projects

[Browsable(false)]
public ObservableCollection<IProjectItem> Projects { get; }

Property Value

ObservableCollection<IProjectItem>

SaveMode

[Display(Name = "保存的时机")]
public ProjectSaveMode SaveMode { get; set; }

Property Value

ProjectSaveMode

Methods

Add(IProjectItem)

public virtual void Add(IProjectItem project)

Parameters

project IProjectItem

Delete(Func<IProjectItem, bool>)

public virtual void Delete(Func<IProjectItem, bool> func)

Parameters

func Func<IProjectItem, bool>

GetDefaultFolder()

protected override string GetDefaultFolder()

Returns

string

GetPath()

public virtual string GetPath()

Returns

string

Load(out string)

public bool Load(out string message)

Parameters

message string

Returns

bool

OnCurrentChanged(IProjectItem, IProjectItem)

protected virtual void OnCurrentChanged(IProjectItem o, IProjectItem n)

Parameters

o IProjectItem
n IProjectItem

OnItemChanged()

protected virtual void OnItemChanged()

Where(Func<IProjectItem, bool>)

public virtual IEnumerable<IProjectItem> Where(Func<IProjectItem, bool> func = null)

Parameters

func Func<IProjectItem, bool>

Returns

IEnumerable<IProjectItem>