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
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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