C# 클래스 Habanero.Test.BO.BusinessObjectLookupListStub

상속: Habanero.BO.BusinessObjectLookupList
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
BusinessObjectLookupListStub ( Type type, IBusinessObjectCollection boCollection ) : System
BusinessObjectLookupListStub ( Type boType, IBusinessObjectCollection boCollection, string sort ) : System
BusinessObjectLookupListStub ( Type type, string criteria, string sort ) : System
GetBusinessObjectCollection ( ) : IBusinessObjectCollection

메소드 상세

BusinessObjectLookupListStub() 공개 메소드

public BusinessObjectLookupListStub ( Type type, IBusinessObjectCollection boCollection ) : System
type System.Type
boCollection IBusinessObjectCollection
리턴 System

BusinessObjectLookupListStub() 공개 메소드

public BusinessObjectLookupListStub ( Type boType, IBusinessObjectCollection boCollection, string sort ) : System
boType System.Type
boCollection IBusinessObjectCollection
sort string
리턴 System

BusinessObjectLookupListStub() 공개 메소드

public BusinessObjectLookupListStub ( Type type, string criteria, string sort ) : System
type System.Type
criteria string
sort string
리턴 System

GetBusinessObjectCollection() 공개 메소드

public GetBusinessObjectCollection ( ) : IBusinessObjectCollection
리턴 IBusinessObjectCollection