C# 클래스 Microsoft.Samples.Synchronization.ClientServices.ChangeSet

Denotes a list of changes that is either to be uploaded or downloaded.
파일 보기 프로젝트 열기: rafek/SyncFx 1 사용 예제들

공개 메소드들

메소드 설명
ChangeSet ( ) : System

Public constructor for ChangeSet object. Instantiates with an empty collection for Data and default values of null for serverBlob and true for IsLastBatch

비공개 메소드들

메소드 설명
AddItem ( IOfflineEntity iOfflineEntity ) : void

메소드 상세

ChangeSet() 공개 메소드

Public constructor for ChangeSet object. Instantiates with an empty collection for Data and default values of null for serverBlob and true for IsLastBatch
public ChangeSet ( ) : System
리턴 System