Class StringMemberCondition
Condition triggered on the value of the property member.
Implements
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBaseMemberConditions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class StringMemberCondition : MemberConditionBase, IMemberCondition
Properties
Value
Gets or sets non null case insensitive and culture agnostic value which is compared against entity property value.
Declaration
RequestResponse
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
Note that the value equal to is treated as unspecified value not triggering the condition.