Table of Contents

Class FileChangeFactory

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class FileChangeFactory : IFileChangeFactory
Inheritance
FileChangeFactory
Implements
Inherited Members

Constructors

FileChangeFactory(Func<Guid, string>)

public FileChangeFactory(Func<Guid, string> userNameResolver)

Parameters

userNameResolver Func<Guid, string>

Methods

CreateChanges(FileStorageModel, FileStorageModel)

public FileChange[] CreateChanges(FileStorageModel oldModel, FileStorageModel newModel)

Parameters

oldModel FileStorageModel
newModel FileStorageModel

Returns

FileChange[]