Interface IAnalyzerProps
Properties for IAnalyzer
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public interface IAnalyzerProps
Methods
Clone()
Clone properties into new instance
Declaration
IAnalyzerProps Clone()
Returns
| Type | Description |
|---|---|
| IAnalyzerProps |
Copy(IAnalyzerProps)
Copy all properties from source object
Declaration
void Copy(IAnalyzerProps source)
Parameters
| Type | Name | Description |
|---|---|---|
| IAnalyzerProps | source |
EmptyValues()
Set values of private properties to default
Declaration
void EmptyValues()