C# Class NFrame.NFCUplaoaModule

Inheritance: NFIUploadModule
ファイルを表示 Open project: ketoo/NoahGameFrame Class Usage Examples

Public Methods

Method Description
AfterInit ( ) : void
BeforeShut ( ) : void
Execute ( ) : void
Init ( ) : void
OnClassHandler ( NFGUID self, int nContainerID, int nGroupID, NFIObject eType, string strClassName, string strConfigIndex ) : void
OnPropertyHandler ( NFGUID self, string strPropertyName, NFIDataList oldVar, NFIDataList newVar ) : void
OnRecordHandler ( NFGUID self, string strRecordName, NFIRecord eType, int nRow, int nCol, NFIDataList oldVar, NFIDataList newVar ) : void
Shut ( ) : void

Method Details

AfterInit() public method

public AfterInit ( ) : void
return void

BeforeShut() public method

public BeforeShut ( ) : void
return void

Execute() public method

public Execute ( ) : void
return void

Init() public method

public Init ( ) : void
return void

OnClassHandler() public method

public OnClassHandler ( NFGUID self, int nContainerID, int nGroupID, NFIObject eType, string strClassName, string strConfigIndex ) : void
self NFGUID
nContainerID int
nGroupID int
eType NFIObject
strClassName string
strConfigIndex string
return void

OnPropertyHandler() public method

public OnPropertyHandler ( NFGUID self, string strPropertyName, NFIDataList oldVar, NFIDataList newVar ) : void
self NFGUID
strPropertyName string
oldVar NFIDataList
newVar NFIDataList
return void

OnRecordHandler() public method

public OnRecordHandler ( NFGUID self, string strRecordName, NFIRecord eType, int nRow, int nCol, NFIDataList oldVar, NFIDataList newVar ) : void
self NFGUID
strRecordName string
eType NFIRecord
nRow int
nCol int
oldVar NFIDataList
newVar NFIDataList
return void

Shut() public method

public Shut ( ) : void
return void