次の方法で共有


AttachmentValidatorAttribute クラス

定義

添付ファイルの検証に使用される抽象基本クラス。

[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()

添付ファイルの検証に使用される抽象基本クラス。

適用対象