Class CreateProjectItemViewModel
Inheritance
System.Object
CreateProjectItemViewModel
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public abstract class CreateProjectItemViewModel : ViewModelBase
Constructors
CreateProjectItemViewModel()
Declaration
protected CreateProjectItemViewModel()
Properties
FilePath
Declaration
public string FilePath { get; set; }
Property Value
System.String
|
FolderPath
Declaration
protected string FolderPath { get; set; }
Property Value
System.String
|
ItemName
Declaration
public string ItemName { get; set; }
Property Value
System.String
|
Title
Declaration
public abstract string Title { get; }
Property Value
System.String
|
Methods
BuildFilePath()
Declaration
protected abstract void BuildFilePath()
Validate(out String)
Declaration
public virtual bool Validate(out string error)
Parameters
System.String
error
|
Returns
System.Boolean
|