Table of Contents

Class NcDiagnosticProgress

Namespace
Hi.NcParsers
Assembly
HiMech.dll
public class NcDiagnosticProgress : IProgress<NcDiagnostic>
Inheritance
NcDiagnosticProgress
Implements
Inherited Members
Extension Methods

Constructors

NcDiagnosticProgress(IProgress<object>)

public NcDiagnosticProgress(IProgress<object> sessionProgress)

Parameters

sessionProgress IProgress<object>

Methods

ConfigurationError(Sentence, string, string, object)

public void ConfigurationError(Sentence sentence, string id, string text, object detail = null)

Parameters

sentence Sentence
id string
text string
detail object

ConfigurationError(string, string, object)

public void ConfigurationError(string id, string text, object detail = null)

Parameters

id string
text string
detail object

ConfigurationWarning(Sentence, string, string, object)

public void ConfigurationWarning(Sentence sentence, string id, string text, object detail = null)

Parameters

sentence Sentence
id string
text string
detail object

ConfigurationWarning(string, string, object)

public void ConfigurationWarning(string id, string text, object detail = null)

Parameters

id string
text string
detail object

Report(NcDiagnostic)

Reports a progress update.

public void Report(NcDiagnostic value)

Parameters

value NcDiagnostic

The value of the updated progress.

SystemError(Sentence, string, string, object)

public void SystemError(Sentence sentence, string id, string text, object detail = null)

Parameters

sentence Sentence
id string
text string
detail object

SystemError(string, string, object)

public void SystemError(string id, string text, object detail = null)

Parameters

id string
text string
detail object

SystemMessage(string, string)

public void SystemMessage(string id, string text)

Parameters

id string
text string

UnsupportedError(Sentence, string, string, object)

public void UnsupportedError(Sentence sentence, string id, string text, object detail = null)

Parameters

sentence Sentence
id string
text string
detail object

UnsupportedError(string, string, object)

public void UnsupportedError(string id, string text, object detail = null)

Parameters

id string
text string
detail object

UnsupportedWarning(Sentence, string, string, object)

public void UnsupportedWarning(Sentence sentence, string id, string text, object detail = null)

Parameters

sentence Sentence
id string
text string
detail object

UnsupportedWarning(string, string, object)

public void UnsupportedWarning(string id, string text, object detail = null)

Parameters

id string
text string
detail object

ValidationError(Sentence, string, string, object)

public void ValidationError(Sentence sentence, string id, string text, object detail = null)

Parameters

sentence Sentence
id string
text string
detail object

ValidationError(string, string, object)

public void ValidationError(string id, string text, object detail = null)

Parameters

id string
text string
detail object

ValidationWarning(Sentence, string, string, object)

public void ValidationWarning(Sentence sentence, string id, string text, object detail = null)

Parameters

sentence Sentence
id string
text string
detail object

ValidationWarning(string, string, object)

public void ValidationWarning(string id, string text, object detail = null)

Parameters

id string
text string
detail object