1. StringMemberCondition

Class StringMemberCondition

Version:
日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

Condition triggered on the value of the property member.

Inheritance
System.Object
StringMemberCondition
Implements
Inherited Members
Namespace: Stylelabs.M.Sdk.Models.Base.MemberConditions
Assembly: Stylelabs.M.Sdk.dll
Syntax
public class StringMemberCondition : MemberConditionBase, IMemberCondition

Properties

Value

Non null case insensitive and culture agnostic value which is compared against entity property value.

Declaration
public string Value { get; set; }
Property Value
TypeDescription
System.String
Remarks

Note that the value equal to is treated as unspecified value not triggering the condition.

Implements

この記事を改善するための提案がある場合は、 お知らせください!