Class DataItemModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DataItemModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
DataItemModel(LightDataSourceElement)
Declaration
public DataItemModel(LightDataSourceElement item)
Parameters
LightDataSourceElement
item
|
Properties
DataItem
DataType
FriendlyName
Declaration
public string FriendlyName { get; }
Property Value
System.String
|
Path
Declaration
public string Path { get; }
Property Value
System.String
|
SourceControlStatus
Declaration
public SourceControlStatus SourceControlStatus { get; }
Property Value
ArtOfTest.Common.SourceControl.SourceControlStatus
|
VisualPath
Declaration
public string VisualPath { get; }
Property Value
System.String
|
VisualSourceControlStatus
Declaration
public VisualSourceControlStatus VisualSourceControlStatus { get; }
Property Value
VisualSourceControlStatus
|
Methods
Refresh()
Declaration
public void Refresh()