Summary
Get short name of
Specification
type - without namespaces etc.
- Namespace
- FluentSpecification
.Core .Validation - Containing Type
- Specification
Result Generator
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. |