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

Provides a simple visitor hookup routine.
Afficher le fichier Open project: alien-mcl/URSA

Méthodes publiques

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

Accepts the specified visitor.

Method Details

Accept() public static méthode

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.
Résultat void