C# Класс DBTek.BugGuardian.Creator

Наследование: ICreator
Показать файл Открыть проект

Открытые методы

Метод Описание
AddBug ( Exception ex, string message = null, IEnumerable tags = null ) : BugGuardianResponse

Add a Bug, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags

AddBugAsync ( Exception ex, string message = null, IEnumerable tags = null ) : Task

Add a Bug in async, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags

AddTask ( Exception ex, string message = null, IEnumerable tags = null ) : BugGuardianResponse

Add a Task, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags

AddTaskAsync ( Exception ex, string message = null, IEnumerable tags = null ) : Task

Add a Task in async, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags

Creator ( ) : DBTek.BugGuardian.Entities
Dispose ( ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
AddWorkItemAsync ( WorkItemType workItemType, Exception ex, string message, IEnumerable tags ) : Task

Описание методов

AddBug() публичный Метод

Add a Bug, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags
public AddBug ( Exception ex, string message = null, IEnumerable tags = null ) : BugGuardianResponse
ex System.Exception The exception to report
message string Optional message to be added to the WorkItem
tags IEnumerable Optional tags (list separated by comma) to be added to the WorkItem
Результат DBTek.BugGuardian.Entities.BugGuardianResponse

AddBugAsync() публичный Метод

Add a Bug in async, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags
public AddBugAsync ( Exception ex, string message = null, IEnumerable tags = null ) : Task
ex System.Exception The exception to report
message string Optional message to be added to the WorkItem
tags IEnumerable Optional tags (list separated by comma) to be added to the WorkItem
Результат Task

AddTask() публичный Метод

Add a Task, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags
public AddTask ( Exception ex, string message = null, IEnumerable tags = null ) : BugGuardianResponse
ex System.Exception The exception to report
message string Optional message to be added to the WorkItem
tags IEnumerable Optional tags (list separated by comma) to be added to the WorkItem
Результат DBTek.BugGuardian.Entities.BugGuardianResponse

AddTaskAsync() публичный Метод

Add a Task in async, with the info about the given Exception. You can optionally indicate a custom error message and a list of tags
public AddTaskAsync ( Exception ex, string message = null, IEnumerable tags = null ) : Task
ex System.Exception The exception to report
message string Optional message to be added to the WorkItem
tags IEnumerable Optional tags (list separated by comma) to be added to the WorkItem
Результат Task

Creator() публичный Метод

public Creator ( ) : DBTek.BugGuardian.Entities
Результат DBTek.BugGuardian.Entities

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void