次の方法で共有


IPropertyEditingUser インターフェイス

定義

オブジェクトの更新および検証サービスを提供します。

public interface class IPropertyEditingUser
public interface IPropertyEditingUser
type IPropertyEditingUser = interface
Public Interface IPropertyEditingUser

メソッド

UpdateObjects(Object)

派生クラスでオーバーライドされると、オブジェクトのサーバーへの更新が実行されます。

ValidateObjects(Object)

派生クラスでオーバーライドされると、オブジェクトのクライアント側検証が実行されます。

適用対象