AttachmentValidatorAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
添付ファイルの検証に使用される抽象基本クラス。
[System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=true)]
public abstract class AttachmentValidatorAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field, AllowMultiple=true)>]
type AttachmentValidatorAttribute = class
inherit Attribute
Public MustInherit Class AttachmentValidatorAttribute
Inherits Attribute
- 継承
-
AttachmentValidatorAttribute
- 派生
- 属性
コンストラクター
| AttachmentValidatorAttribute() |
添付ファイルの検証に使用される抽象基本クラス。 |
プロパティ
| Configuration |
添付ファイルの検証に使用される抽象基本クラス。 |
| ErrorMessage |
添付ファイルの検証に使用される抽象基本クラス。 |
メソッド
| IsValidAsync(Attachment, String) |
添付ファイルの検証に使用される抽象基本クラス。 |
| ProvideHelp() |
添付ファイルの検証に使用される抽象基本クラス。 |