Table of Contents

Class DesignTimeReflection

Namespace
DevExpress.Xpo.Metadata
Assembly
DevExpress.Xpo.v24.1.dll
public class DesignTimeReflection : ReflectionDictionary, IXPDictionaryProvider
Inheritance
DesignTimeReflection
Implements
Inherited Members

Constructors

DesignTimeReflection(IServiceProvider)

public DesignTimeReflection(IServiceProvider provider)

Parameters

provider IServiceProvider

DesignTimeReflection(IServiceProvider, bool)

public DesignTimeReflection(IServiceProvider provider, bool useSolutionTypesProvider)

Parameters

provider IServiceProvider
useSolutionTypesProvider bool

Properties

Classes

public override ICollection Classes { get; }

Property Value

ICollection

UseStrictMetadataValidation

protected override bool UseStrictMetadataValidation { get; }

Property Value

bool

Methods

DropDescendantsCache(XPClassInfo)

protected override void DropDescendantsCache(XPClassInfo changedClassInfo)

Parameters

changedClassInfo XPClassInfo

ResolveClassInfoByName(string, string)

protected override XPClassInfo ResolveClassInfoByName(string assemblyName, string typeName)

Parameters

assemblyName string
typeName string

Returns

XPClassInfo