Browse Source
Update docs/en/SimpleStateChecker.md
Co-authored-by: Halil İbrahim Kalkan <hi_kalkan@yahoo.com>
pull/8899/head
maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/SimpleStateChecker.md
|
|
|
@ -42,7 +42,7 @@ var myobj = new MyObject() |
|
|
|
myobj.SimpleStateCheckers.Add(new MyObjectStateChecker()); |
|
|
|
```` |
|
|
|
|
|
|
|
## Definition global state checker. |
|
|
|
## Definition Global State Checkers |
|
|
|
|
|
|
|
`AbpSimpleStateCheckerOptions` is the options class that used to set the global state checkers for specific object. |
|
|
|
|
|
|
|
|