C# Class Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder

Builder for SyncDelta.
Exibir arquivo Open project: Tirasa/ConnId Class Usage Examples

Public Methods

Method Description
Build ( ) : SyncDelta

Creates a SyncDelta.

Prior to calling the following must be specified: Object (for anything other than delete) Uid (this is implictly set when calling Object) Token DeltaType

SyncDeltaBuilder ( ) : System

Create a new SyncDeltaBuilder

SyncDeltaBuilder ( SyncDelta delta ) : System

Creates a new SyncDeltaBuilder whose values are initialized to those of the delta.

Method Details

Build() public method

Creates a SyncDelta.
Prior to calling the following must be specified: Object (for anything other than delete) Uid (this is implictly set when calling Object) Token DeltaType
public Build ( ) : SyncDelta
return SyncDelta

SyncDeltaBuilder() public method

Create a new SyncDeltaBuilder
public SyncDeltaBuilder ( ) : System
return System

SyncDeltaBuilder() public method

Creates a new SyncDeltaBuilder whose values are initialized to those of the delta.
public SyncDeltaBuilder ( SyncDelta delta ) : System
delta SyncDelta The original delta.
return System