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 SourceFillRequiredProperties()
Fills the required properties.
Declaration
T FillRequiredProperties()
Returns
Type | Description |
---|---|
T | The same object instance. |