Show / Hide Table of Contents
  • InfinniPlatform
    • AppOptions
  • InfinniPlatform.AspNetCore
    • AppLayersMap
    • AuthExtensions
    • AuthHttpServiceExtensions
    • BlobStorageHttpServiceExtensions
    • CoreExtensions
    • CoreServiceCollectionExtensions
    • DocumentStorageHttpServiceExtensions
    • FileSystemBlobStorageExtensions
    • HeartbeatHttpServiceExtensions
    • InMemoryCacheExtensions
    • MongoDocumentStorageExtensions
    • PrintViewExtensions
    • QuartzSchedulerExtensions
    • RabbitMqMessageQueueExtensions
    • RedisSharedCacheExtensions
    • SchedulerHttpServiceExtensions
    • TwoLayerCacheExtensions
  • InfinniPlatform.Auth
    • AppUser
    • AppUserClaim
    • AppUserLogin
    • AppUserRole
    • AppUserToken
    • AuthOptions
    • IIdentityErrorDescriberFactory
    • ILookupNormalizerFactory
    • IPasswordHasherFactory
    • IPasswordValidatorsFactory
    • IUserPhoneNumberStoreExtended<TUser>
    • IUserStoreFactory
    • IUserValidatorsFactory
  • InfinniPlatform.Auth.DocumentStorage
    • RoleStore<TRole>
    • UserStore<TUser>
  • InfinniPlatform.Auth.HttpService
    • AuthHttpServiceOptions
    • Extensions
  • InfinniPlatform.Auth.HttpService.IoC
    • AuthHttpServiceContainerModule<TUser>
  • InfinniPlatform.Auth.IoC
    • AuthContainerModule<TUser>
  • InfinniPlatform.Auth.Middlewares
    • AuthCookieAppLayer
    • AuthInternalAppLayer
  • InfinniPlatform.Auth.Services
    • FormParser
  • InfinniPlatform.Auth.UserCache
    • UserCache<TUser>
  • InfinniPlatform.Auth.Validators
    • DefaultEmailValidator<TUser>
    • DefaultPhoneNumberValidator<TUser>
    • DefaultUserNameValidator<TUser>
  • InfinniPlatform.BlobStorage
    • BlobData
    • BlobInfo
    • BlobStorageExtensions
    • BlobStorageHttpService
    • FileSystemBlobStorage
    • FileSystemBlobStorageOptions
    • IBlobStorage
  • InfinniPlatform.BlobStorage.IoC
    • BlobStorageHttpServiceContainerModule
    • FileSystemBlobStorageContainerModule
  • InfinniPlatform.Cache
    • IInMemoryCache
    • IInMemoryCacheFactory
    • InMemoryCache
    • ISharedCache
    • ISharedCacheFactory
    • ITwoLayerCache
    • ITwoLayerCacheStateObserver
    • RedisConnectionFactory
    • RedisSharedCache
    • RedisSharedCacheOptions
    • TwoLayerCache
    • TwoLayerCacheOptions
  • InfinniPlatform.Cache.IoC
    • InMemoryCacheContainerModule
    • RedisSharedCacheContainerModule
    • TwoLayerCacheContainerModule
  • InfinniPlatform.Compression
    • GZipDataCompressor
    • IDataCompressor
  • InfinniPlatform.Diagnostics
    • ISubsystemStatusProvider
  • InfinniPlatform.DocumentStorage
    • Document
    • DocumentBulkResult
    • DocumentDeleteQuery
    • DocumentDeleteQuery<TDocument>
    • DocumentDeleteQueryResult
    • DocumentGetQuery
    • DocumentGetQuery<TDocument>
    • DocumentGetQueryResult
    • DocumentHeader
    • DocumentHttpService
    • DocumentHttpService<TDocument>
    • DocumentHttpServiceBase
    • DocumentHttpServiceConstants
    • DocumentHttpServiceExtensions
    • DocumentHttpServiceFactory
    • DocumentHttpServiceHandler
    • DocumentHttpServiceHandler<TDocument>
    • DocumentHttpServiceSource
    • DocumentPostQuery
    • DocumentPostQuery<TDocument>
    • DocumentPostQueryResult
    • DocumentQueryResult
    • DocumentSortOrder
    • DocumentStorageExtensions
    • DocumentStorageWriteException
    • DocumentStorageWriteResult
    • DocumentTypeAttribute
    • DocumentUpdateResult
    • DocumentUpdateStatus
    • DocumentValidationResult
    • DocumentValidationResultItem
    • HttpServiceWrapperFactory
    • IDocumentAggregateCursor
    • IDocumentAggregateCursor<TResult>
    • IDocumentAggregateSortedCursor
    • IDocumentAggregateSortedCursor<TResult>
    • IDocumentBulkBuilder
    • IDocumentBulkBuilder<TDocument>
    • IDocumentCursor<TDocument>
    • IDocumentFilterBuilder
    • IDocumentFindCursor
    • IDocumentFindCursor<TDocument, TProjection>
    • IDocumentFindSortedCursor
    • IDocumentFindSortedCursor<TDocument, TProjection>
    • IDocumentHttpServiceFactory
    • IDocumentHttpServiceHandler
    • IDocumentHttpServiceHandler<TDocument>
    • IDocumentHttpServiceHandlerBase
    • IDocumentIdGenerator
    • IDocumentKnownTypeSource
    • IDocumentProjectionBuilder
    • IDocumentQueryFactory
    • IDocumentQueryFactory<TDocument>
    • IDocumentStorage
    • IDocumentStorage<TDocument>
    • IDocumentStorageBulkExecutor
    • IDocumentStorageFactory
    • IDocumentStorageManager
    • IDocumentStorageProvider
    • IDocumentStorageProvider<TDocument>
    • IDocumentStorageProviderFactory
    • IDocumentUpdateBuilder
    • IDocumentUpdateBuilder<TDocument>
    • IHttpServiceWrapperFactory
    • ISystemDocumentStorage
    • ISystemDocumentStorage<TDocument>
    • ISystemDocumentStorageFactory
    • ISystemTenantProvider
    • MongoDocumentStorageOptions
    • SystemDocumentStorageFactory
  • InfinniPlatform.DocumentStorage.Attributes
    • DocumentIgnoreAttribute
    • DocumentPropertyNameAttribute
  • InfinniPlatform.DocumentStorage.Interceptors
    • DocumentBulkCommand
    • DocumentBulkCommand<TDocument>
    • DocumentDeleteManyCommand
    • DocumentDeleteManyCommand<TDocument>
    • DocumentDeleteOneCommand
    • DocumentDeleteOneCommand<TDocument>
    • DocumentInsertManyCommand
    • DocumentInsertManyCommand<TDocument>
    • DocumentInsertOneCommand
    • DocumentInsertOneCommand<TDocument>
    • DocumentReplaceOneCommand
    • DocumentReplaceOneCommand<TDocument>
    • DocumentStorageInterceptor
    • DocumentStorageInterceptor<TDocument>
    • DocumentStorageWriteResult<TResult>
    • DocumentUpdateManyCommand
    • DocumentUpdateManyCommand<TDocument>
    • DocumentUpdateOneCommand
    • DocumentUpdateOneCommand<TDocument>
    • IDocumentStorageInterceptor
    • IDocumentStorageInterceptor<TDocument>
    • IDocumentWriteCommand
    • IDocumentWriteCommand<TDocument>
  • InfinniPlatform.DocumentStorage.IoC
    • DocumentStorageHttpServiceContainerModule
    • MongoDocumentStorageContainerModule
  • InfinniPlatform.DocumentStorage.Metadata
    • DataType
    • DocumentIndex
    • DocumentIndexKeyType
    • DocumentMetadata
    • IDocumentMetadataSource
  • InfinniPlatform.DocumentStorage.QueryFactories
    • DocumentQueryFactory
    • DocumentQueryFactory<TDocument>
    • DocumentQueryFactoryBase
    • ExpressionBaseQuerySyntaxVisitor
    • ExpressionFilterQuerySyntaxVisitor
    • ExpressionOrderQuerySyntaxVisitor
    • ExpressionSelectQuerySyntaxVisitor
    • FuncBaseQuerySyntaxVisitor<TResult>
    • FuncFilterQuerySyntaxVisitor
    • FuncOrderQuerySyntaxVisitor
    • FuncSelectQuerySyntaxVisitor
  • InfinniPlatform.DocumentStorage.QuerySyntax
    • IdentifierNameQuerySyntaxNode
    • InvocationQuerySyntaxNode
    • IQuerySyntaxNode
    • IQuerySyntaxTreeParser
    • LiteralQuerySyntaxNode
    • QuerySyntaxTreeParser
    • QuerySyntaxVisitor<TResult>
    • QueryToken
    • QueryTokenKind
    • QueryTokenReader
  • InfinniPlatform.DocumentStorage.Specifications
    • ISpecification
    • ISpecification<TDocument>
    • Specification
    • Specification<TDocument>
  • InfinniPlatform.DocumentStorage.Transactions
    • IUnitOfWork
    • IUnitOfWorkFactory
  • InfinniPlatform.Dynamic
    • DynamicCollectionExtensions
    • DynamicDocument
    • DynamicDocumentMetaObject
    • DynamicDocumentPropertyDescriptor
    • DynamicObjectExtensions
    • DynamicWrapper
    • ReflectionExtensions
  • InfinniPlatform.Extensions
    • CommonExtensions
  • InfinniPlatform.Heartbeat
    • HeartbeatHttpService
  • InfinniPlatform.Heartbeat.IoC
    • HeartbeatHttpServiceContainerModule
  • InfinniPlatform.Hosting
    • IAppInitHandler
    • IAppStartedHandler
    • IAppStoppedHandler
  • InfinniPlatform.Http
    • DefaultHttpResultConverter
    • HttpConstants
    • HttpResponse
    • HttpServiceNancyBootstrapper
    • IHostAddressParser
    • IHttpGlobalHandler
    • IHttpRequest
    • IHttpRequestFile
    • IHttpRequestHeaders
    • IHttpResponse
    • IHttpService
    • IHttpServiceBuilder
    • IHttpServiceContext
    • IHttpServiceContextProvider
    • IHttpServiceRoute
    • IHttpServiceRouteBuilder
    • IHttpServiceSource
    • IMimeTypeResolver
    • JsonHttpResponse
    • RedirectHttpResponse
    • RedirectHttpResponse.RedirectType
    • ServiceExtentions
    • ServiceResult<TResult>
    • StreamHttpResponse
    • TextHttpResponse
    • ViewHttpResponce
  • InfinniPlatform.Http.Middlewares
    • ErrorHandlingAppLayer
    • GlobalHandlingAppLayer
    • IAfterAuthenticationAppLayer
    • IAppLayer
    • IAuthenticationBarrierAppLayer
    • IBeforeAuthenticationAppLayer
    • IBusinessAppLayer
    • IDefaultAppLayer
    • IErrorHandlingAppLayer
    • IExternalAuthenticationAppLayer
    • IGlobalHandlingAppLayer
    • IInternalAuthenticationAppLayer
    • NancyAppLayer
  • InfinniPlatform.Http.StaticFiles
    • StaticFilesExtensions
  • InfinniPlatform.IoC
    • AutofacContainerModule
    • ContainerExtensions
    • ContainerResolver
    • ContainerServiceRegistry
    • CoreContainerModule
    • IContainerBuilder
    • IContainerModule
    • IContainerRegistrationRule
    • IContainerResolver
    • IContainerServiceRegistry
    • IServiceProviderAccessor
    • ServiceProviderAccessor
  • InfinniPlatform.Logging
    • IPerformanceLogger
    • IPerformanceLogger<TComponent>
    • LoggerNameAttribute
    • LoggerNameHelper
    • PerformanceLogger<TComponent>
    • TypedLogger<TComponent>
  • InfinniPlatform.MessageQueue
    • BasicPropertiesProvider
    • BroadcastConsumerBase<T>
    • IBasicPropertiesProvider
    • IBroadcastConsumer
    • IBroadcastProducer
    • IConsumer
    • IConsumerSource
    • IMessage
    • IMessage<T>
    • IMessageQueueConsumersManager
    • IMessageSerializer
    • IOnDemandConsumer
    • ITaskConsumer
    • ITaskProducer
    • Message<T>
    • QueueNameAttribute
    • QueuesExtentions
    • RabbitMqMessageQueueOptions
    • TaskConsumerBase<T>
  • InfinniPlatform.MessageQueue.Hosting
    • DefaultConsumerSource
    • MessageQueueConsumersManager
    • MessageQueueInitializer
    • MessageQueueThreadPool
  • InfinniPlatform.MessageQueue.IoC
    • RabbitMqMessageQueueContainerModule
  • InfinniPlatform.MessageQueue.Management
    • Binding
    • Connection
    • Exchange
    • Queue
    • RabbitMqManager
    • RabbitMqManager.ReconnectEventHandler
    • RabbitMqReconnectEventArgs
  • InfinniPlatform.PrintView
    • IPrintDocumentBuilder
    • IPrintDocumentWriter
    • IPrintViewBuilder
    • IPrintViewSerializer
    • IPrintViewWriter
    • PrintBlock
    • PrintBorder
    • PrintDocument
    • PrintDocumentMap
    • PrintElement
    • PrintFont
    • PrintFontStretch
    • PrintFontStyle
    • PrintFontVariant
    • PrintFontWeight
    • PrintInline
    • PrintNamedItem
    • PrintSize
    • PrintSizeUnit
    • PrintSizeUnitConverter
    • PrintStyle
    • PrintTextAlignment
    • PrintTextCase
    • PrintTextDecoration
    • PrintThickness
    • PrintViewBuilder
    • PrintViewFileFormat
    • PrintViewHttpResponse
    • PrintViewKnownTypesSource
    • PrintViewOptions
    • PrintViewWriter
    • PrintVisibility
  • InfinniPlatform.PrintView.Block
    • PrintLine
    • PrintList
    • PrintListMarkerStyle
    • PrintPageBreak
    • PrintParagraph
    • PrintSection
    • PrintTable
    • PrintTableCell
    • PrintTableColumn
    • PrintTableRow
  • InfinniPlatform.PrintView.Defaults
    • PrintViewDefaults
    • PrintViewDefaults.BarcodeEan13
    • PrintViewDefaults.BarcodeQr
    • PrintViewDefaults.Colors
    • PrintViewDefaults.Document
    • PrintViewDefaults.Formats
    • PrintViewDefaults.Image
    • PrintViewDefaults.Line
    • PrintViewDefaults.List
    • PrintViewDefaults.PageSizes
    • PrintViewDefaults.Table
    • PrintViewDefaults.TableCell
    • PrintViewDefaults.Text
  • InfinniPlatform.PrintView.Factories
    • PrintDocumentBuilder
  • InfinniPlatform.PrintView.Factories.Block
    • CellCoordinate
  • InfinniPlatform.PrintView.Format
    • BooleanFormat
    • DateTimeFormat
    • NumberFormat
    • ObjectFormat
    • ValueFormat
  • InfinniPlatform.PrintView.Inline
    • PrintBarcode
    • PrintBarcodeEan13
    • PrintBarcodeQr
    • PrintBarcodeQrErrorCorrection
    • PrintBold
    • PrintHyperlink
    • PrintImage
    • PrintImageRotation
    • PrintImageStretch
    • PrintItalic
    • PrintLineBreak
    • PrintRun
    • PrintSpan
    • PrintUnderline
  • InfinniPlatform.PrintView.IoC
    • PrintViewContainerModule
  • InfinniPlatform.PrintView.Writers.Html
    • HtmlPrintDocumentWriter
  • InfinniPlatform.PrintView.Writers.Pdf
    • PdfPrintDocumentWriter
  • InfinniPlatform.PushNotification
    • IPushNotificationService
  • InfinniPlatform.Scheduler
    • CronConstants
    • CronExpressionBuilder
    • CronExpressionBuilderExtensions
    • CronExpressionDayOfMonthBuilder
    • CronExpressionDayOfWeekBuilder
    • CronExpressionHourBuilder
    • CronExpressionMinuteBuilder
    • CronExpressionMonthBuilder
    • CronExpressionSecondBuilder
    • CronExpressionYearBuilder
    • ICronExpressionBuilder
    • ICronExpressionDayOfMonthBuilder
    • ICronExpressionDayOfWeekBuilder
    • ICronExpressionHourBuilder
    • ICronExpressionMinuteBuilder
    • ICronExpressionMonthBuilder
    • ICronExpressionSecondBuilder
    • ICronExpressionYearBuilder
    • IJobHandler
    • IJobHandlerContext
    • IJobHandlerTypeSerializer
    • IJobInfo
    • IJobInfoBuilder
    • IJobInfoFactory
    • IJobInfoSource
    • IJobScheduler
    • IJobSchedulerRepository
    • IJobSchedulerStateObserver
    • IJobStatus
    • JobHandlerContext
    • JobHandlerTypeSerializer
    • JobInfo
    • JobInfoBuilder
    • JobInfoFactory
    • JobInfoFactoryExtensions
    • JobMisfirePolicy
    • JobState
    • Month
    • QuartzSchedulerOptions
    • SchedulerExtensions
    • SchedulerHttpService
  • InfinniPlatform.Scheduler.IoC
    • QuartzSchedulerContainerModule
    • SchedulerHttpServiceContainerModule
  • InfinniPlatform.Security
    • AppClaimTypes
    • IUserIdentityProvider
    • SecurityConstants
    • SecurityExtensions
  • InfinniPlatform.Serialization
    • IgnoreSerializerErrorHandler
    • IJsonObjectSerializer
    • IKnownTypesSource
    • IMemberValueConverter
    • IObjectSerializer
    • ISerializerErrorHandler
    • JsonObjectSerializer
    • KnownTypesContainer
    • SerializationExtensions
    • SerializerPropertyNameAttribute
    • SerializerVisibleAttribute
    • XmlDateMemberValueConverter
  • InfinniPlatform.ServiceHost
    • ContainerModule
    • HttpContextLogEventEnricher
    • Program
    • Startup
  • InfinniPlatform.Session
    • ITenantProvider
    • ITenantScope
    • ITenantScopeProvider
    • IUserEventHandler
    • TenantScopeProvider
    • UserEventHandler
  • InfinniPlatform.TestRunner
    • Program
  • InfinniPlatform.Threading
    • AsyncHelper
  • InfinniPlatform.Types
    • Date
    • Time
  • Microsoft.Extensions.Logging
    • AspNetCoreLoggerExtensions
  • InfinniPlatform
    • AppOptions
  • InfinniPlatform.AspNetCore
    • AppLayersMap
    • AuthExtensions
    • AuthHttpServiceExtensions
    • BlobStorageHttpServiceExtensions
    • CoreExtensions
    • CoreServiceCollectionExtensions
    • DocumentStorageHttpServiceExtensions
    • FileSystemBlobStorageExtensions
    • HeartbeatHttpServiceExtensions
    • InMemoryCacheExtensions
    • MongoDocumentStorageExtensions
    • PrintViewExtensions
    • QuartzSchedulerExtensions
    • RabbitMqMessageQueueExtensions
    • RedisSharedCacheExtensions
    • SchedulerHttpServiceExtensions
    • TwoLayerCacheExtensions
  • InfinniPlatform.Auth
    • AppUser
    • AppUserClaim
    • AppUserLogin
    • AppUserRole
    • AppUserToken
    • AuthOptions
    • IIdentityErrorDescriberFactory
    • ILookupNormalizerFactory
    • IPasswordHasherFactory
    • IPasswordValidatorsFactory
    • IUserPhoneNumberStoreExtended<TUser>
    • IUserStoreFactory
    • IUserValidatorsFactory
  • InfinniPlatform.Auth.DocumentStorage
    • RoleStore<TRole>
    • UserStore<TUser>
  • InfinniPlatform.Auth.HttpService
    • AuthHttpServiceOptions
    • Extensions
  • InfinniPlatform.Auth.HttpService.IoC
    • AuthHttpServiceContainerModule<TUser>
  • InfinniPlatform.Auth.IoC
    • AuthContainerModule<TUser>
  • InfinniPlatform.Auth.Middlewares
    • AuthCookieAppLayer
    • AuthInternalAppLayer
  • InfinniPlatform.Auth.Services
    • FormParser
  • InfinniPlatform.Auth.UserCache
    • UserCache<TUser>
  • InfinniPlatform.Auth.Validators
    • DefaultEmailValidator<TUser>
    • DefaultPhoneNumberValidator<TUser>
    • DefaultUserNameValidator<TUser>
  • InfinniPlatform.BlobStorage
    • BlobData
    • BlobInfo
    • BlobStorageExtensions
    • BlobStorageHttpService
    • FileSystemBlobStorage
    • FileSystemBlobStorageOptions
    • IBlobStorage
  • InfinniPlatform.BlobStorage.IoC
    • BlobStorageHttpServiceContainerModule
    • FileSystemBlobStorageContainerModule
  • InfinniPlatform.Cache
    • IInMemoryCache
    • IInMemoryCacheFactory
    • InMemoryCache
    • ISharedCache
    • ISharedCacheFactory
    • ITwoLayerCache
    • ITwoLayerCacheStateObserver
    • RedisConnectionFactory
    • RedisSharedCache
    • RedisSharedCacheOptions
    • TwoLayerCache
    • TwoLayerCacheOptions
  • InfinniPlatform.Cache.IoC
    • InMemoryCacheContainerModule
    • RedisSharedCacheContainerModule
    • TwoLayerCacheContainerModule
  • InfinniPlatform.Compression
    • GZipDataCompressor
    • IDataCompressor
  • InfinniPlatform.Diagnostics
    • ISubsystemStatusProvider
  • InfinniPlatform.DocumentStorage
    • Document
    • DocumentBulkResult
    • DocumentDeleteQuery
    • DocumentDeleteQuery<TDocument>
    • DocumentDeleteQueryResult
    • DocumentGetQuery
    • DocumentGetQuery<TDocument>
    • DocumentGetQueryResult
    • DocumentHeader
    • DocumentHttpService
    • DocumentHttpService<TDocument>
    • DocumentHttpServiceBase
    • DocumentHttpServiceConstants
    • DocumentHttpServiceExtensions
    • DocumentHttpServiceFactory
    • DocumentHttpServiceHandler
    • DocumentHttpServiceHandler<TDocument>
    • DocumentHttpServiceSource
    • DocumentPostQuery
    • DocumentPostQuery<TDocument>
    • DocumentPostQueryResult
    • DocumentQueryResult
    • DocumentSortOrder
    • DocumentStorageExtensions
    • DocumentStorageWriteException
    • DocumentStorageWriteResult
    • DocumentTypeAttribute
    • DocumentUpdateResult
    • DocumentUpdateStatus
    • DocumentValidationResult
    • DocumentValidationResultItem
    • HttpServiceWrapperFactory
    • IDocumentAggregateCursor
    • IDocumentAggregateCursor<TResult>
    • IDocumentAggregateSortedCursor
    • IDocumentAggregateSortedCursor<TResult>
    • IDocumentBulkBuilder
    • IDocumentBulkBuilder<TDocument>
    • IDocumentCursor<TDocument>
    • IDocumentFilterBuilder
    • IDocumentFindCursor
    • IDocumentFindCursor<TDocument, TProjection>
    • IDocumentFindSortedCursor
    • IDocumentFindSortedCursor<TDocument, TProjection>
    • IDocumentHttpServiceFactory
    • IDocumentHttpServiceHandler
    • IDocumentHttpServiceHandler<TDocument>
    • IDocumentHttpServiceHandlerBase
    • IDocumentIdGenerator
    • IDocumentKnownTypeSource
    • IDocumentProjectionBuilder
    • IDocumentQueryFactory
    • IDocumentQueryFactory<TDocument>
    • IDocumentStorage
    • IDocumentStorage<TDocument>
    • IDocumentStorageBulkExecutor
    • IDocumentStorageFactory
    • IDocumentStorageManager
    • IDocumentStorageProvider
    • IDocumentStorageProvider<TDocument>
    • IDocumentStorageProviderFactory
    • IDocumentUpdateBuilder
    • IDocumentUpdateBuilder<TDocument>
    • IHttpServiceWrapperFactory
    • ISystemDocumentStorage
    • ISystemDocumentStorage<TDocument>
    • ISystemDocumentStorageFactory
    • ISystemTenantProvider
    • MongoDocumentStorageOptions
    • SystemDocumentStorageFactory
  • InfinniPlatform.DocumentStorage.Attributes
    • DocumentIgnoreAttribute
    • DocumentPropertyNameAttribute
  • InfinniPlatform.DocumentStorage.Interceptors
    • DocumentBulkCommand
    • DocumentBulkCommand<TDocument>
    • DocumentDeleteManyCommand
    • DocumentDeleteManyCommand<TDocument>
    • DocumentDeleteOneCommand
    • DocumentDeleteOneCommand<TDocument>
    • DocumentInsertManyCommand
    • DocumentInsertManyCommand<TDocument>
    • DocumentInsertOneCommand
    • DocumentInsertOneCommand<TDocument>
    • DocumentReplaceOneCommand
    • DocumentReplaceOneCommand<TDocument>
    • DocumentStorageInterceptor
    • DocumentStorageInterceptor<TDocument>
    • DocumentStorageWriteResult<TResult>
    • DocumentUpdateManyCommand
    • DocumentUpdateManyCommand<TDocument>
    • DocumentUpdateOneCommand
    • DocumentUpdateOneCommand<TDocument>
    • IDocumentStorageInterceptor
    • IDocumentStorageInterceptor<TDocument>
    • IDocumentWriteCommand
    • IDocumentWriteCommand<TDocument>
  • InfinniPlatform.DocumentStorage.IoC
    • DocumentStorageHttpServiceContainerModule
    • MongoDocumentStorageContainerModule
  • InfinniPlatform.DocumentStorage.Metadata
    • DataType
    • DocumentIndex
    • DocumentIndexKeyType
    • DocumentMetadata
    • IDocumentMetadataSource
  • InfinniPlatform.DocumentStorage.QueryFactories
    • DocumentQueryFactory
    • DocumentQueryFactory<TDocument>
    • DocumentQueryFactoryBase
    • ExpressionBaseQuerySyntaxVisitor
    • ExpressionFilterQuerySyntaxVisitor
    • ExpressionOrderQuerySyntaxVisitor
    • ExpressionSelectQuerySyntaxVisitor
    • FuncBaseQuerySyntaxVisitor<TResult>
    • FuncFilterQuerySyntaxVisitor
    • FuncOrderQuerySyntaxVisitor
    • FuncSelectQuerySyntaxVisitor
  • InfinniPlatform.DocumentStorage.QuerySyntax
    • IdentifierNameQuerySyntaxNode
    • InvocationQuerySyntaxNode
    • IQuerySyntaxNode
    • IQuerySyntaxTreeParser
    • LiteralQuerySyntaxNode
    • QuerySyntaxTreeParser
    • QuerySyntaxVisitor<TResult>
    • QueryToken
    • QueryTokenKind
    • QueryTokenReader
  • InfinniPlatform.DocumentStorage.Specifications
    • ISpecification
    • ISpecification<TDocument>
    • Specification
    • Specification<TDocument>
  • InfinniPlatform.DocumentStorage.Transactions
    • IUnitOfWork
    • IUnitOfWorkFactory
  • InfinniPlatform.Dynamic
    • DynamicCollectionExtensions
    • DynamicDocument
    • DynamicDocumentMetaObject
    • DynamicDocumentPropertyDescriptor
    • DynamicObjectExtensions
    • DynamicWrapper
    • ReflectionExtensions
  • InfinniPlatform.Extensions
    • CommonExtensions
  • InfinniPlatform.Heartbeat
    • HeartbeatHttpService
  • InfinniPlatform.Heartbeat.IoC
    • HeartbeatHttpServiceContainerModule
  • InfinniPlatform.Hosting
    • IAppInitHandler
    • IAppStartedHandler
    • IAppStoppedHandler
  • InfinniPlatform.Http
    • DefaultHttpResultConverter
    • HttpConstants
    • HttpResponse
    • HttpServiceNancyBootstrapper
    • IHostAddressParser
    • IHttpGlobalHandler
    • IHttpRequest
    • IHttpRequestFile
    • IHttpRequestHeaders
    • IHttpResponse
    • IHttpService
    • IHttpServiceBuilder
    • IHttpServiceContext
    • IHttpServiceContextProvider
    • IHttpServiceRoute
    • IHttpServiceRouteBuilder
    • IHttpServiceSource
    • IMimeTypeResolver
    • JsonHttpResponse
    • RedirectHttpResponse
    • RedirectHttpResponse.RedirectType
    • ServiceExtentions
    • ServiceResult<TResult>
    • StreamHttpResponse
    • TextHttpResponse
    • ViewHttpResponce
  • InfinniPlatform.Http.Middlewares
    • ErrorHandlingAppLayer
    • GlobalHandlingAppLayer
    • IAfterAuthenticationAppLayer
    • IAppLayer
    • IAuthenticationBarrierAppLayer
    • IBeforeAuthenticationAppLayer
    • IBusinessAppLayer
    • IDefaultAppLayer
    • IErrorHandlingAppLayer
    • IExternalAuthenticationAppLayer
    • IGlobalHandlingAppLayer
    • IInternalAuthenticationAppLayer
    • NancyAppLayer
  • InfinniPlatform.Http.StaticFiles
    • StaticFilesExtensions
  • InfinniPlatform.IoC
    • AutofacContainerModule
    • ContainerExtensions
    • ContainerResolver
    • ContainerServiceRegistry
    • CoreContainerModule
    • IContainerBuilder
    • IContainerModule
    • IContainerRegistrationRule
    • IContainerResolver
    • IContainerServiceRegistry
    • IServiceProviderAccessor
    • ServiceProviderAccessor
  • InfinniPlatform.Logging
    • IPerformanceLogger
    • IPerformanceLogger<TComponent>
    • LoggerNameAttribute
    • LoggerNameHelper
    • PerformanceLogger<TComponent>
    • TypedLogger<TComponent>
  • InfinniPlatform.MessageQueue
    • BasicPropertiesProvider
    • BroadcastConsumerBase<T>
    • IBasicPropertiesProvider
    • IBroadcastConsumer
    • IBroadcastProducer
    • IConsumer
    • IConsumerSource
    • IMessage
    • IMessage<T>
    • IMessageQueueConsumersManager
    • IMessageSerializer
    • IOnDemandConsumer
    • ITaskConsumer
    • ITaskProducer
    • Message<T>
    • QueueNameAttribute
    • QueuesExtentions
    • RabbitMqMessageQueueOptions
    • TaskConsumerBase<T>
  • InfinniPlatform.MessageQueue.Hosting
    • DefaultConsumerSource
    • MessageQueueConsumersManager
    • MessageQueueInitializer
    • MessageQueueThreadPool
  • InfinniPlatform.MessageQueue.IoC
    • RabbitMqMessageQueueContainerModule
  • InfinniPlatform.MessageQueue.Management
    • Binding
    • Connection
    • Exchange
    • Queue
    • RabbitMqManager
    • RabbitMqManager.ReconnectEventHandler
    • RabbitMqReconnectEventArgs
  • InfinniPlatform.PrintView
    • IPrintDocumentBuilder
    • IPrintDocumentWriter
    • IPrintViewBuilder
    • IPrintViewSerializer
    • IPrintViewWriter
    • PrintBlock
    • PrintBorder
    • PrintDocument
    • PrintDocumentMap
    • PrintElement
    • PrintFont
    • PrintFontStretch
    • PrintFontStyle
    • PrintFontVariant
    • PrintFontWeight
    • PrintInline
    • PrintNamedItem
    • PrintSize
    • PrintSizeUnit
    • PrintSizeUnitConverter
    • PrintStyle
    • PrintTextAlignment
    • PrintTextCase
    • PrintTextDecoration
    • PrintThickness
    • PrintViewBuilder
    • PrintViewFileFormat
    • PrintViewHttpResponse
    • PrintViewKnownTypesSource
    • PrintViewOptions
    • PrintViewWriter
    • PrintVisibility
  • InfinniPlatform.PrintView.Block
    • PrintLine
    • PrintList
    • PrintListMarkerStyle
    • PrintPageBreak
    • PrintParagraph
    • PrintSection
    • PrintTable
    • PrintTableCell
    • PrintTableColumn
    • PrintTableRow
  • InfinniPlatform.PrintView.Defaults
    • PrintViewDefaults
    • PrintViewDefaults.BarcodeEan13
    • PrintViewDefaults.BarcodeQr
    • PrintViewDefaults.Colors
    • PrintViewDefaults.Document
    • PrintViewDefaults.Formats
    • PrintViewDefaults.Image
    • PrintViewDefaults.Line
    • PrintViewDefaults.List
    • PrintViewDefaults.PageSizes
    • PrintViewDefaults.Table
    • PrintViewDefaults.TableCell
    • PrintViewDefaults.Text
  • InfinniPlatform.PrintView.Factories
    • PrintDocumentBuilder
  • InfinniPlatform.PrintView.Factories.Block
    • CellCoordinate
  • InfinniPlatform.PrintView.Format
    • BooleanFormat
    • DateTimeFormat
    • NumberFormat
    • ObjectFormat
    • ValueFormat
  • InfinniPlatform.PrintView.Inline
    • PrintBarcode
    • PrintBarcodeEan13
    • PrintBarcodeQr
    • PrintBarcodeQrErrorCorrection
    • PrintBold
    • PrintHyperlink
    • PrintImage
    • PrintImageRotation
    • PrintImageStretch
    • PrintItalic
    • PrintLineBreak
    • PrintRun
    • PrintSpan
    • PrintUnderline
  • InfinniPlatform.PrintView.IoC
    • PrintViewContainerModule
  • InfinniPlatform.PrintView.Writers.Html
    • HtmlPrintDocumentWriter
  • InfinniPlatform.PrintView.Writers.Pdf
    • PdfPrintDocumentWriter
  • InfinniPlatform.PushNotification
    • IPushNotificationService
  • InfinniPlatform.Scheduler
    • CronConstants
    • CronExpressionBuilder
    • CronExpressionBuilderExtensions
    • CronExpressionDayOfMonthBuilder
    • CronExpressionDayOfWeekBuilder
    • CronExpressionHourBuilder
    • CronExpressionMinuteBuilder
    • CronExpressionMonthBuilder
    • CronExpressionSecondBuilder
    • CronExpressionYearBuilder
    • ICronExpressionBuilder
    • ICronExpressionDayOfMonthBuilder
    • ICronExpressionDayOfWeekBuilder
    • ICronExpressionHourBuilder
    • ICronExpressionMinuteBuilder
    • ICronExpressionMonthBuilder
    • ICronExpressionSecondBuilder
    • ICronExpressionYearBuilder
    • IJobHandler
    • IJobHandlerContext
    • IJobHandlerTypeSerializer
    • IJobInfo
    • IJobInfoBuilder
    • IJobInfoFactory
    • IJobInfoSource
    • IJobScheduler
    • IJobSchedulerRepository
    • IJobSchedulerStateObserver
    • IJobStatus
    • JobHandlerContext
    • JobHandlerTypeSerializer
    • JobInfo
    • JobInfoBuilder
    • JobInfoFactory
    • JobInfoFactoryExtensions
    • JobMisfirePolicy
    • JobState
    • Month
    • QuartzSchedulerOptions
    • SchedulerExtensions
    • SchedulerHttpService
  • InfinniPlatform.Scheduler.IoC
    • QuartzSchedulerContainerModule
    • SchedulerHttpServiceContainerModule
  • InfinniPlatform.Security
    • AppClaimTypes
    • IUserIdentityProvider
    • SecurityConstants
    • SecurityExtensions
  • InfinniPlatform.Serialization
    • IgnoreSerializerErrorHandler
    • IJsonObjectSerializer
    • IKnownTypesSource
    • IMemberValueConverter
    • IObjectSerializer
    • ISerializerErrorHandler
    • JsonObjectSerializer
    • KnownTypesContainer
    • SerializationExtensions
    • SerializerPropertyNameAttribute
    • SerializerVisibleAttribute
    • XmlDateMemberValueConverter
  • InfinniPlatform.ServiceHost
    • ContainerModule
    • HttpContextLogEventEnricher
    • Program
    • Startup
  • InfinniPlatform.Session
    • ITenantProvider
    • ITenantScope
    • ITenantScopeProvider
    • IUserEventHandler
    • TenantScopeProvider
    • UserEventHandler
  • InfinniPlatform.TestRunner
    • Program
  • InfinniPlatform.Threading
    • AsyncHelper
  • InfinniPlatform.Types
    • Date
    • Time
  • Microsoft.Extensions.Logging
    • AspNetCoreLoggerExtensions
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX