C# 클래스 NSoft.NFramework.DataServices.Messages.RequestItem

상속: MessageObjectBase
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetHashCode ( ) : int
RequestItem ( ) : System
RequestItem ( string method ) : System
RequestItem ( string method, ResponseFormatKind responseFormat ) : System
ToString ( ) : string

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

RequestItem() 공개 메소드

public RequestItem ( ) : System
리턴 System

RequestItem() 공개 메소드

public RequestItem ( string method ) : System
method string
리턴 System

RequestItem() 공개 메소드

public RequestItem ( string method, ResponseFormatKind responseFormat ) : System
method string
responseFormat ResponseFormatKind
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string