C# Class lw_common.ui.note_ctrl.note_item

显示文件 Open project: jtorjo/logwizard

Public Properties

Property Type Description
deleted bool
line_id string
note_id string
reply_id string
self note_ctrl
the_note note
utc_last_edited System.DateTime

Public Methods

Method Description
descendants ( ) : List
note_item ( note_ctrl self, note n, string unique_id, string reply_id, string line_id, bool deleted, System.DateTime utc_added ) : System
note_item ( note_ctrl self, string unique_id, string line_id, bool deleted, System.DateTime utc_added ) : System

Private Methods

Method Description
note_color ( ) : Color
note_no_color ( ) : string

Method Details

descendants() public method

public descendants ( ) : List
return List

note_item() public method

public note_item ( note_ctrl self, note n, string unique_id, string reply_id, string line_id, bool deleted, System.DateTime utc_added ) : System
self note_ctrl
n note
unique_id string
reply_id string
line_id string
deleted bool
utc_added System.DateTime
return System

note_item() public method

public note_item ( note_ctrl self, string unique_id, string line_id, bool deleted, System.DateTime utc_added ) : System
self note_ctrl
unique_id string
line_id string
deleted bool
utc_added System.DateTime
return System

Property Details

deleted public_oe property

public bool deleted
return bool

line_id public_oe property

public string line_id
return string

note_id public_oe property

public string note_id
return string

reply_id public_oe property

public string reply_id
return string

self public_oe property

public note_ctrl,lw_common.ui self
return note_ctrl

the_note public_oe property

public note the_note
return note

utc_last_edited public_oe property

public DateTime,System utc_last_edited
return System.DateTime