RuleAttributeTarget 枚举

定义

指定 RuleReadAttributeRuleWriteAttribute 中的路径是否适用于方法参数或 this

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

字段

Parameter 0

指定路径是以参数名称开始的绝对路径,后面可以跟随到内部成员的路径。

This 1

指定路径是以标记 this 开始的相对路径或绝对路径。

注解

用于 RuleReadAttributeRuleWriteAttribute 类。

适用于