Click or drag to resize
BaseCodeGeneratorNoFilterImpl Method

[Missing <summary> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.NoFilterImpl(System.Type,System.Object)"]

Namespace: X3Platform.DynamicProxy.Builder.CodeGenerators
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static bool NoFilterImpl(
	Type type,
	Object criteria
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.NoFilterImpl(System.Type,System.Object)"]

criteria
Type: SystemObject

[Missing <param name="criteria"/> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.NoFilterImpl(System.Type,System.Object)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:X3Platform.DynamicProxy.Builder.CodeGenerators.BaseCodeGenerator.NoFilterImpl(System.Type,System.Object)"]

See Also