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