FakeOuterService Class

Definition

public ref class FakeOuterService : Microsoft::Extensions::DependencyInjection::Specification::Fakes::IFakeOuterService
public class FakeOuterService : Microsoft.Extensions.DependencyInjection.Specification.Fakes.IFakeOuterService
type FakeOuterService = class
    interface IFakeOuterService
Public Class FakeOuterService
Implements IFakeOuterService
Inheritance
FakeOuterService
Implements

Constructors

FakeOuterService(IFakeService, IEnumerable<IFakeMultipleService>)

Properties

MultipleServices
SingleService

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to