C# Class 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.
Inheritance: ReadTicket
Exibir arquivo Open project: jbakic/Shielded Class Usage Examples

Public Properties

Property Type Description
Changes IEnumerable

Property Details

Changes public_oe property

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
return IEnumerable