| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or sets the id |
integer |
None. |
| IsInitialStep |
Gets or sets the initial step's flag |
boolean |
None. |
| ModePrecondition |
Gets or sets the mode in which the pool should be prior to running this automaton. this should be null if there is no precondition to running the automaton. |
Flipr.Data.SQL.Pool.Mode |
None. |
| ModePrecondition_Value |
Gets or sets the ModePrecondition's foreign key |
Flipr.Data.SQL.Pool.ModeCode |
None. |
| Comment |
Gets or sets the comment |
string |
String length: inclusive between 0 and 500 |
| PoolMode |
Gets or sets the pool mode |
Flipr.Data.SQL.Pool.Mode |
None. |
| PoolMode_Id |
Gets or sets the pool mode id |
Flipr.Data.SQL.Pool.ModeCode |
None. |
| Advices |
gets or Sets the advice |
Collection of Flipr.Data.SQL.Automaton.AdviceSelection |
None. |
| AdviceFilter |
Gets or sets the advice filter type |
Flipr.Data.SQL.Automaton.AdviceFilter |
None. |
| Name |
gets or sets the name of the step |
string |
String length: inclusive between 0 and 100 |
| NextLinks |
Gets or sets the links to the potential next steps |
Collection of Flipr.Data.SQL.Automaton.Link |
None. |
| FromLinks |
Gets or sets the links to the previous steps |
Collection of Flipr.Data.SQL.Automaton.Link |
None. |