nspectre - declarative validation for .NET

Generator.GetName Method 

Gets the name that will be used for a specification given the namespace and the name.

public string GetName(
   string namespace,
   string name
);

Parameters

namespace
The namespace.
name
The name.

Return Value

The full name.

See Also

Generator Class | NSpectre.Core.Engine Namespace