Represents a rule condition where a message is receieved and the message body text starts with specified text.
Namespace: Dynmark.Services.API.Rules
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Class WhereBodyStartsWithClass Inherits BasicRuleConditionClass(Of WhereBodyStartsWithClass) |
| C# |
|---|
| public class WhereBodyStartsWithClass : BasicRuleConditionClass<WhereBodyStartsWithClass> |
| C++ |
|---|
| ref class WhereBodyStartsWithClass : BasicRuleConditionClass<WhereBodyStartsWithClass> |
| J# |
|---|
| public class WhereBodyStartsWithClass extends BasicRuleConditionClass<WhereBodyStartsWithClass> |
| JScript |
|---|
| public class WhereBodyStartsWithClass extends BasicRuleConditionClass<WhereBodyStartsWithClass> |
Inheritance Hierarchy
System.Object
Dynmark.Services.API.BasicClass<T>
Dynmark.Services.API.Rules.BasicRuleConditionClass<T>
Dynmark.Services.API.Rules.WhereBodyStartsWithClass
Dynmark.Services.API.BasicClass<T>
Dynmark.Services.API.Rules.BasicRuleConditionClass<T>
Dynmark.Services.API.Rules.WhereBodyStartsWithClass
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.