C# Class lw_common.ui.note_ctrl.note_item

Afficher le fichier Open project: jtorjo/logwizard

Méthodes publiques

Свойство Type Description
deleted bool
line_id string
note_id string
reply_id string
self note_ctrl
the_note note
utc_last_edited System.DateTime

Méthodes publiques

Méthode 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

Méthode Description
note_color ( ) : Color
note_no_color ( ) : string

Method Details

descendants() public méthode

public descendants ( ) : List
Résultat List

note_item() public méthode

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
Résultat System

note_item() public méthode

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
Résultat System

Property Details

deleted public_oe property

public bool deleted
Résultat bool

line_id public_oe property

public string line_id
Résultat string

note_id public_oe property

public string note_id
Résultat string

reply_id public_oe property

public string reply_id
Résultat string

self public_oe property

public note_ctrl,lw_common.ui self
Résultat note_ctrl

the_note public_oe property

public note the_note
Résultat note

utc_last_edited public_oe property

public DateTime,System utc_last_edited
Résultat System.DateTime