Represents text search results.

Namespace:  PerpetuumSoft.Reporting.Silverlight.Client.ReportService
Assembly:  PerpetuumSoft.Reporting.Silverlight.Client (in PerpetuumSoft.Reporting.Silverlight.Client.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public class SearchResult : INotifyPropertyChanged
Visual Basic (Declaration)
Public Class SearchResult _
	Implements INotifyPropertyChanged
Visual C++
public ref class SearchResult : INotifyPropertyChanged

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.Reporting.Silverlight.Client.ReportService..::.SearchResult

See Also