PowerTools InputMan for ASP.NET 8.0J
ValueProcess クラス
メンバ  使用例 

値の消去や変更拒否を行う検証アクションを実装します。
構文
Public Class ValueProcess 
   Inherits ValidateAction
public class ValueProcess : ValidateAction 
使用例
次のサンプルコードでは、文字種検証コントロールで検証エラー発生時に入力値を変更前の値に戻す例を示します。
Imports GrapeCity.Web.Input.IMExtenders

Dim ValueProcess1 As New ValueProcess
ValueProcess1.ValueProcessOption = ValueProcessOption.Restore
GcValidatorAction1.GetActions(GcCharacterTypeValidator1).Add(ValueProcess1)
using GrapeCity.Web.Input.IMExtenders;

ValueProcess ValueProcess1 = new ValueProcess()
ValueProcess1.ValueProcessOption = ValueProcessOption.Restore;
GcValidatorAction1.GetActions(GcCharacterTypeValidator1).Add(ValueProcess1);
継承階層

System.Object
   GrapeCity.Web.Input.Core.NotifyObject
      GrapeCity.Web.Input.Core.BaseViewState
         GrapeCity.Web.Input.IMExtenders.ValidateAction
            GrapeCity.Web.Input.IMExtenders.ValueProcess

参照

ValueProcess メンバ
GrapeCity.Web.Input.IMExtenders 名前空間

 

 


© 2005-2015 GrapeCity inc. All rights reserved.