MCPcopy Create free account

hub / github.com/PeteGoo/Pushqa / types & classes

Types & classes101 in github.com/PeteGoo/Pushqa

ClassApp
<summary> Interaction logic for App.xaml </summary>
src/Sample.WPFClient/App.xaml.cs:12
ClassAssertionConditionAttribute
<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
EnumAssertionConditionType
<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
ClassAssertionMethodAttribute
<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
ClassBaseTypeRequiredAttribute
<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
ClassCanBeNullAttribute
<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
ClassCannotApplyEqualityOperatorAttribute
<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
ClassCollectionChangedWeakEventSource
<summary> Default CollectionChanged weak-event wrapper for INotifyCollectionChanged event source. </summary>
src/Sample.WPFClient/Controls/WeakEventing/CollectionChangedWeakEventSource.cs:8
ClassComplexType
src/UnitTest.Pushqa/StubMessage.cs:13
ClassEventFilteredQuerySource
<summary> A filtered event source </summary> <typeparam name="TSource">The type of the source event.</typeparam>
src/Pushqa/Linq/EventFilteredQuerySource.cs:14
ClassEventProjectedQuery
<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
ClassEventProvider
<summary> An Event Provider that allows remoting of queries on observable collection </summary>
src/Pushqa/EventProvider.cs:8
ClassEventProviderTests
src/UnitTest.Pushqa/EventProviderTests.cs:8
ClassEventQuery
<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
ClassEventQueryClient
<summary> A client proxy for subscribing to an EventProvider </summary>
src/Pushqa/EventQueryClient.cs:5
ClassEventQuerySource
<summary> A source of oData Events </summary> <typeparam name="T">The event type</typeparam>
src/Pushqa/EventQuerySource.cs:12
ClassEventQuerySourceTests
src/UnitTest.Pushqa/EventQuerySourceTests.cs:6
EnumEventType
<summary> Defines the possible event types in a Pushqa server event </summary>
src/Pushqa/Communication/EventWrapper.cs:14
ClassEventWrapper
<summary> A wrapper for a Pushqa event </summary> <typeparam name="T"></typeparam>
src/Pushqa/Communication/EventWrapper.cs:9
ClassGlobal
src/Sample.Web/Global.asax.cs:9
ClassHomeController
src/Sample.Web/Controllers/HomeController.cs:9
InterfaceIEventProviderPipeline
<summary> </summary>
src/Pushqa/Communication/IEventProviderPipeline.cs:8
InterfaceIEventQuery
src/Pushqa/Linq/IEventQuery.cs:5
InterfaceIMessageSerializer
<summary> Describes a ODta Push message serializer </summary>
src/Pushqa/Communication/IMessageSerializer.cs:5
InterfaceIQueryUriProvider
<summary> Provides a uri for a given query </summary>
src/Pushqa/Linq/IQueryUriProvider.cs:8
InterfaceISampleViewModel
src/Sample.WPFClient/ViewModels/ISampleViewModel.cs:2
EnumImplicitUseKindFlags
<summary> </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:345
EnumImplicitUseTargetFlags
<summary> Specify what is considered used implicitly when marked with <see cref="MeansImplicitUseAttribute"/> or <see cref="UsedImplicitlyAttribute"/>
src/Pushqa/Infrastructure/VerifyArgument.cs:378
ClassInMemoryViaUriEventQueryPipeline
src/UnitTest.Pushqa/InMemoryViaUriEventQueryPipeline.cs:9
ClassInstantHandleAttribute
<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
ClassInvokerParameterNameAttribute
<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
ClassJsonMessageSerializer
<summary> A JSON implementation of an Pushqa <see cref="IMessageSerializer"/> </summary>
src/Pushqa/Communication/JsonMessageSerializer.cs:8
ClassLocalizationRequiredAttribute
<summary> Indicates that marked element should be localized or not. </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:52
EnumLogLevel
<summary> The Log Level </summary>
src/Pushqa/Infrastructure/Logger.cs:48
ClassLogger
<summary> Logger </summary>
src/Pushqa/Infrastructure/Logger.cs:8
ClassMainViewModel
src/Sample.WPFClient/ViewModels/MainViewModel.cs:8
ClassMainWindow
<summary> Interaction logic for MainWindow.xaml </summary>
src/Sample.WPFClient/MainWindow.xaml.cs:20
ClassMainWindowViewModel
src/Sample.WPFClient/MainWindowViewModel.cs:8
ClassMeansImplicitUseAttribute
<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
ClassMemberOrValue
<summary> Union type representing a member reference or a value. </summary>
src/Pushqa/Linq/QueryUriProvider.cs:256
ClassMultiChart
src/Sample.WPFClient/Controls/MultiChart.cs:10
ClassMyDataServiceClass
src/Sample.Web/SampleDataService.svc.cs:24
ClassMyEntity
src/UnitTest.Pushqa/TestBed.cs:74
ClassMyMessage
<summary> Example Message Type </summary>
src/Sample.Common/MyMessage.cs:7
ClassMyPushContext
src/Sample.Common/MyPushContext.cs:15
ClassMyPushEventProvider
src/Sample.WPFClient/MainWindowViewModel.cs:32
ClassMyPushEventProvider
<summary> Provides queryable notifications of server events </summary>
src/Sample.WPFClient/ViewModels/MyPushEventProvider.cs:9
ClassNotNullAttribute
<summary> Indicates that the value of marked element could never be <c>null</c> </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:198
ClassObservableTraceListener
src/Sample.Common/Tracing/ObservableTraceListener.cs:6
ClassObservableTrackingParticipant
src/Sample.Web/Workflow/ObservableTrackingParticipant.cs:8
ClassOneSecondTimerViewModel
src/Sample.WPFClient/ViewModels/OneSecondTimerViewModel.cs:7
ClassParameterUpdateVisitor
src/Pushqa/Linq/ParameterUpdater.cs:16
ClassParameterUpdater
src/Pushqa/Linq/ParameterUpdater.cs:5
ClassPathReferenceAttribute
<summary> </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:442
ClassProcessInfo
src/Sample.Common/ProcessInfo.cs:4
ClassProcessInfo
src/Sample.Web/ProcessInfo.cs:2
ClassProcessViewerViewModel
src/Sample.WPFClient/ViewModels/ProcessViewerViewModel.cs:10
ClassProgram
src/Sample.SelfHost/Program.cs:10
ClassProgressExtension
src/Sample.Web/Workflow/ProgressExtension.cs:6
ClassPublicAPIAttribute
<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
ClassPureAttribute
<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
ClassPushqaEventSourceException
<summary> An exception that occurs when a OnError is called on the event source </summary>
src/Pushqa/PushqaEventSourceException.cs:7
ClassQuerySerializeDeserializeTests
<summary> Tests that queries can me serialized and deserialized correctly into their corresponding observables </summary>
src/UnitTest.Pushqa/QuerySerializeDeserializeTests.cs:14
ClassQueryUriProvider
<summary> Implements the OData implementation of getting a query string from an EventQuery </summary>
src/Pushqa/Linq/QueryUriProvider.cs:13
ClassQueryUriProviderTests
<summary> Summary description for QueryUriProviderTests </summary>
src/UnitTest.Pushqa/QueryUriProviderTests.cs:13
ClassQueryablePushService
<summary> A SignalR connection that implements query semantics for oData </summary>
src/Pushqa.Server/SignalR/QueryablePushService.cs:15
ClassResources
<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
ClassResources
<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
ClassSampleDataService
src/Sample.Web/SampleDataService.svc.cs:11
ClassSampleItem
src/Sample.WPFClient/ViewModels/MainViewModel.cs:76
ClassSelectorExtenders
src/Sample.WPFClient/SelectorExtenders.cs:6
ClassServiceQuery
<summary> Represents an <see cref="System.Linq.IQueryable"/>. </summary>
src/Pushqa.Server/UriQueryDeserializer.cs:140
ClassServiceQueryPart
<summary> Represents a single query operator to be applied to a query </summary>
src/Pushqa.Server/UriQueryDeserializer.cs:155
ClassSettings
src/Sample.WPFClient/Properties/Settings.Designer.cs:14
ClassSettings
src/Pushqa/Properties/Settings.Designer.cs:14
ClassSignalrQueryPipeline
<summary> Provides a signalr implementation of the oData query pipeline </summary>
src/Pushqa/SignalR/SignalrQueryPipeline.cs:14
ClassStartup
src/Sample.SelfHost/Startup.cs:13
ClassStock
src/Sample.Common/Stock.cs:4
ClassStockViewModel
<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
ClassStringFormatMethodAttribute
<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
ClassStubContext
src/UnitTest.Pushqa/StubContext.cs:4
ClassStubEventProvider
src/UnitTest.Pushqa/EventProviderTests.cs:40
ClassStubEventProvider
src/UnitTest.Pushqa/QueryUriProviderTests.cs:237
ClassStubEventProvider
src/UnitTest.Pushqa/EventQuerySourceTests.cs:31
ClassStubEventType
src/UnitTest.Pushqa/EventProviderTests.cs:48
ClassStubEventType
src/UnitTest.Pushqa/EventQuerySourceTests.cs:39
ClassStubMessage
src/UnitTest.Pushqa/StubMessage.cs:4
ClassTerminatesProgramAttribute
<summary> Indicates that the marked method unconditionally terminates control flow execution. For example, it could unconditionally throw exception </
src/Pushqa/Infrastructure/VerifyArgument.cs:186
ClassTestBed
<summary> Summary description for UnitTest1 </summary>
src/UnitTest.Pushqa/TestBed.cs:9
ClassTraceMessage
src/Sample.Common/Tracing/ObservableTraceListener.cs:22
ClassTrackingMessage
src/Sample.Web/Workflow/ObservableTrackingParticipant.cs:21
ClassTradingDayClosingSummary
src/Sample.WPFClient/ViewModels/StockViewModel.cs:132
ClassUpdateProgress
src/Sample.Web/Workflow/ProgressExtension.cs:15
ClassUriLoggerEventQueryPipeline
src/UnitTest.Pushqa/QueryUriProviderTests.cs:257
ClassUriQueryDeserializer
<summary> Deserializes URI oData queries into IQbservables </summary>
src/Pushqa.Server/UriQueryDeserializer.cs:16
ClassUriQueryDeserializerTests
<summary> Query Filter tests validating against http://www.odata.org/developers/protocols/uri-conventions </summary>
src/UnitTest.Pushqa/UriQueryDeserializerTests.cs:12
ClassUsedImplicitlyAttribute
<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
ClassVerifyArgument
<summary> Performs verification of arguments </summary>
src/Pushqa/Infrastructure/VerifyArgument.cs:7
ClassWeakEventListener
<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
ClassWeakEventListenerBase
<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