Blazor コントロール
ReplaceExpressionInScope メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > ScopedFilterExpressionEx クラス : ReplaceExpressionInScope メソッド
The original expression.
The property path used to determine the part of the original expression that will be replaced.
The new expression that will replace a part of the original one.
Replaces the expression in the specified scope by the newExpression.
シンタックス
'宣言
 
Public Shared Function ReplaceExpressionInScope( _
   ByVal expression As FilterExpression, _
   ByVal scope As System.String, _
   ByVal newExpression As FilterExpression _
) As FilterExpression
public static FilterExpression ReplaceExpressionInScope( 
   FilterExpression expression,
   System.string scope,
   FilterExpression newExpression
)

パラメータ

expression
The original expression.
scope
The property path used to determine the part of the original expression that will be replaced.
newExpression
The new expression that will replace a part of the original one.
参照

ScopedFilterExpressionEx クラス
ScopedFilterExpressionEx メンバ