[]
Determines the range where a RulesEngineRule is applied.
public class RulesEngineRange : IXmlSerializable
Public Class RulesEngineRange
Implements IXmlSerializable
| Name | Description |
|---|---|
| RulesEngineRange() | Initializes a new instance of the RulesEngineRange class. |
| RulesEngineRange(int, int) | Initializes a new instance of the RulesEngineRange class. |
| RulesEngineRange(int, int, string) | Initializes a new instance of the RulesEngineRange class. |
| RulesEngineRange(int?, int?, IReadOnlyList<string>) | Initializes a new instance of the RulesEngineRange class. |
| RulesEngineRange(string) | Initializes a new instance of the RulesEngineRange class. |
| Name | Description |
|---|---|
| Fields | Gets the fields that determines the range where the rule is applied. |
| FirstItem | Gets the index of the first item where the rule is applied. |
| LastItem | Gets the index of the last item where the rule is applied. |
| Name | Description |
|---|---|
| Equals(object) | |
| GetHashCode() | |
| Intersects(int, string) | Gets whether this range is intersected with the specified |
| ToString() | |
| TryParse(string, out RulesEngineRange) | Tries to parse the specified |
| Name | Description |
|---|---|
| implicit operator RulesEngineRange(string) | Casting operator to convert a string into a RulesEngineRange. |