ContainerRegistrationBuilder<T, TActivator> Class

Summary

Represents a container registration builder.
Namespace
Cake.Infrastructure.Composition
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["ICakeRegistrationBuilder"] click Interface0 "/api/Cake.Core.Composition/ICakeRegistrationBuilder" Type["ContainerRegistrationBuilder<T, TActivator>"] class Type type-node

Syntax

public class ContainerRegistrationBuilder<T, TActivator> : ICakeRegistrationBuilder 
    where TActivator : IConcreteActivatorData

Type Parameters

Name Description
T The type being registered.
TActivator The activator data type.

Constructors

Methods

Name Value Summary
As(Type) ICakeRegistrationBuilder
Registers the type as the specified service type.
AsSelf() ICakeRegistrationBuilder
Registers the type as itself.
Singleton() ICakeRegistrationBuilder
Registers the type as a singleton.
Transient() ICakeRegistrationBuilder
Registers the type as transient.

Extension Methods

Name Value Summary
As<TRegistration>() ICakeRegistrationBuilder
Adds a registration type to an existing registration builder.
Dump<ContainerRegistrationBuilder<T, TActivator>>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ContainerRegistrationBuilder<T, TActivator>>(ContainerRegistrationBuilder<T, TActivator>[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ContainerRegistrationBuilder<T, TActivator>>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
NotNull<ContainerRegistrationBuilder<T, TActivator>>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
ThrowIfNull<ContainerRegistrationBuilder<T, TActivator>>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ContainerRegistrationBuilder<T, TActivator>>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin