C# Class Database.DAO.SingleInfoDao

Mostrar archivo Open project: rechc/KinectMiniApps Class Usage Examples

Public Methods

Method Description
Save ( ExtendedInformation info ) : void

Private Methods

Method Description
Insert ( ) : void
IsNew ( ) : bool
Update ( ) : void

Method Details

Save() public method

public Save ( ExtendedInformation info ) : void
info ExtendedInformation
return void