C# 클래스 Org.IdentityConnectors.Framework.Common.Objects.SyncDeltaBuilder

Builder for SyncDelta.
파일 보기 프로젝트 열기: Tirasa/ConnId 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Build() 공개 메소드

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
리턴 SyncDelta

SyncDeltaBuilder() 공개 메소드

Create a new SyncDeltaBuilder
public SyncDeltaBuilder ( ) : System
리턴 System

SyncDeltaBuilder() 공개 메소드

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