Click or drag to resize

FactoryHasContract Method (String)

Determines whether a contract exist

Namespace:  Cauldron.Activator
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static bool HasContract(
	string contractName
)

Parameters

contractName
Type: SystemString
The name that identifies the type

Return Value

Type: Boolean
True if the contract exists, otherwise false
See Also