SimpleObjectLayer.CreateObjectTypeAsync(XPObjectType, CancellationToken) Method
In This Article
Asynchronously performs object layer specific operations that are required to create an XPObjectType record.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public Task CreateObjectTypeAsync(
XPObjectType objectType,
CancellationToken cancellationToken
)
#Parameters
Name | Type | Description |
---|---|---|
object |
XPObject |
An XPObject |
cancellation |
Cancellation |
A Cancellation |
#Returns
Type | Description |
---|---|
Task | A Task that performs object layer specific operations that are required to create an XPObject |
See Also