WPF中是否有PagedCollectionView的实现?它存在于Silverlight中但不在WPF中.
如果没有,实现这个最简单的方法是什么?
有没有办法在编排步骤的前提条件步骤中检查声明是否设置为空字符串?
我已经尝试过以下方法,但它不起作用,它从不执行 SkipThisOrchestrationStep
<Precondition Type="ClaimEquals" ExecuteActionsIf="true">
<Value>readOnlyPhone</Value>
<Value></Value>
<Action>SkipThisOrchestrationStep</Action>
</Precondition>
</Preconditions>
Run Code Online (Sandbox Code Playgroud)
另外我也尝试过使用 ClaimExists 但这也不起作用
<Preconditions>
<Precondition Type="ClaimsExists" ExecuteActionsIf="false">
<Value>readOnlyPhone</Value>
<Action>SkipThisOrchestrationStep</Action>
</Precondition>
</Preconditions>
Run Code Online (Sandbox Code Playgroud)
背景,声明是由 RestfulProvider 技术配置文件设置的,API 将在有效负载中返回"phoneNumber": ""