Compartir a través de


AifServiceContainer Class

Definition

Represents the container for all Aif Services. This should be implemented as a singleton class.

public ref class AifServiceContainer
public class AifServiceContainer
type AifServiceContainer = class
Public Class AifServiceContainer
Inheritance
AifServiceContainer

Properties

Instance

Gets the instance.

Methods

AddService<T>(Type, T)

Adds the service.

GetService<T>()

Gets the service.

Applies to