Table of Contents

Class XPDictionaryStub

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

A container for persistent class metadata providers passed via ISerializableObjectLayer objects.

public class XPDictionaryStub
Inheritance
XPDictionaryStub
Inherited Members

Constructors

XPDictionaryStub()

This member supports the internal infrastructure and is not intended to be used directly from your code.

public XPDictionaryStub()

XPDictionaryStub(XPClassInfoStub[])

This member supports the internal infrastructure and is not intended to be used directly from your code.

public XPDictionaryStub(XPClassInfoStub[] classInfoList)

Parameters

classInfoList XPClassInfoStub[]

Properties

ClassInfoList

This member supports the internal infrastructure and is not intended to be used directly from your code.

public XPClassInfoStub[] ClassInfoList { get; set; }

Property Value

XPClassInfoStub[]