Show / Hide Table of Contents

Interface IRelativityComponent

Represents an interface of the Relativity component.

Namespace: Relativity.Testing.Framework
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IRelativityComponent

Methods

| Improve this Doc View Source

Ensure(IWindsorContainer)

Ensures that component has a connection to Relativity and is able to normally work.

Declaration
void Ensure(IWindsorContainer container)
Parameters
Type Name Description
IWindsorContainer container

The .

| Improve this Doc View Source

Initialize(IWindsorContainer)

This method should invoke all the s necessary for initializing the IRelativityComponent.

Declaration
void Initialize(IWindsorContainer container)
Parameters
Type Name Description
IWindsorContainer container

The container to use for component services registration.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX