Class AnalyzerCommonProps
Properties for AnalyzerCommon
Inheritance
object
AnalyzerCommonProps
Implements
Namespace: BuildSystem.ProjectList.Helpers
Assembly: BuildSystem.ProjectList.dll
Syntax
public class AnalyzerCommonProps : Object, IAnalyzerProps
Constructors
AnalyzerCommonProps()
Declaration
public AnalyzerCommonProps()
Methods
Clone()
Clone properties into new instance
Declaration
public IAnalyzerProps Clone()
Returns
Type | Description |
---|---|
IAnalyzerProps |
Copy(IAnalyzerProps)
Copy all properties from source object
Declaration
public void Copy(IAnalyzerProps source)
Parameters
Type | Name | Description |
---|---|---|
IAnalyzerProps | source |
EmptyValues()
Set values of private properties to default
Declaration
public void EmptyValues()