C# Class lw_common.ui.note_ctrl.note

显示文件 Open project: jtorjo/logwizard

Public Properties

Property Type Description
author_color Color
author_initials string
author_name string
is_merged bool
is_new bool
made_by_current_user bool
note_text string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

author_color public_oe property

public Color author_color
return Color

author_initials public_oe property

public string author_initials
return string

author_name public_oe property

public string author_name
return string

is_merged public_oe property

public bool is_merged
return bool

is_new public_oe property

public bool is_new
return bool

made_by_current_user public_oe property

public bool made_by_current_user
return bool

note_text public_oe property

public string note_text
return string