C# Class URSA.Web.Http.Description.Mapping.ServerBahaviorAttributeExtensions

Provides a simple visitor hookup routine.
Mostrar archivo Open project: alien-mcl/URSA

Public Methods

Method Description
Accept ( this attributes, Type memberType, IServerBehaviorAttributeVisitor visitor, IIriTemplateMapping templateMapping, DescriptionContext descriptionContext ) : void

Accepts the specified visitor.

Method Details

Accept() public static method

Accepts the specified visitor.
public static Accept ( this attributes, Type memberType, IServerBehaviorAttributeVisitor visitor, IIriTemplateMapping templateMapping, DescriptionContext descriptionContext ) : void
attributes this The attributes to be visited.
memberType System.Type Type of the member.
visitor IServerBehaviorAttributeVisitor The visitor.
templateMapping IIriTemplateMapping Template mapping to be amended by visitor.
descriptionContext DescriptionContext Description context.
return void