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

Builder for SyncDelta.
Afficher le fichier Open project: Tirasa/ConnId Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat SyncDelta

SyncDeltaBuilder() public méthode

Create a new SyncDeltaBuilder
public SyncDeltaBuilder ( ) : System
Résultat System

SyncDeltaBuilder() public méthode

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