C# 클래스 NSoft.NFramework.DataServices.WinForm.Form1

파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
BindResultSet ( ResultSet resultSet, ListView listView ) : void
ExecuteMethod ( string method, string productName, Action callback ) : void
Form1 ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

사용 중인 모든 리소스를 정리합니다.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

디자이너 지원에 필요한 메서드입니다. 이 메서드의 내용을 코드 편집기로 수정하지 마십시오.

btnExecute_Click ( object sender, EventArgs e ) : void

메소드 상세

BindResultSet() 공개 정적인 메소드

public static BindResultSet ( ResultSet resultSet, ListView listView ) : void
resultSet ResultSet
listView ListView
리턴 void

Dispose() 보호된 메소드

사용 중인 모든 리소스를 정리합니다.
protected Dispose ( bool disposing ) : void
disposing bool 관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.
리턴 void

ExecuteMethod() 공개 정적인 메소드

public static ExecuteMethod ( string method, string productName, Action callback ) : void
method string
productName string
callback Action
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System