C# Class lw_common.ui.note_ctrl.line

Afficher le fichier Open project: jtorjo/logwizard

Méthodes publiques

Свойство Type Description
idx int
msg string
view_name string

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( line other ) : bool

Method Details

Equals() protected méthode

protected Equals ( line other ) : bool
other line
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

clear() public méthode

public clear ( ) : void
Résultat void

copy_from() public méthode

public copy_from ( line other ) : void
other line
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

idx public_oe property

public int idx
Résultat int

msg public_oe property

public string msg
Résultat string

view_name public_oe property

public string view_name
Résultat string