RuleAttributeTarget 列挙型

定義

RuleReadAttribute または RuleWriteAttribute に設定されたパスが、メソッドのパラメーターとして使うものか、this に対するものかを指定します。

public enum class RuleAttributeTarget
public enum RuleAttributeTarget
type RuleAttributeTarget = 
Public Enum RuleAttributeTarget
継承
RuleAttributeTarget

フィールド

Parameter 0

パラメーター名で始まる絶対パスである旨を指定します。この後に内部メンバーのパスが続いていてもかまいません。

This 1

this で始まる相対パスまたは絶対パスである旨を指定します。

注釈

RuleReadAttribute または RuleWriteAttribute クラスと組み合わせて使います。

適用対象