C# 클래스 SampleHelpers, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
ApplyOptionalParms ( object request, object optional ) : object

Using reflection to apply optional parameters to the request. If the optonal parameters are null then we will just return the request as is.

메소드 상세

ApplyOptionalParms() 공개 정적인 메소드

Using reflection to apply optional parameters to the request. If the optonal parameters are null then we will just return the request as is.
public static ApplyOptionalParms ( object request, object optional ) : object
request object The request.
optional object The optional parameters.
리턴 object