名前空間一覧 > GrapeCity.Web.Input.IMExtenders 名前空間 : 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