'Declaration
Public Enum TextMatchRule Inherits System.Enum
public enum TextMatchRule : System.Enum
public enum class TextMatchRule : public System.Enum
'Declaration
Public Enum TextMatchRule Inherits System.Enum
public enum TextMatchRule : System.Enum
public enum class TextMatchRule : public System.Enum
Member | Value | Description |
---|---|---|
Contains | 1 | Matches if the target contains the specified text. |
Equals | 3 | Matches if the target exactly equals the specified text. |
NotContains | 2 | Matches if the target does not contain the specified text. |
NotEquals | 4 | Matches if the target does not exactly equal the specified text. |
StartsWith | 5 | Matches if the target starts with the specified text. |
Unspecified | 0 | No rule specified. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.TextMatchRule