C# 클래스 Habanero.Faces.Base.DefaultBOCreator

Creates business objects. The default creator is used by facilities like ReadOnlyGridControl to create new business objects. Inherit from this class if you need to carry out additional steps at the time of creating a new business object.
상속: IBusinessObjectCreator
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
CreateBusinessObject ( ) : IBusinessObject

Creates the object, without editing or saving it.

DefaultBOCreator ( ClassDef classDef ) : Habanero.Base

Constructor to initialise a new object creator

DefaultBOCreator ( IBusinessObjectCollection boCol ) : Habanero.Base

Constructor to initialise a new object creator

메소드 상세

CreateBusinessObject() 공개 메소드

Creates the object, without editing or saving it.
public CreateBusinessObject ( ) : IBusinessObject
리턴 IBusinessObject

DefaultBOCreator() 공개 메소드

Constructor to initialise a new object creator
public DefaultBOCreator ( ClassDef classDef ) : Habanero.Base
classDef ClassDef The class definition
리턴 Habanero.Base

DefaultBOCreator() 공개 메소드

Constructor to initialise a new object creator
public DefaultBOCreator ( IBusinessObjectCollection boCol ) : Habanero.Base
boCol IBusinessObjectCollection The collection this BO will be created as part of /// (it will be added to the collection proper when it is saved)
리턴 Habanero.Base