Show / Hide Table of Contents

Interface IFillsRequiredProperties<T>

Represents the interface for entities that can set their required properties with values.

Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IFillsRequiredProperties<T>
Type Parameters
Name Description
T

The entity type.

Methods

| Improve this Doc View Source

FillRequiredProperties()

Fills the required properties.

Declaration
T FillRequiredProperties()
Returns
Type Description
T

The same object instance.

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