Class HashGeneratorCommonProps
Container of properties for classes implementing IHashGenerator
Inherited Members
Namespace: BuildSystem.HashGenerator.Common
Assembly: BuildSystem.Core.dll
Syntax
public class HashGeneratorCommonProps : HashGeneratorProps, IHashGeneratorProps, IManagerProp
Constructors
HashGeneratorCommonProps()
Container of properties for classes implementing IHashGenerator
Declaration
public HashGeneratorCommonProps()
HashGeneratorCommonProps(IManagerProp)
Container of properties for classes implementing HashGeneratorCommonProps
Declaration
public HashGeneratorCommonProps(IManagerProp source)
Parameters
Type | Name | Description |
---|---|---|
IManagerProp | source |
Methods
Clone()
Creates a new instance - copy of current object
Declaration
public override IManagerProp Clone()
Returns
Type | Description |
---|---|
IManagerProp | New instance |