Verify(IProjectAmender)
Gets the architecture validation fluent API for a ProjectFabric.
Declaration
[Obsolete("Calling this method is now redundant. Use directly the amender object.")]
public static ITypeSetVerifier<ICompilation> Verify(this IProjectAmender amender)
Parameters
Type | Name | Description |
---|---|---|
IProjectAmender | amender |
Returns
Type | Description |
---|---|
ITypeSetVerifier<ICompilation> |
Verify(INamespaceAmender, bool)
Gets the architecture validation fluent API for a NamespaceFabric.
Declaration
[Obsolete("Calling this method is now redundant. Use directly the amender object.")]
public static ITypeSetVerifier<INamespace> Verify(this INamespaceAmender amender, bool includeChildNamespaces = true)
Parameters
Type | Name | Description |
---|---|---|
INamespaceAmender | amender | |
bool | includeChildNamespaces |
Returns
Type | Description |
---|---|
ITypeSetVerifier<INamespace> |
Verify(ITypeAmender)
Gets the architecture validation fluent API for a TypeFabric.
Declaration
[Obsolete("Calling this method is now redundant. Use directly the amender object.")]
public static ITypeSetVerifier<INamedType> Verify(this ITypeAmender amender)
Parameters
Type | Name | Description |
---|---|---|
ITypeAmender | amender |
Returns
Type | Description |
---|---|
ITypeSetVerifier<INamedType> |