Property | Type | Description |
---|
Method | Description | |
---|---|---|
CodeInspectionSetting ( ) : System | ||
CodeInspectionSetting ( IInspectionModel inspection ) : System | ||
CodeInspectionSetting ( string name, string description, CodeInspectionType type, CodeInspectionSeverity defaultSeverity, CodeInspectionSeverity severity ) : System | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int |
public CodeInspectionSetting ( IInspectionModel inspection ) : System | ||
inspection | IInspectionModel | |
return | System |
public CodeInspectionSetting ( string name, string description, CodeInspectionType type, CodeInspectionSeverity defaultSeverity, CodeInspectionSeverity severity ) : System | ||
name | string | |
description | string | |
type | CodeInspectionType | |
defaultSeverity | CodeInspectionSeverity | |
severity | CodeInspectionSeverity | |
return | System |