SpecificationResultGenerator.

GetSpecificationShortName(ISpecification) Method

Summary

Get short name of Specification type - without namespaces etc.

Syntax

[PublicAPI]
[NotNull]
public static string GetSpecificationShortName(ISpecification specification)

Attributes

Type Description
PublicAPI
NotNull

Parameters

Name Type Description
specification ISpecification Get name of.

Return Value

Type Description
string Short name of specification.

See Also

Exceptions

Type Description
System.ArgumentNullException Thrown when specification is null.
GitHub