C1.LiveLinq.Collections Namespace : IndexableObject Class |
public class Customer : IndexableObject { ..................... private string _name; public string Name { get { return _name; } set { _name = value; OnPropertyChanged("Name"); } } ..................... }
System.Object
C1.LiveLinq.Collections.IndexableObject
C1.LiveLinq.LiveViews.ViewRow
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2