C# 클래스 DataAccessModule.ParmList

파일 보기 프로젝트 열기: jasonhuber/devryweb460store 1 사용 예제들

공개 메소드들

메소드 설명
Add ( ParmObject P_obj ) : void
Add ( string P_name, object P_obj ) : void
ParmList ( ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

public Add ( ParmObject P_obj ) : void
P_obj ParmObject
리턴 void

Add() 공개 메소드

public Add ( string P_name, object P_obj ) : void
P_name string
P_obj object
리턴 void

ParmList() 공개 메소드

public ParmList ( ) : System.Collections.Generic
리턴 System.Collections.Generic