Class ProjectViewLightCodeFileItemModel
Inheritance
System.Object
ProjectViewLightCodeFileItemModel
Inherited Members
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ProjectViewLightCodeFileItemModel : ProjectViewItemModelBase, IWeakEventListener, IComparable
Constructors
ProjectViewLightCodeFileItemModel(LightCodeFile)
Declaration
public ProjectViewLightCodeFileItemModel(LightCodeFile lightCodeFile)
Parameters
LightCodeFile
lightCodeFile
|
Properties
DisplayName
Declaration
public override string DisplayName { get; set; }
Property Value
System.String
|
Overrides
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
InDevelopmentStr
Declaration
public override string InDevelopmentStr { get; }
Property Value
System.String
|
Overrides
IsDirty
Declaration
public override bool IsDirty { get; set; }
Property Value
System.Boolean
|
Overrides
LightCodeFile
TestTypeStr
Declaration
public override string TestTypeStr { get; }
Property Value
System.String
|
Overrides
Methods
BuildContextMenu()
Declaration
protected override ProjectViewItemContextMenuModel BuildContextMenu()
Returns
ProjectViewItemContextMenuModel
|