C# Class XRefresh.Model.Activity

Afficher le fichier Open project: binaryage/xrefresh Class Usage Examples

Méthodes publiques

Свойство Type Description
passed bool
path1 string
path2 string
reason string
time System.DateTime
type ActivityType

Méthodes publiques

Méthode Description
Activity ( ActivityType type, System.DateTime time, string path1, string path2, bool passed, string reason ) : System
operator ( ) : bool

Method Details

Activity() public méthode

public Activity ( ActivityType type, System.DateTime time, string path1, string path2, bool passed, string reason ) : System
type ActivityType
time System.DateTime
path1 string
path2 string
passed bool
reason string
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

passed public_oe property

public bool passed
Résultat bool

path1 public_oe property

public string path1
Résultat string

path2 public_oe property

public string path2
Résultat string

reason public_oe property

public string reason
Résultat string

time public_oe property

public DateTime,System time
Résultat System.DateTime

type public_oe property

public ActivityType type
Résultat ActivityType