Title here
Summary here
This class creates unique strings containing hash values.
Creates a unique hash string from a loggable 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
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
Type | Name | Description |
---|---|---|
IEnumerable<object> | objectList | A list of objects |
Type | Description |
---|---|
int | A unique hash value |