Class ProjectViewFolderItemModel
Inherited Members
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ProjectViewFolderItemModel : ProjectViewItemModelBase, IWeakEventListener, IComparable
Constructors
ProjectViewFolderItemModel(LightFolder)
Declaration
public ProjectViewFolderItemModel(LightFolder ligthFolder)
Parameters
LightFolder
ligthFolder
|
ProjectViewFolderItemModel(String)
Declaration
public ProjectViewFolderItemModel(string path)
Parameters
System.String
path
|
ProjectViewFolderItemModel(String, ProjectViewItemKind)
Declaration
protected ProjectViewFolderItemModel(string path, ProjectViewItemKind kind)
Parameters
System.String
path
|
ProjectViewItemKind
kind
|
Properties
DisplayName
Declaration
public override string DisplayName { get; set; }
Property Value
System.String
|
Overrides
Folder
ImageSource
Declaration
public override string ImageSource { get; }
Property Value
System.String
|
Overrides
InDevelopment
Declaration
public override bool InDevelopment { get; set; }
Property Value
System.Boolean
|
Overrides
IsDirty
Declaration
public override bool IsDirty { get; set; }
Property Value
System.Boolean
|
Overrides
IsProjectRoot
Declaration
public bool IsProjectRoot { get; protected set; }
Property Value
System.Boolean
|
Path
Declaration
public string Path { get; set; }
Property Value
System.String
|
Priority
Declaration
public override int Priority { get; set; }
Property Value
System.Int32
|
Overrides
RelateivePath
Declaration
public string RelateivePath { get; }
Property Value
System.String
|
Methods
BuildContextMenu()
Declaration
protected override ProjectViewItemContextMenuModel BuildContextMenu()
Returns
ProjectViewItemContextMenuModel
|
Overrides
GetFullPath()
Declaration
public string GetFullPath()
Returns
System.String
|
RemoveChild(LightProjectElement)
Declaration
public override void RemoveChild(LightProjectElement element)
Parameters
LightProjectElement
element
|
Overrides
UpdateChildrenPaths()
Declaration
public void UpdateChildrenPaths()
ValidateDisplayName(String)
Declaration
protected override void ValidateDisplayName(string newName)
Parameters
System.String
newName
|