C# Class CodeImp.Gluon.GroceriesItem

Exibir arquivo Open project: DieterKoblenz/LCARS Class Usage Examples

Public Properties

Property Type Description
count long
list int
name string

Public Methods

Method Description
FromDataRow ( DataTableRow r ) : GroceriesItem
SqlDelete ( ) : bool
SqlUpdateOrInsert ( bool increasecount ) : bool
ToString ( ) : string

Private Methods

Method Description
SqlUpdateOrInsertCount ( ) : bool

Method Details

FromDataRow() public static method

public static FromDataRow ( DataTableRow r ) : GroceriesItem
r DataTableRow
return GroceriesItem

SqlDelete() public method

public SqlDelete ( ) : bool
return bool

SqlUpdateOrInsert() public method

public SqlUpdateOrInsert ( bool increasecount ) : bool
increasecount bool
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

count public_oe property

public long count
return long

list public_oe property

public int list
return int

name public_oe property

public string name
return string