Utils QueryInterface T  Method (Object)Meridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Queries an interface on the object.

Namespace: BlueCieloECM.InnoCielo.Meridian
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

public static T QueryInterface<T>(
	Object anObject
)
where T : class

Parameters

anObject
Type: OnlineSystem Object
The object to query the interface on.
Type Parameters

T
The interface to query.

Return Value

The object casted to the interface. If the interface is not supported by the object then the OnlineNotSupportedException exception is thrown.
See Also