Interface IQuery<T>
Interface IQuery
Namespace: Unity.Industrial.Forma.Core.Variants
Syntax
public interface IQuery<T> : IQuery
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Result
Gets or sets the result.
Declaration
T Result { get; set; }
Property Value
| Type | Description |
|---|---|
| T | The result. |