C# Class XRefresh.Model.Activity

显示文件 Open project: binaryage/xrefresh Class Usage Examples

Public Properties

Property Type Description
passed bool
path1 string
path2 string
reason string
time System.DateTime
type ActivityType

Public Methods

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

Method Details

Activity() public method

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
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

passed public_oe property

public bool passed
return bool

path1 public_oe property

public string path1
return string

path2 public_oe property

public string path2
return string

reason public_oe property

public string reason
return string

time public_oe property

public DateTime,System time
return System.DateTime

type public_oe property

public ActivityType type
return ActivityType