| 枚举 | 说明 |
|---|---|
| ConditionType |
The type of multi conditions.
|
| 注释类型 | 说明 |
|---|---|
| ConditionOnContainer |
A condition what apply the operation only when the specified container exists.
|
| ConditionOnContainer.List | |
| ConditionOnExpression |
A condition what apply the operation only when the result of the expression evaluation is true.
|
| ConditionOnExpression.List | |
| ConditionOnProperty |
A condition what apply the operation only when the specified property exists and its value matches the expected value.
|
| ConditionOnProperty.List | |
| ConditionOnPropertyNotEmpty |
A condition what apply the operation only when the specified property exists and its value not empties.
|
| ConditionOnPropertyNotEmpty.List | |
| ConditionOnPropertyNotNull |
A condition what apply the operation only when the specified property exists and its value not null.
|
| ConditionOnPropertyNotNull.List | |
| ConditionOnTargetType |
A condition what apply the operation only when
the target which to be operated is assignable from the specified type.
|
| ConditionOnTargetType.List |
Copyright © 2024. All rights reserved.