C# 클래스 Omikron.FactFinder.Core.ParametersConverter

파일 보기 프로젝트 열기: FACT-Finder/FACT-Finder-.NET-Library 1 사용 예제들

공개 메소드들

메소드 설명
ClientToServerRequestParameters ( NameValueCollection clientParameters ) : NameValueCollection
ServerToClientRequestParameters ( NameValueCollection serverParameters ) : NameValueCollection

비공개 메소드들

메소드 설명
AddRequiredParameters ( NameValueCollection parameters, string>.IDictionary requireList ) : void
ApplyParameterMappings ( NameValueCollection parameters, string>.IDictionary mappings ) : void
EnsureChannelParameter ( NameValueCollection result ) : void
ParametersConverter ( ) : System.Collections.Generic
RemoveIgnoredParameters ( NameValueCollection parameters, ICollection ignoreList ) : void

메소드 상세

ClientToServerRequestParameters() 공개 메소드

public ClientToServerRequestParameters ( NameValueCollection clientParameters ) : NameValueCollection
clientParameters System.Collections.Specialized.NameValueCollection
리턴 System.Collections.Specialized.NameValueCollection

ServerToClientRequestParameters() 공개 메소드

public ServerToClientRequestParameters ( NameValueCollection serverParameters ) : NameValueCollection
serverParameters System.Collections.Specialized.NameValueCollection
리턴 System.Collections.Specialized.NameValueCollection