Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PeteGoo/Pushqa
/ types & classes
Types & classes
101 in github.com/PeteGoo/Pushqa
⨍
Functions
1,393
◇
Types & classes
101
Class
App
<summary> Interaction logic for App.xaml </summary>
src/Sample.WPFClient/App.xaml.cs:12
Class
AssertionConditionAttribute
<summary> Indicates the condition parameter of the assertion method. The method itself should be marked by <see cref="AssertionMethodAttribute"/> attr
src/Pushqa/Infrastructure/VerifyArgument.cs:137
Enum
AssertionConditionType
<summary> Specifies assertion type. If the assertion method argument satisifes the condition, then the execution continues. Otherwise, execution is as
src/Pushqa/Infrastructure/VerifyArgument.cs:159
Class
AssertionMethodAttribute
<summary> Indicates that the marked method is assertion method, i.e. it halts control flow if one of the conditions is satisfied. To set the condition
src/Pushqa/Infrastructure/VerifyArgument.cs:128
Class
BaseTypeRequiredAttribute
<summary> When applied to target attribute, specifies a requirement for any type which is marked with target attribute to implement or inherit specifi
src/Pushqa/Infrastructure/VerifyArgument.cs:223
Class
CanBeNullAttribute
<summary> Indicates that the value of marked element could be <c>null</c> sometimes, so the check for <c>null</c> is necessary before its usage </summ
src/Pushqa/Infrastructure/VerifyArgument.cs:192
Class
CannotApplyEqualityOperatorAttribute
<summary> Indicates that the value of marked type (or its derivatives) cannot be compared using '==' or '!=' operators. There is only exception to com
src/Pushqa/Infrastructure/VerifyArgument.cs:205
Class
CollectionChangedWeakEventSource
<summary> Default CollectionChanged weak-event wrapper for INotifyCollectionChanged event source. </summary>
src/Sample.WPFClient/Controls/WeakEventing/CollectionChangedWeakEventSource.cs:8
Class
ComplexType
src/UnitTest.Pushqa/StubMessage.cs:13
Class
EventFilteredQuerySource
<summary> A filtered event source </summary> <typeparam name="TSource">The type of the source event.</typeparam>
src/Pushqa/Linq/EventFilteredQuerySource.cs:14
Class
EventProjectedQuery
<summary> A projected event type </summary> <typeparam name="TSource">The type of the source.</typeparam> <typeparam name="TResult">The type of the re
src/Pushqa/Linq/EventProjectedQuery.cs:13
Class
EventProvider
<summary> An Event Provider that allows remoting of queries on observable collection </summary>
src/Pushqa/EventProvider.cs:8
Class
EventProviderTests
src/UnitTest.Pushqa/EventProviderTests.cs:8
Class
EventQuery
<summary> Represents the Query options specified on an Event Query Source </summary> <typeparam name="TSource">The type of the source.</typeparam> <ty
src/Pushqa/EventQuery.cs:11
Class
EventQueryClient
<summary> A client proxy for subscribing to an EventProvider </summary>
src/Pushqa/EventQueryClient.cs:5
Class
EventQuerySource
<summary> A source of oData Events </summary> <typeparam name="T">The event type</typeparam>
src/Pushqa/EventQuerySource.cs:12
Class
EventQuerySourceTests
src/UnitTest.Pushqa/EventQuerySourceTests.cs:6
Enum
EventType
<summary> Defines the possible event types in a Pushqa server event </summary>
src/Pushqa/Communication/EventWrapper.cs:14
Class
EventWrapper
<summary> A wrapper for a Pushqa event </summary> <typeparam name="T"></typeparam>
src/Pushqa/Communication/EventWrapper.cs:9
Class
Global
src/Sample.Web/Global.asax.cs:9
Class
HomeController
src/Sample.Web/Controllers/HomeController.cs:9
Interface
IEventProviderPipeline
<summary> </summary>
src/Pushqa/Communication/IEventProviderPipeline.cs:8
Interface
IEventQuery
src/Pushqa/Linq/IEventQuery.cs:5
Interface
IMessageSerializer
<summary> Describes a ODta Push message serializer </summary>
src/Pushqa/Communication/IMessageSerializer.cs:5
Interface
IQueryUriProvider
<summary> Provides a uri for a given query </summary>
src/Pushqa/Linq/IQueryUriProvider.cs:8
Interface
ISampleViewModel
src/Sample.WPFClient/ViewModels/ISampleViewModel.cs:2
Enum
ImplicitUseKindFlags
<summary> </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:345
Enum
ImplicitUseTargetFlags
<summary> Specify what is considered used implicitly when marked with <see cref="MeansImplicitUseAttribute"/> or <see cref="UsedImplicitlyAttribute"/>
src/Pushqa/Infrastructure/VerifyArgument.cs:378
Class
InMemoryViaUriEventQueryPipeline
src/UnitTest.Pushqa/InMemoryViaUriEventQueryPipeline.cs:9
Class
InstantHandleAttribute
<summary> Tells code analysis engine if the parameter is completely handled when the invoked method is on stack. If the parameter is delegate, indicat
src/Pushqa/Infrastructure/VerifyArgument.cs:429
Class
InvokerParameterNameAttribute
<summary> Indicates that the function argument should be string literal and match one of the parameters of the caller function. For example, <see cre
src/Pushqa/Infrastructure/VerifyArgument.cs:120
Class
JsonMessageSerializer
<summary> A JSON implementation of an Pushqa <see cref="IMessageSerializer"/> </summary>
src/Pushqa/Communication/JsonMessageSerializer.cs:8
Class
LocalizationRequiredAttribute
<summary> Indicates that marked element should be localized or not. </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:52
Enum
LogLevel
<summary> The Log Level </summary>
src/Pushqa/Infrastructure/Logger.cs:48
Class
Logger
<summary> Logger </summary>
src/Pushqa/Infrastructure/Logger.cs:8
Class
MainViewModel
src/Sample.WPFClient/ViewModels/MainViewModel.cs:8
Class
MainWindow
<summary> Interaction logic for MainWindow.xaml </summary>
src/Sample.WPFClient/MainWindow.xaml.cs:20
Class
MainWindowViewModel
src/Sample.WPFClient/MainWindowViewModel.cs:8
Class
MeansImplicitUseAttribute
<summary> Should be used on attributes and causes ReSharper to not mark symbols marked with such attributes as unused (as well as by other usage inspe
src/Pushqa/Infrastructure/VerifyArgument.cs:295
Class
MemberOrValue
<summary> Union type representing a member reference or a value. </summary>
src/Pushqa/Linq/QueryUriProvider.cs:256
Class
MultiChart
src/Sample.WPFClient/Controls/MultiChart.cs:10
Class
MyDataServiceClass
src/Sample.Web/SampleDataService.svc.cs:24
Class
MyEntity
src/UnitTest.Pushqa/TestBed.cs:74
Class
MyMessage
<summary> Example Message Type </summary>
src/Sample.Common/MyMessage.cs:7
Class
MyPushContext
src/Sample.Common/MyPushContext.cs:15
Class
MyPushEventProvider
src/Sample.WPFClient/MainWindowViewModel.cs:32
Class
MyPushEventProvider
<summary> Provides queryable notifications of server events </summary>
src/Sample.WPFClient/ViewModels/MyPushEventProvider.cs:9
Class
NotNullAttribute
<summary> Indicates that the value of marked element could never be <c>null</c> </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:198
Class
ObservableTraceListener
src/Sample.Common/Tracing/ObservableTraceListener.cs:6
Class
ObservableTrackingParticipant
src/Sample.Web/Workflow/ObservableTrackingParticipant.cs:8
Class
OneSecondTimerViewModel
src/Sample.WPFClient/ViewModels/OneSecondTimerViewModel.cs:7
Class
ParameterUpdateVisitor
src/Pushqa/Linq/ParameterUpdater.cs:16
Class
ParameterUpdater
src/Pushqa/Linq/ParameterUpdater.cs:5
Class
PathReferenceAttribute
<summary> </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:442
Class
ProcessInfo
src/Sample.Common/ProcessInfo.cs:4
Class
ProcessInfo
src/Sample.Web/ProcessInfo.cs:2
Class
ProcessViewerViewModel
src/Sample.WPFClient/ViewModels/ProcessViewerViewModel.cs:10
Class
Program
src/Sample.SelfHost/Program.cs:10
Class
ProgressExtension
src/Sample.Web/Workflow/ProgressExtension.cs:6
Class
PublicAPIAttribute
<summary> This attribute is intended to mark publicly available API which should not be removed and so is treated as used. </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:405
Class
PureAttribute
<summary> Indicates that method doesn't contain observable side effects. The same as <see cref="System.Diagnostics.Contracts.PureAttribute"/> </summar
src/Pushqa/Infrastructure/VerifyArgument.cs:436
Class
PushqaEventSourceException
<summary> An exception that occurs when a OnError is called on the event source </summary>
src/Pushqa/PushqaEventSourceException.cs:7
Class
QuerySerializeDeserializeTests
<summary> Tests that queries can me serialized and deserialized correctly into their corresponding observables </summary>
src/UnitTest.Pushqa/QuerySerializeDeserializeTests.cs:14
Class
QueryUriProvider
<summary> Implements the OData implementation of getting a query string from an EventQuery </summary>
src/Pushqa/Linq/QueryUriProvider.cs:13
Class
QueryUriProviderTests
<summary> Summary description for QueryUriProviderTests </summary>
src/UnitTest.Pushqa/QueryUriProviderTests.cs:13
Class
QueryablePushService
<summary> A SignalR connection that implements query semantics for oData </summary>
src/Pushqa.Server/SignalR/QueryablePushService.cs:15
Class
Resources
<summary> A strongly-typed resource class, for looking up localized strings, etc. </summary> This class was auto-generated by the StronglyTypedResourc
src/Sample.WPFClient/Properties/Resources.Designer.cs:21
Class
Resources
<summary> A strongly-typed resource class, for looking up localized strings, etc. </summary> This class was auto-generated by the StronglyTypedResourc
src/Sample.Web/Properties/Resources.Designer.cs:22
Class
SampleDataService
src/Sample.Web/SampleDataService.svc.cs:11
Class
SampleItem
src/Sample.WPFClient/ViewModels/MainViewModel.cs:76
Class
SelectorExtenders
src/Sample.WPFClient/SelectorExtenders.cs:6
Class
ServiceQuery
<summary> Represents an <see cref="System.Linq.IQueryable"/>. </summary>
src/Pushqa.Server/UriQueryDeserializer.cs:140
Class
ServiceQueryPart
<summary> Represents a single query operator to be applied to a query </summary>
src/Pushqa.Server/UriQueryDeserializer.cs:155
Class
Settings
src/Sample.WPFClient/Properties/Settings.Designer.cs:14
Class
Settings
src/Pushqa/Properties/Settings.Designer.cs:14
Class
SignalrQueryPipeline
<summary> Provides a signalr implementation of the oData query pipeline </summary>
src/Pushqa/SignalR/SignalrQueryPipeline.cs:14
Class
Startup
src/Sample.SelfHost/Startup.cs:13
Class
Stock
src/Sample.Common/Stock.cs:4
Class
StockViewModel
<summary> Takes a stream of stock change events and at the end of each "day" (which happens every second) and add the day's results to a collection </
src/Sample.WPFClient/ViewModels/StockViewModel.cs:11
Class
StringFormatMethodAttribute
<summary> Indicates that marked method builds string by format pattern and (optional) arguments. Parameter, which contains format string, should be gi
src/Pushqa/Infrastructure/VerifyArgument.cs:98
Class
StubContext
src/UnitTest.Pushqa/StubContext.cs:4
Class
StubEventProvider
src/UnitTest.Pushqa/EventProviderTests.cs:40
Class
StubEventProvider
src/UnitTest.Pushqa/QueryUriProviderTests.cs:237
Class
StubEventProvider
src/UnitTest.Pushqa/EventQuerySourceTests.cs:31
Class
StubEventType
src/UnitTest.Pushqa/EventProviderTests.cs:48
Class
StubEventType
src/UnitTest.Pushqa/EventQuerySourceTests.cs:39
Class
StubMessage
src/UnitTest.Pushqa/StubMessage.cs:4
Class
TerminatesProgramAttribute
<summary> Indicates that the marked method unconditionally terminates control flow execution. For example, it could unconditionally throw exception </
src/Pushqa/Infrastructure/VerifyArgument.cs:186
Class
TestBed
<summary> Summary description for UnitTest1 </summary>
src/UnitTest.Pushqa/TestBed.cs:9
Class
TraceMessage
src/Sample.Common/Tracing/ObservableTraceListener.cs:22
Class
TrackingMessage
src/Sample.Web/Workflow/ObservableTrackingParticipant.cs:21
Class
TradingDayClosingSummary
src/Sample.WPFClient/ViewModels/StockViewModel.cs:132
Class
UpdateProgress
src/Sample.Web/Workflow/ProgressExtension.cs:15
Class
UriLoggerEventQueryPipeline
src/UnitTest.Pushqa/QueryUriProviderTests.cs:257
Class
UriQueryDeserializer
<summary> Deserializes URI oData queries into IQbservables </summary>
src/Pushqa.Server/UriQueryDeserializer.cs:16
Class
UriQueryDeserializerTests
<summary> Query Filter tests validating against http://www.odata.org/developers/protocols/uri-conventions </summary>
src/UnitTest.Pushqa/UriQueryDeserializerTests.cs:12
Class
UsedImplicitlyAttribute
<summary> Indicates that the marked symbol is used implicitly (e.g. via reflection, in external library), so this symbol will not be marked as unused
src/Pushqa/Infrastructure/VerifyArgument.cs:246
Class
VerifyArgument
<summary> Performs verification of arguments </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:7
Class
WeakEventListener
<summary> Implements a weak event listener that allows the owner to be garbage collected if its only remaining link is an event handler. </summary> <t
src/Sample.WPFClient/Controls/WeakEventing/WeakEventListener.cs:26
Class
WeakEventListenerBase
<summary> Provides a non-generic base class for the WeakEventListener implementation. The main reason is to get easier reading code in the WeakEventSo
src/Sample.WPFClient/Controls/WeakEventing/WeakEventListenerBase.cs:7
next →
1–100 of 101, ranked by callers