SerializableObjectLayer.LoadDelayedProperties(XPDictionaryStub, XPObjectStub, String[]) Method
In This Article
Performs object layer specific operations that are required to load data to specific properties marked for delayed loading in a specified object.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public SerializableObjectLayerResult<object[]> LoadDelayedProperties(
XPDictionaryStub dictionary,
XPObjectStub theObject,
string[] props
)
#Parameters
Name | Type | Description |
---|---|---|
dictionary | XPDictionary |
An XPDictionary |
the |
XPObject |
A persistent object containing delayed properties specified by the props. |
props | String[] | An array of strings specifying the delayed the |
#Returns
Type | Description |
---|---|
DevExpress. |
A Serializable |
See Also