ApiConventionTypeMatchBehavior Enum

Definition

The behavior for matching the type of a convention parameter.

public enum class ApiConventionTypeMatchBehavior
public enum ApiConventionTypeMatchBehavior
type ApiConventionTypeMatchBehavior = 
Public Enum ApiConventionTypeMatchBehavior
Inheritance
ApiConventionTypeMatchBehavior

Fields

Any 0

Matches any type. Use this if the parameter does not need to be matched.

AssignableFrom 1

The parameter in the convention is the exact type or a subclass of the type specified in the convention.

Applies to