C# Class Bottles.Services.BottleService

Inheritance: IBottleService
Datei anzeigen Open project: DarthFubuMVC/bottles Class Usage Examples

Public Methods

Method Description
BottleService ( IActivator activator, IPackageLog log ) : System
Equals ( BottleService other ) : bool
Equals ( object obj ) : bool
For ( IActivator service ) : BottleService
GetHashCode ( ) : int
IsBottleService ( Type type ) : bool
IsBottleService ( object service ) : bool
Start ( ) : void
Stop ( ) : void
ToString ( ) : string
ToTask ( ) : System.Threading.Tasks.Task

Method Details

BottleService() public method

public BottleService ( IActivator activator, IPackageLog log ) : System
activator IActivator
log IPackageLog
return System

Equals() public method

public Equals ( BottleService other ) : bool
other BottleService
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

For() public static method

public static For ( IActivator service ) : BottleService
service IActivator
return BottleService

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsBottleService() public static method

public static IsBottleService ( Type type ) : bool
type System.Type
return bool

IsBottleService() public static method

public static IsBottleService ( object service ) : bool
service object
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

ToTask() public method

public ToTask ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task