|
1 | 1 | # SimpleStateMachineLibrary [](https://www.nuget.org/packages/SimpleStateMachineLibrary)
|
2 | 2 | A C# library for realization simple state-machine on .Net
|
3 |
| - |
| 3 | +## Give a Star! :star: |
| 4 | +If you like or are using this project please give it a star. Thanks! |
4 | 5 | ## Сontent
|
5 | 6 | 1. [Features](#Features)
|
6 | 7 | 2. [Examples](#Examples)
|
7 |
| -3. [License](#License) |
| 8 | +4. [Documentation](#Documentation) |
| 9 | +4. [License](#License) |
8 | 10 |
|
9 | 11 | ## Features
|
10 | 12 |
|
@@ -82,6 +84,28 @@ Useful extensions for work:
|
82 | 84 |
|
83 | 85 | }
|
84 | 86 | ```
|
| 87 | +## Documentation |
| 88 | +* StateMachine |
| 89 | + * [Import](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/StateMachine#Import) |
| 90 | + * [Export](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/StateMachine#Export) |
| 91 | + * [Logging](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/StateMachine#Logging) |
| 92 | +* State |
| 93 | + * [Create](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/State#Create) |
| 94 | + * [Get](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/State#Get) |
| 95 | + * [Delete](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/State#Delete) |
| 96 | + * [Entry](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/State#Entry) |
| 97 | + * [Exit](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/State#Exit) |
| 98 | +* Transition |
| 99 | + * [Create](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Transition#Create) |
| 100 | + * [Get](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Transition#Get) |
| 101 | + * [Delete](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Transition#Delete) |
| 102 | + * [Invoke](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Transition#Invoke) |
| 103 | + * [Parameters](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Transition#Parameters) |
| 104 | +* Data |
| 105 | + * [Create](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Data#Create) |
| 106 | + * [Get](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Data#Get) |
| 107 | + * [Delete](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Data#Delete) |
| 108 | + * [Change](https://github.com/SimpleStateMachine/SimpleStateMachineLibrary/wiki/Data#Change) |
85 | 109 | ## License
|
86 | 110 |
|
87 | 111 | Copyright (c) SimpleStateMachine
|
|
0 commit comments