C# 클래스 URSA.Web.Http.Description.Mapping.ServerBahaviorAttributeExtensions

Provides a simple visitor hookup routine.
파일 보기 프로젝트 열기: alien-mcl/URSA

공개 메소드들

메소드 설명
Accept ( this attributes, Type memberType, IServerBehaviorAttributeVisitor visitor, IIriTemplateMapping templateMapping, DescriptionContext descriptionContext ) : void

Accepts the specified visitor.

메소드 상세

Accept() 공개 정적인 메소드

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.
리턴 void