C# Class BugzillaInterface.SearchParams

显示文件 Open project: skyronic/splatter Class Usage Examples

Public Properties

Property Type Description
creation_time DateTime?
id int?
last_change_time DateTime?
limit int?
offset int?

Private Properties

Property Type Description

Property Details

creation_time public_oe property

public DateTime? creation_time
return DateTime?

id public_oe property

public int? id
return int?

last_change_time public_oe property

public DateTime? last_change_time
return DateTime?

limit public_oe property

public int? limit
return int?

offset public_oe property

public int? offset
return int?