Back to Devexpress

XPDictionary.CanGetClassInfoByType(Type) Method

xpo-devexpress-dot-xpo-dot-metadata-dot-xpdictionary-dot-cangetclassinfobytype-x28-system-dot-type-x29.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[Browsable(false)]
public abstract bool CanGetClassInfoByType(
    Type classType
)
vb
<Browsable(False)>
Public MustOverride Function CanGetClassInfoByType(
    classType As Type
) As Boolean

Parameters

NameTypeDescription
classTypeType

The class type.

|

Returns

TypeDescription
Boolean

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

|

See Also

XPDictionary Class

XPDictionary Members

DevExpress.Xpo.Metadata Namespace