BugReport CreateBugReport Method A Sandcastle Documented Class Library
Créez un nouvel objet BugReport.

Namespace: Censitif.Library.Data
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public static BugReport CreateBugReport(
	int bugID,
	string mD5,
	string message,
	bool isReported,
	string versionNumber,
	string occurences
)

Parameters

bugID
Type: System Int32
Valeur initiale de BugID.
mD5
Type: System String
Valeur initiale de MD5.
message
Type: System String
Valeur initiale de Message.
isReported
Type: System Boolean
Valeur initiale de IsReported.
versionNumber
Type: System String
Valeur initiale de VersionNumber.
occurences
Type: System String
Valeur initiale de Occurences.

Return Value

Type: BugReport

[Missing <returns> documentation for "M:Censitif.Library.Data.BugReport.CreateBugReport(System.Int32,System.String,System.String,System.Boolean,System.String,System.String)"]

See Also