namespace Oqtane.Shared { public enum LogFunction { Create, Read, Update, Delete, Security, Other } }