Title here
Summary here
This class creates unique strings containing hash values.
public static class HashHelperCreates a unique hash string from a loggable task
public static string CreateChar40Hash(ILoggableTask task)| Type | Name | Description |
|---|---|---|
| ILoggableTask | task | The ETLBox loggable task |
| Type | Description |
|---|---|
| string | A unique readable hash string with 40 character |
Creates a 40 character unique hash string
public static string CreateChar40Hash(string text)| Type | Name | Description |
|---|---|---|
| string | text | Text that needs to be hashed |
| Type | Description |
|---|---|
| string | A unique readable hash string with 40 characters |
Addition of the hash values for a list of object
public static int HashSum(IEnumerable<object> objectList)| Type | Name | Description |
|---|---|---|
| IEnumerable<object> | objectList | A list of objects |
| Type | Description |
|---|---|
| int | A unique hash value |