ClassProjectViewLightCodeFileItemModel
Class
Definition
Namespace:ArtOfTest.WebAii.Design.UI
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ProjectViewLightCodeFileItemModel : ProjectViewItemModelBase, IWeakEventListener, IComparable
Inheritance: objectSkuDependantViewModelProjectViewItemModelBaseProjectViewLightCodeFileItemModel
Implements:
Inherited Members
Constructors
ProjectViewLightCodeFileItemModel(LightCodeFile)
Declaration
cs-api-definition
public ProjectViewLightCodeFileItemModel(LightCodeFile lightCodeFile)
Parameters
lightCodeFile
Properties
DisplayName
Declaration
cs-api-definition
public override string DisplayName { get; set; }
Property Value
Overrides
ImageSource
Declaration
cs-api-definition
public override GlyphIcon ImageSource { get; }
Property Value
Overrides
InDevelopment
Declaration
cs-api-definition
public override bool InDevelopment { get; set; }
Property Value
Overrides
InDevelopmentStr
Declaration
cs-api-definition
public override string InDevelopmentStr { get; }
Property Value
Overrides
IsDirty
Declaration
cs-api-definition
public override bool IsDirty { get; set; }
Property Value
Overrides
LightCodeFile
Declaration
cs-api-definition
public LightCodeFile LightCodeFile { get; }
Property Value
TestTypeStr
Declaration
cs-api-definition
public override string TestTypeStr { get; }
Property Value
Overrides
Methods
BuildContextMenu()
Declaration
cs-api-definition
protected override ProjectViewItemContextMenuModel BuildContextMenu()
Returns
Overrides
OnSkuChanged()
Declaration
cs-api-definition
protected override void OnSkuChanged()
Overrides
ParentChanged()
Declaration
cs-api-definition
public override void ParentChanged()
Overrides