C# 클래스 LpsRetsClient.Transaction.RetsLoginResponse

상속: RetsResponseBase
파일 보기 프로젝트 열기: bkmls/retsdotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetCapabilityUrl ( StandardCapability capability ) : string
GetCapabilityUrl ( string capability ) : string
Parse ( string response ) : void
RetsLoginResponse ( ) : System

메소드 상세

GetCapabilityUrl() 공개 메소드

public GetCapabilityUrl ( StandardCapability capability ) : string
capability StandardCapability
리턴 string

GetCapabilityUrl() 공개 메소드

public GetCapabilityUrl ( string capability ) : string
capability string
리턴 string

Parse() 공개 메소드

public Parse ( string response ) : void
response string
리턴 void

RetsLoginResponse() 공개 메소드

public RetsLoginResponse ( ) : System
리턴 System