Skip to main content

AssemblyScanner.AssemblyScanResult

Result of performing a scan.

Assembly: ServiceStack.dll​
View Source​
Declaration
public class AssemblyScanResult

Properties​

InterfaceType​

Validator interface type, eg IValidator<Foo>

View Source​
Declaration
public Type InterfaceType { get; }

ValidatorType​

Concrete type that implements the InterfaceType, eg FooValidator.

View Source​
Declaration
public Type ValidatorType { get; }