C# 클래스 Stripe.Infrastructure.Middleware.RequestStringBuilder

파일 보기 프로젝트 열기: jaymedavis/stripe.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ProcessPlugins void
RequestStringBuilder System.Collections.Generic

공개 메소드들

메소드 설명
ApplyParameterToRequestString ( string &requestString, string argument, string value ) : void

비공개 메소드들

메소드 설명
ProcessPlugins ( string &requestString, JsonPropertyAttribute attribute, PropertyInfo property, object propertyValue, object propertyParent ) : void
RequestStringBuilder ( ) : System.Collections.Generic

메소드 상세

ApplyParameterToRequestString() 공개 정적인 메소드

public static ApplyParameterToRequestString ( string &requestString, string argument, string value ) : void
requestString string
argument string
value string
리턴 void