Skip to main content
A newer version of this page is available. .

XPDictionary.CanGetClassInfoByType(Type) Method

When implemented, indicates whether the dictionary can return metadata information for the specified type.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[Browsable(false)]
public abstract bool CanGetClassInfoByType(
    Type classType
)

Parameters

Name Type Description
classType Type

The class type.

Returns

Type Description
Boolean

true if the dictionary can return metadata information for the specified type; otherwise, false.

See Also