Skip to main content

Mapping.UpdateTarget(ISourceObjectContainer, Boolean) Method

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public bool UpdateTarget(
    ISourceObjectContainer container,
    bool suppressValidation = false
)

Parameters

Name Type
container DevExpress.WinUI.Scheduler.Internal.ISourceObjectContainer

Optional Parameters

Name Type Default
suppressValidation Boolean False

Returns

Type
Boolean
See Also