C# 클래스 TSystems.RELOAD.Transport.FetchKindResponse

The FetchAns structure contains a series of FetchKindResponse structures. There MUST be one FetchKindResponse element for each Kind-ID in the request. see RELOAD base -12 p.95
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
generation System.UInt64
kind System.UInt32
values List

공개 메소드들

메소드 설명
FetchKindResponse ( ) : System
FetchKindResponse ( UInt32 kind, System.UInt64 generation, List values ) : System
ToString ( ) : string

메소드 상세

FetchKindResponse() 공개 메소드

public FetchKindResponse ( ) : System
리턴 System

FetchKindResponse() 공개 메소드

public FetchKindResponse ( UInt32 kind, System.UInt64 generation, List values ) : System
kind System.UInt32
generation System.UInt64
values List
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

generation 공개적으로 프로퍼티

public UInt64,System generation
리턴 System.UInt64

kind 공개적으로 프로퍼티

public UInt32,System kind
리턴 System.UInt32

values 공개적으로 프로퍼티

public List values
리턴 List