Show / Hide Table of Contents

Class Service

This is the entry point for registering dependency injection implementation in Couchbase Lite .NET

Inheritance
System.Object
Service
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.DI
Assembly: Couchbase.Lite.dll
Syntax
public static class Service

Fields

| Improve this Doc View Source

Provider

The service provider containing all the dependency injected classes for Couchbase Lite .NET

Declaration
public static readonly ServiceProvider Provider
Field Value
Type Description
ServiceProvider
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX