C# 클래스 Shielded.WriteTicket

Issued by the VersionList static class to writers, telling them which version number to use when writing, and allwing them to report changes they make back to the VersionList.
상속: ReadTicket
파일 보기 프로젝트 열기: jbakic/Shielded 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Changes IEnumerable

프로퍼티 상세

Changes 공개적으로 프로퍼티

After writers complete a write, they must place into this field an enumerable of the fields they changed. Needed for trimming old versions. It is crucial to set it to something != null, otherwise trimming will never get past this version!
public IEnumerable Changes
리턴 IEnumerable