Class RecentItemsStore
Inheritance
System.Object
RecentItemsStore
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 RecentItemsStore
Constructors
RecentItemsStore()
Declaration
public RecentItemsStore()
Fields
WebRecentItems
Declaration
public List<RecentItemViewModel> WebRecentItems
Field Value
System.Collections.Generic.List<RecentItemViewModel>
|
WPFRecentItems
Declaration
public List<RecentItemViewModel> WPFRecentItems
Field Value
System.Collections.Generic.List<RecentItemViewModel>
|