FrameInfo
Class
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract(Name = "FrameInfo")]
public class FrameInfo : INotifyPropertyChanged, ICloneable
Inheritance: objectFrameInfo
Implements:
Constructors
C#
public FrameInfo()
Properties
C#
[DataMember(Name = "TestStudioTag")]
public string TestStudioTag { get; set; }
Methods
Events
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: