C# Class CodeImp.Gluon.NoteItem

显示文件 Open project: DieterKoblenz/LCARS Class Usage Examples

Public Properties

Property Type Description
id long
note string

Public Methods

Method Description
FromDataRow ( DataTableRow r ) : NoteItem
SqlDelete ( ) : bool
SqlInsert ( ) : bool
SqlSwap ( NoteItem first, NoteItem second ) : bool
SqlUpdate ( ) : bool
ToString ( ) : string

Method Details

FromDataRow() public static method

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

SqlDelete() public method

public SqlDelete ( ) : bool
return bool

SqlInsert() public method

public SqlInsert ( ) : bool
return bool

SqlSwap() public static method

public static SqlSwap ( NoteItem first, NoteItem second ) : bool
first NoteItem
second NoteItem
return bool

SqlUpdate() public method

public SqlUpdate ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

id public_oe property

public long id
return long

note public_oe property

public string note
return string