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