C# Class lw_common.ui.note_ctrl.line

显示文件 Open project: jtorjo/logwizard

Public Properties

Property Type Description
idx int
msg string
view_name string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
clear ( ) : void
copy_from ( line other ) : void
operator ( ) : bool

Protected Methods

Method Description
Equals ( line other ) : bool

Method Details

Equals() protected method

protected Equals ( line other ) : bool
other line
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

clear() public method

public clear ( ) : void
return void

copy_from() public method

public copy_from ( line other ) : void
other line
return void

operator() public static method

public static operator ( ) : bool
return bool

Property Details

idx public_oe property

public int idx
return int

msg public_oe property

public string msg
return string

view_name public_oe property

public string view_name
return string