ApiConventionTypeMatchAttribute Class

Definition

Determines the matching behavior an API convention parameter by type. ApiConventionTypeMatchBehavior for supported options. .

public ref class ApiConventionTypeMatchAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class ApiConventionTypeMatchAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type ApiConventionTypeMatchAttribute = class
    inherit Attribute
Public NotInheritable Class ApiConventionTypeMatchAttribute
Inherits Attribute
Inheritance
ApiConventionTypeMatchAttribute
Attributes

Remarks

AssignableFrom is used if no value for this attribute is specified on a convention parameter.

Constructors

ApiConventionTypeMatchAttribute(ApiConventionTypeMatchBehavior)

Initialzes a new instance of ApiConventionTypeMatchAttribute with the specified matchBehavior.

Properties

MatchBehavior

Gets the ApiConventionTypeMatchBehavior.

Applies to