Interface IProcess<T>
Object processing interface
Namespace: XData.Extensions
Assembly: XData.docfx.dll
Syntax
public interface IProcess<T>
Type Parameters
| Name | Description |
|---|---|
| T | Object type |
Properties
| Improve this Doc View SourceInstance
Processing source object instance
Declaration
T Instance { get; set; }
Property Value
| Type | Description |
|---|---|
| T |
State
Intermediate object processing status
Declaration
dynamic State { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |