C# 클래스 Habanero.Test.DB.TransactionLogStub

This is used only for testing reading transactions
상속: BusinessObject
파일 보기 프로젝트 열기: Chillisoft/habanero 1 사용 예제들

공개 메소드들

메소드 설명
GetTransactionLog ( Habanero.BO.BOPrimaryKey id ) : TransactionLogStub

returns the TransactionLogStub identified by id.

If the Contact person is already leaded then an identical copy of it will be returned.

TransactionLogStub ( ) : System
TransactionLogStub ( ClassDef def ) : System

보호된 메소드들

메소드 설명
ConstructClassDef ( ) : IClassDef
LoadBusinessObjCol ( ) : BusinessObjectCollection
LoadBusinessObjCol ( string searchCriteria, string orderByClause ) : BusinessObjectCollection

비공개 메소드들

메소드 설명
ClearTransactionLogCol ( ) : void
CreateBOPropDef ( ) : PropDefCol
CreateClassDef ( ) : ClassDef
DeleteAllTransactionLogs ( ) : void
GetClassDef ( ) : IClassDef

메소드 상세

ConstructClassDef() 보호된 메소드

protected ConstructClassDef ( ) : IClassDef
리턴 IClassDef

GetTransactionLog() 공개 정적인 메소드

returns the TransactionLogStub identified by id.
If the Contact person is already leaded then an identical copy of it will be returned.
/// if the object has been deleted already
public static GetTransactionLog ( Habanero.BO.BOPrimaryKey id ) : TransactionLogStub
id Habanero.BO.BOPrimaryKey The object primary Key
리턴 TransactionLogStub

LoadBusinessObjCol() 보호된 정적인 메소드

protected static LoadBusinessObjCol ( ) : BusinessObjectCollection
리턴 BusinessObjectCollection

LoadBusinessObjCol() 보호된 정적인 메소드

protected static LoadBusinessObjCol ( string searchCriteria, string orderByClause ) : BusinessObjectCollection
searchCriteria string
orderByClause string
리턴 BusinessObjectCollection

TransactionLogStub() 공개 메소드

public TransactionLogStub ( ) : System
리턴 System

TransactionLogStub() 공개 메소드

public TransactionLogStub ( ClassDef def ) : System
def ClassDef
리턴 System