London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class Startup

Inheritance
System.Object
Startup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SolrNet
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public static class Startup

Fields

Container

Declaration
public static readonly Container Container
Field Value
Type Description
Container

Methods

Init<T>(ISolrConnection)

Declaration
public static void Init<T>(ISolrConnection connection)
    where T : new()
Parameters
Type Name Description
ISolrConnection connection
Type Parameters
Name Description
T

Init<T>(String)

Declaration
public static void Init<T>(string serverURL)
    where T : new()
Parameters
Type Name Description
System.String serverURL
Type Parameters
Name Description
T

InitContainer()

Declaration
public static void InitContainer()