// This file contains auto-generated code. namespace ServiceStack { // Generated from `ServiceStack.ActionExecExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ActionExecExtensions { public static void ExecAllAndWait(this System.Collections.Generic.ICollection actions, System.TimeSpan timeout) => throw null; public static System.Collections.Generic.List ExecAsync(this System.Collections.Generic.IEnumerable actions) => throw null; public static bool WaitAll(this System.Collections.Generic.List waitHandles, int timeoutMs) => throw null; public static bool WaitAll(this System.Collections.Generic.List asyncResults, System.TimeSpan timeout) => throw null; public static bool WaitAll(this System.Collections.Generic.ICollection waitHandles, int timeoutMs) => throw null; public static bool WaitAll(this System.Collections.Generic.ICollection waitHandles, System.TimeSpan timeout) => throw null; public static bool WaitAll(System.Threading.WaitHandle[] waitHandles, int timeOutMs) => throw null; public static bool WaitAll(System.Threading.WaitHandle[] waitHandles, System.TimeSpan timeout) => throw null; } // Generated from `ServiceStack.ActionInvoker` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public delegate void ActionInvoker(object instance, params object[] args); // Generated from `ServiceStack.AdminUsersInfo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class AdminUsersInfo : ServiceStack.IMeta { public string AccessRole { get => throw null; set => throw null; } public AdminUsersInfo() => throw null; public System.Collections.Generic.List AllPermissions { get => throw null; set => throw null; } public System.Collections.Generic.List AllRoles { get => throw null; set => throw null; } public System.Collections.Generic.List Enabled { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public System.Collections.Generic.List QueryUserAuthProperties { get => throw null; set => throw null; } public ServiceStack.MetadataType UserAuth { get => throw null; set => throw null; } public ServiceStack.MetadataType UserAuthDetails { get => throw null; set => throw null; } } // Generated from `ServiceStack.AppInfo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class AppInfo : ServiceStack.IMeta { public AppInfo() => throw null; public string BackgroundColor { get => throw null; set => throw null; } public string BackgroundImageUrl { get => throw null; set => throw null; } public string BaseUrl { get => throw null; set => throw null; } public string BrandImageUrl { get => throw null; set => throw null; } public string BrandUrl { get => throw null; set => throw null; } public string IconUrl { get => throw null; set => throw null; } public string JsTextCase { get => throw null; set => throw null; } public string LinkColor { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public string ServiceDescription { get => throw null; set => throw null; } public string ServiceIconUrl { get => throw null; set => throw null; } public string ServiceName { get => throw null; set => throw null; } public string ServiceStackVersion { get => throw null; } public string TextColor { get => throw null; set => throw null; } } // Generated from `ServiceStack.AppMetadata` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class AppMetadata : ServiceStack.IMeta { public ServiceStack.MetadataTypes Api { get => throw null; set => throw null; } public ServiceStack.AppInfo App { get => throw null; set => throw null; } public AppMetadata() => throw null; public System.Collections.Generic.Dictionary ContentTypeFormats { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary CustomPlugins { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public ServiceStack.PluginInfo Plugins { get => throw null; set => throw null; } } // Generated from `ServiceStack.AssertExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class AssertExtensions { public static void ThrowIfNull(this object obj, string varName) => throw null; public static void ThrowIfNull(this object obj) => throw null; public static T ThrowIfNull(this T obj, string varName) => throw null; public static string ThrowIfNullOrEmpty(this string strValue, string varName) => throw null; public static string ThrowIfNullOrEmpty(this string strValue) => throw null; public static System.Collections.ICollection ThrowIfNullOrEmpty(this System.Collections.ICollection collection, string varName) => throw null; public static System.Collections.ICollection ThrowIfNullOrEmpty(this System.Collections.ICollection collection) => throw null; public static System.Collections.Generic.ICollection ThrowIfNullOrEmpty(this System.Collections.Generic.ICollection collection, string varName) => throw null; public static System.Collections.Generic.ICollection ThrowIfNullOrEmpty(this System.Collections.Generic.ICollection collection) => throw null; public static void ThrowOnFirstNull(params object[] objs) => throw null; } // Generated from `ServiceStack.AssertUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class AssertUtils { public static void AreNotNull(params T[] fields) => throw null; public static void AreNotNull(System.Collections.Generic.IDictionary fieldMap) => throw null; } // Generated from `ServiceStack.AttributeExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class AttributeExtensions { public static string GetDescription(this System.Type type) => throw null; public static string GetDescription(this System.Reflection.ParameterInfo pi) => throw null; public static string GetDescription(this System.Reflection.MemberInfo mi) => throw null; } // Generated from `ServiceStack.AuthInfo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class AuthInfo : ServiceStack.IMeta { public AuthInfo() => throw null; public System.Collections.Generic.List AuthProviders { get => throw null; set => throw null; } public bool? HasAuthRepository { get => throw null; set => throw null; } public bool? HasAuthSecret { get => throw null; set => throw null; } public string HtmlRedirect { get => throw null; set => throw null; } public bool? IncludesOAuthTokens { get => throw null; set => throw null; } public bool? IncludesRoles { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary ServiceRoutes { get => throw null; set => throw null; } } // Generated from `ServiceStack.AutoQueryConvention` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class AutoQueryConvention { public AutoQueryConvention() => throw null; public string Name { get => throw null; set => throw null; } public string Types { get => throw null; set => throw null; } public string Value { get => throw null; set => throw null; } public string ValueType { get => throw null; set => throw null; } } // Generated from `ServiceStack.AutoQueryInfo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class AutoQueryInfo : ServiceStack.IMeta { public string AccessRole { get => throw null; set => throw null; } public bool? Async { get => throw null; set => throw null; } public AutoQueryInfo() => throw null; public bool? AutoQueryViewer { get => throw null; set => throw null; } public bool? CrudEvents { get => throw null; set => throw null; } public bool? CrudEventsServices { get => throw null; set => throw null; } public int? MaxLimit { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public string NamedConnection { get => throw null; set => throw null; } public bool? OrderByPrimaryKey { get => throw null; set => throw null; } public bool? RawSqlFilters { get => throw null; set => throw null; } public bool? UntypedQueries { get => throw null; set => throw null; } public System.Collections.Generic.List ViewerConventions { get => throw null; set => throw null; } } // Generated from `ServiceStack.BundleOptions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class BundleOptions { public bool Bundle { get => throw null; set => throw null; } public BundleOptions() => throw null; public bool Cache { get => throw null; set => throw null; } public bool IIFE { get => throw null; set => throw null; } public bool Minify { get => throw null; set => throw null; } public string OutputTo { get => throw null; set => throw null; } public string OutputWebPath { get => throw null; set => throw null; } public string PathBase { get => throw null; set => throw null; } public bool RegisterModuleInAmd { get => throw null; set => throw null; } public bool SaveToDisk { get => throw null; set => throw null; } public System.Collections.Generic.List Sources { get => throw null; set => throw null; } } // Generated from `ServiceStack.ByteArrayComparer` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ByteArrayComparer : System.Collections.Generic.IEqualityComparer { public ByteArrayComparer() => throw null; public bool Equals(System.Byte[] left, System.Byte[] right) => throw null; public int GetHashCode(System.Byte[] key) => throw null; public static ServiceStack.ByteArrayComparer Instance; } // Generated from `ServiceStack.ByteArrayExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ByteArrayExtensions { public static bool AreEqual(this System.Byte[] b1, System.Byte[] b2) => throw null; public static System.Byte[] ToSha1Hash(this System.Byte[] bytes) => throw null; } // Generated from `ServiceStack.CachedExpressionCompiler` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class CachedExpressionCompiler { public static System.Func Compile(this System.Linq.Expressions.Expression> lambdaExpression) => throw null; public static object Evaluate(System.Linq.Expressions.Expression arg) => throw null; } // Generated from `ServiceStack.Command` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class Command { public System.Collections.Generic.List> Args { get => throw null; set => throw null; } public System.ReadOnlyMemory AsMemory() => throw null; public Command() => throw null; public int IndexOfMethodEnd(System.ReadOnlyMemory commandsString, int pos) => throw null; public string Name { get => throw null; set => throw null; } public System.ReadOnlyMemory Original { get => throw null; set => throw null; } public System.ReadOnlyMemory Suffix { get => throw null; set => throw null; } public virtual string ToDebugString() => throw null; public override string ToString() => throw null; } // Generated from `ServiceStack.CommandsUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class CommandsUtils { public CommandsUtils() => throw null; public static void ExecuteAsyncCommandExec(System.TimeSpan timeout, System.Collections.Generic.IEnumerable commands) => throw null; public static System.Collections.Generic.List ExecuteAsyncCommandExec(System.Collections.Generic.IEnumerable commands) => throw null; public static System.Collections.Generic.List ExecuteAsyncCommandList(System.TimeSpan timeout, params ServiceStack.Commands.ICommandList[] commands) => throw null; public static System.Collections.Generic.List ExecuteAsyncCommandList(System.TimeSpan timeout, System.Collections.Generic.IEnumerable> commands) => throw null; public static void WaitAll(System.Threading.WaitHandle[] waitHandles, System.TimeSpan timeout) => throw null; } // Generated from `ServiceStack.ConnectionInfo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ConnectionInfo { public ConnectionInfo() => throw null; public string ConnectionString { get => throw null; set => throw null; } public string NamedConnection { get => throw null; set => throw null; } public string ProviderName { get => throw null; set => throw null; } } // Generated from `ServiceStack.ContainerExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ContainerExtensions { public static ServiceStack.IContainer AddSingleton(this ServiceStack.IContainer container, System.Func factory) => throw null; public static ServiceStack.IContainer AddSingleton(this ServiceStack.IContainer container) => throw null; public static ServiceStack.IContainer AddSingleton(this ServiceStack.IContainer container) where TImpl : TService => throw null; public static ServiceStack.IContainer AddSingleton(this ServiceStack.IContainer container, System.Type type) => throw null; public static ServiceStack.IContainer AddTransient(this ServiceStack.IContainer container, System.Func factory) => throw null; public static ServiceStack.IContainer AddTransient(this ServiceStack.IContainer container) => throw null; public static ServiceStack.IContainer AddTransient(this ServiceStack.IContainer container) where TImpl : TService => throw null; public static ServiceStack.IContainer AddTransient(this ServiceStack.IContainer container, System.Type type) => throw null; public static bool Exists(this ServiceStack.IContainer container) => throw null; public static T Resolve(this ServiceStack.IContainer container) => throw null; public static T Resolve(this ServiceStack.Configuration.IResolver container) => throw null; } // Generated from `ServiceStack.CustomPlugin` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class CustomPlugin : ServiceStack.IMeta { public string AccessRole { get => throw null; set => throw null; } public CustomPlugin() => throw null; public System.Collections.Generic.List Enabled { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary ServiceRoutes { get => throw null; set => throw null; } } // Generated from `ServiceStack.DictionaryExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class DictionaryExtensions { public static System.Collections.Generic.List ConvertAll(System.Collections.Generic.IDictionary map, System.Func createFn) => throw null; public static void ForEach(this System.Collections.Generic.Dictionary dictionary, System.Action onEachFn) => throw null; public static V GetOrAdd(this System.Collections.Generic.Dictionary map, K key, System.Func createFn) => throw null; public static TValue GetValue(this System.Collections.Generic.Dictionary dictionary, TKey key, System.Func defaultValue) => throw null; public static TValue GetValueOrDefault(this System.Collections.Generic.Dictionary dictionary, TKey key) => throw null; public static bool IsNullOrEmpty(this System.Collections.IDictionary dictionary) => throw null; public static System.Collections.Generic.Dictionary Merge(this System.Collections.Generic.IDictionary initial, params System.Collections.Generic.IEnumerable>[] withSources) => throw null; public static System.Collections.Generic.Dictionary MoveKey(this System.Collections.Generic.Dictionary map, TKey oldKey, TKey newKey, System.Func valueFilter = default(System.Func)) => throw null; public static System.Collections.Generic.KeyValuePair PairWith(this TKey key, TValue value) => throw null; public static System.Collections.Generic.Dictionary RemoveKey(this System.Collections.Generic.Dictionary map, TKey key) => throw null; public static System.Collections.Concurrent.ConcurrentDictionary ToConcurrentDictionary(this System.Collections.Generic.IDictionary from) => throw null; public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Concurrent.ConcurrentDictionary map) => throw null; public static bool TryRemove(this System.Collections.Generic.Dictionary map, TKey key, out TValue value) => throw null; public static bool UnorderedEquivalentTo(this System.Collections.Generic.IDictionary thisMap, System.Collections.Generic.IDictionary otherMap) => throw null; } // Generated from `ServiceStack.DirectoryInfoExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class DirectoryInfoExtensions { public static System.Collections.Generic.IEnumerable GetMatchingFiles(this System.IO.DirectoryInfo rootDirPath, string fileSearchPattern) => throw null; public static System.Collections.Generic.IEnumerable GetMatchingFiles(string rootDirPath, string fileSearchPattern) => throw null; } // Generated from `ServiceStack.DisposableExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class DisposableExtensions { public static void Dispose(this System.Collections.Generic.IEnumerable resources, ServiceStack.Logging.ILog log) => throw null; public static void Dispose(this System.Collections.Generic.IEnumerable resources) => throw null; public static void Dispose(params System.IDisposable[] disposables) => throw null; public static void Run(this T disposable, System.Action runActionThenDispose) where T : System.IDisposable => throw null; } // Generated from `ServiceStack.EnumExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class EnumExtensions { public static T Add(this System.Enum @enum, T value) => throw null; public static System.TypeCode GetTypeCode(this System.Enum @enum) => throw null; public static bool Has(this System.Enum @enum, T value) => throw null; public static bool Is(this System.Enum @enum, T value) => throw null; public static T Remove(this System.Enum @enum, T value) => throw null; public static string ToDescription(this System.Enum @enum) => throw null; public static System.Collections.Generic.List> ToKeyValuePairs(this System.Collections.Generic.IEnumerable enums) where T : System.Enum => throw null; public static System.Collections.Generic.List ToList(this System.Enum @enum) => throw null; } // Generated from `ServiceStack.EnumUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class EnumUtils { public static System.Collections.Generic.IEnumerable GetValues() where T : System.Enum => throw null; } // Generated from `ServiceStack.EnumerableExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class EnumerableExtensions { public static System.Threading.Tasks.Task AllAsync(this System.Collections.Generic.IEnumerable source, System.Func> predicate) => throw null; public static System.Threading.Tasks.Task AllAsync(this System.Collections.Generic.IEnumerable> source, System.Func predicate) => throw null; public static System.Threading.Tasks.Task AnyAsync(this System.Collections.Generic.IEnumerable source, System.Func> predicate) => throw null; public static System.Threading.Tasks.Task AnyAsync(this System.Collections.Generic.IEnumerable> source, System.Func predicate) => throw null; public static System.Collections.Generic.IEnumerable BatchesOf(this System.Collections.Generic.IEnumerable sequence, int batchSize) => throw null; public static void Each(this System.Collections.Generic.IDictionary map, System.Action action) => throw null; public static void Each(this System.Collections.Generic.IEnumerable values, System.Action action) => throw null; public static void Each(this System.Collections.Generic.IEnumerable values, System.Action action) => throw null; public static bool EquivalentTo(this T[] array, T[] otherArray, System.Func comparer = default(System.Func)) => throw null; public static bool EquivalentTo(this System.Collections.Generic.IEnumerable thisList, System.Collections.Generic.IEnumerable otherList, System.Func comparer = default(System.Func)) => throw null; public static bool EquivalentTo(this System.Collections.Generic.IDictionary a, System.Collections.Generic.IDictionary b, System.Func comparer = default(System.Func)) => throw null; public static bool EquivalentTo(this System.Byte[] bytes, System.Byte[] other) => throw null; public static T FirstNonDefault(this System.Collections.Generic.IEnumerable values) => throw null; public static string FirstNonDefaultOrEmpty(this System.Collections.Generic.IEnumerable values) => throw null; public static bool IsEmpty(this T[] collection) => throw null; public static bool IsEmpty(this System.Collections.Generic.ICollection collection) => throw null; public static System.Collections.Generic.List Map(this System.Collections.IEnumerable items, System.Func converter) => throw null; public static System.Collections.Generic.List Map(this System.Collections.Generic.IEnumerable items, System.Func converter) => throw null; public static System.Collections.IEnumerable Safe(this System.Collections.IEnumerable enumerable) => throw null; public static System.Collections.Generic.IEnumerable Safe(this System.Collections.Generic.IEnumerable enumerable) => throw null; public static System.Collections.Generic.Dictionary ToDictionary(this System.Collections.Generic.IEnumerable list, System.Func> map) => throw null; public static System.Collections.Generic.HashSet ToHashSet(this System.Collections.Generic.IEnumerable items) => throw null; public static System.Collections.Generic.List ToObjects(this System.Collections.Generic.IEnumerable items) => throw null; public static System.Collections.Generic.Dictionary ToSafeDictionary(this System.Collections.Generic.IEnumerable list, System.Func expr) => throw null; public static System.Collections.Generic.HashSet ToSet(this System.Collections.Generic.IEnumerable items) => throw null; } // Generated from `ServiceStack.EnumerableUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class EnumerableUtils { public static int Count(System.Collections.IEnumerable items) => throw null; public static object ElementAt(System.Collections.IEnumerable items, int index) => throw null; public static object FirstOrDefault(System.Collections.IEnumerable items) => throw null; public static bool IsEmpty(System.Collections.IEnumerable items) => throw null; public static System.Collections.IEnumerable NullIfEmpty(System.Collections.IEnumerable items) => throw null; public static System.Collections.Generic.List Skip(System.Collections.IEnumerable items, int count) => throw null; public static System.Collections.Generic.List SplitOnFirst(System.Collections.IEnumerable items, out object first) => throw null; public static System.Collections.Generic.List Take(System.Collections.IEnumerable items, int count) => throw null; public static System.Collections.Generic.List ToList(System.Collections.IEnumerable items) => throw null; } // Generated from `ServiceStack.ExecUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ExecUtils { public static int BaseDelayMs { get => throw null; set => throw null; } public static int CalculateExponentialDelay(int retriesAttempted, int baseDelay, int maxBackOffMs) => throw null; public static int CalculateExponentialDelay(int retriesAttempted) => throw null; public static int CalculateFullJitterBackOffDelay(int retriesAttempted, int baseDelay, int maxBackOffMs) => throw null; public static int CalculateFullJitterBackOffDelay(int retriesAttempted) => throw null; public static int CalculateMemoryLockDelay(int retries) => throw null; public static System.Threading.Tasks.Task DelayBackOffMultiplierAsync(int retriesAttempted) => throw null; public static void ExecAll(this System.Collections.Generic.IEnumerable instances, System.Action action) => throw null; public static System.Threading.Tasks.Task ExecAllAsync(this System.Collections.Generic.IEnumerable instances, System.Func action) => throw null; public static System.Threading.Tasks.Task ExecAllReturnFirstAsync(this System.Collections.Generic.IEnumerable instances, System.Func> action) => throw null; public static void ExecAllWithFirstOut(this System.Collections.Generic.IEnumerable instances, System.Func action, ref TReturn firstResult) => throw null; public static TReturn ExecReturnFirstWithResult(this System.Collections.Generic.IEnumerable instances, System.Func action) => throw null; public static System.Threading.Tasks.Task ExecReturnFirstWithResultAsync(this System.Collections.Generic.IEnumerable instances, System.Func> action) => throw null; public static void LogError(System.Type declaringType, string clientMethodName, System.Exception ex) => throw null; public static int MaxBackOffMs { get => throw null; set => throw null; } public static int MaxRetries { get => throw null; set => throw null; } public static void RetryOnException(System.Action action, int maxRetries) => throw null; public static void RetryOnException(System.Action action, System.TimeSpan? timeOut) => throw null; public static System.Threading.Tasks.Task RetryOnExceptionAsync(System.Func action, int maxRetries) => throw null; public static System.Threading.Tasks.Task RetryOnExceptionAsync(System.Func action, System.TimeSpan? timeOut) => throw null; public static void RetryUntilTrue(System.Func action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null; public static System.Threading.Tasks.Task RetryUntilTrueAsync(System.Func> action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null; public static string ShellExec(string command, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static void SleepBackOffMultiplier(int retriesAttempted) => throw null; } // Generated from `ServiceStack.ExpressionUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ExpressionUtils { public static System.Collections.Generic.Dictionary AssignedValues(this System.Linq.Expressions.Expression> expr) => throw null; public static string[] GetFieldNames(this System.Linq.Expressions.Expression> expr) => throw null; public static System.Linq.Expressions.MemberExpression GetMemberExpression(System.Linq.Expressions.Expression> expr) => throw null; public static string GetMemberName(System.Linq.Expressions.Expression> fieldExpr) => throw null; public static object GetValue(this System.Linq.Expressions.MemberBinding binding) => throw null; public static System.Reflection.PropertyInfo ToPropertyInfo(this System.Linq.Expressions.Expression fieldExpr) => throw null; public static System.Reflection.PropertyInfo ToPropertyInfo(System.Linq.Expressions.MemberExpression m) => throw null; public static System.Reflection.PropertyInfo ToPropertyInfo(System.Linq.Expressions.LambdaExpression lambda) => throw null; } // Generated from `ServiceStack.FuncUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class FuncUtils { public static bool TryExec(System.Action action) => throw null; public static T TryExec(System.Func func, T defaultValue) => throw null; public static T TryExec(System.Func func) => throw null; public static void WaitWhile(System.Func condition, int millisecondTimeout, int millsecondPollPeriod = default(int)) => throw null; } // Generated from `ServiceStack.Gist` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class Gist { public System.DateTime Created_At { get => throw null; set => throw null; } public string Description { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Files { get => throw null; set => throw null; } public Gist() => throw null; public string Html_Url { get => throw null; set => throw null; } public string Id { get => throw null; set => throw null; } public bool Public { get => throw null; set => throw null; } public System.DateTime? Updated_At { get => throw null; set => throw null; } public string Url { get => throw null; set => throw null; } public string UserId { get => throw null; set => throw null; } } // Generated from `ServiceStack.GistChangeStatus` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GistChangeStatus { public int Additions { get => throw null; set => throw null; } public int Deletions { get => throw null; set => throw null; } public GistChangeStatus() => throw null; public int Total { get => throw null; set => throw null; } } // Generated from `ServiceStack.GistFile` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GistFile { public string Content { get => throw null; set => throw null; } public string Filename { get => throw null; set => throw null; } public GistFile() => throw null; public string Language { get => throw null; set => throw null; } public string Raw_Url { get => throw null; set => throw null; } public int Size { get => throw null; set => throw null; } public bool Truncated { get => throw null; set => throw null; } public string Type { get => throw null; set => throw null; } } // Generated from `ServiceStack.GistHistory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GistHistory { public ServiceStack.GistChangeStatus Change_Status { get => throw null; set => throw null; } public System.DateTime Committed_At { get => throw null; set => throw null; } public GistHistory() => throw null; public string Url { get => throw null; set => throw null; } public ServiceStack.GithubUser User { get => throw null; set => throw null; } public string Version { get => throw null; set => throw null; } } // Generated from `ServiceStack.GistLink` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GistLink { public string Description { get => throw null; set => throw null; } public static ServiceStack.GistLink Get(System.Collections.Generic.List links, string gistAlias) => throw null; public string GistId { get => throw null; set => throw null; } public GistLink() => throw null; public bool MatchesTag(string tagName) => throw null; public System.Collections.Generic.Dictionary Modifiers { get => throw null; set => throw null; } public string Name { get => throw null; set => throw null; } public static System.Collections.Generic.List Parse(string md) => throw null; public static string RenderLinks(System.Collections.Generic.List links) => throw null; public string Repo { get => throw null; set => throw null; } public string[] Tags { get => throw null; set => throw null; } public string To { get => throw null; set => throw null; } public string ToListItem() => throw null; public override string ToString() => throw null; public string ToTagsString() => throw null; public static bool TryParseGitHubUrl(string url, out string gistId, out string user, out string repo) => throw null; public string Url { get => throw null; set => throw null; } public string User { get => throw null; set => throw null; } } // Generated from `ServiceStack.GistUser` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GistUser { public string Avatar_Url { get => throw null; set => throw null; } public GistUser() => throw null; public string Gists_Url { get => throw null; set => throw null; } public string Gravatar_Id { get => throw null; set => throw null; } public string Html_Url { get => throw null; set => throw null; } public System.Int64 Id { get => throw null; set => throw null; } public string Login { get => throw null; set => throw null; } public bool Site_Admin { get => throw null; set => throw null; } public string Type { get => throw null; set => throw null; } public string Url { get => throw null; set => throw null; } } // Generated from `ServiceStack.GitHubGateway` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GitHubGateway : ServiceStack.IGitHubGateway, ServiceStack.IGistGateway { public string AccessToken { get => throw null; set => throw null; } public const string ApiBaseUrl = default; public virtual void ApplyRequestFilters(System.Net.HttpWebRequest req) => throw null; protected virtual void AssertAccessToken() => throw null; public virtual System.Tuple AssertRepo(string[] orgs, string name, bool useFork = default(bool)) => throw null; public string BaseUrl { get => throw null; set => throw null; } public virtual ServiceStack.Gist CreateGist(string description, bool isPublic, System.Collections.Generic.Dictionary textFiles) => throw null; public virtual ServiceStack.Gist CreateGist(string description, bool isPublic, System.Collections.Generic.Dictionary files) => throw null; public virtual void CreateGistFile(string gistId, string filePath, string contents) => throw null; public virtual ServiceStack.GithubGist CreateGithubGist(string description, bool isPublic, System.Collections.Generic.Dictionary textFiles) => throw null; public virtual ServiceStack.GithubGist CreateGithubGist(string description, bool isPublic, System.Collections.Generic.Dictionary files) => throw null; public virtual void DeleteGistFiles(string gistId, params string[] filePaths) => throw null; public virtual void DownloadFile(string downloadUrl, string fileName) => throw null; public virtual System.Tuple FindRepo(string[] orgs, string name, bool useFork = default(bool)) => throw null; public virtual ServiceStack.Gist GetGist(string gistId) => throw null; public ServiceStack.Gist GetGist(string gistId, string version) => throw null; public System.Threading.Tasks.Task GetGistAsync(string gistId, string version) => throw null; public System.Threading.Tasks.Task GetGistAsync(string gistId) => throw null; public virtual ServiceStack.GithubGist GetGithubGist(string gistId, string version) => throw null; public virtual ServiceStack.GithubGist GetGithubGist(string gistId) => throw null; public virtual string GetJson(string route) => throw null; public virtual T GetJson(string route) => throw null; public virtual System.Threading.Tasks.Task GetJsonAsync(string route) => throw null; public virtual System.Threading.Tasks.Task GetJsonAsync(string route) => throw null; public virtual System.Threading.Tasks.Task> GetJsonCollectionAsync(string route) => throw null; public System.Func GetJsonFilter { get => throw null; set => throw null; } public virtual System.Collections.Generic.List GetOrgRepos(string githubOrg) => throw null; public virtual System.Threading.Tasks.Task> GetOrgReposAsync(string githubOrg) => throw null; public ServiceStack.GithubRateLimits GetRateLimits() => throw null; public System.Threading.Tasks.Task GetRateLimitsAsync() => throw null; public virtual ServiceStack.GithubRepo GetRepo(string userOrOrg, string repo) => throw null; public virtual System.Threading.Tasks.Task GetRepoAsync(string userOrOrg, string repo) => throw null; public virtual System.Threading.Tasks.Task> GetSourceReposAsync(string orgName) => throw null; public virtual string GetSourceZipUrl(string user, string repo) => throw null; public virtual System.Threading.Tasks.Task GetSourceZipUrlAsync(string user, string repo) => throw null; public virtual System.Threading.Tasks.Task> GetUserAndOrgReposAsync(string githubOrgOrUser) => throw null; public virtual System.Collections.Generic.List GetUserRepos(string githubUser) => throw null; public virtual System.Threading.Tasks.Task> GetUserReposAsync(string githubUser) => throw null; public GitHubGateway(string accessToken) => throw null; public GitHubGateway() => throw null; public static bool IsDirSep(System.Char c) => throw null; public virtual System.Collections.Generic.Dictionary ParseLinkUrls(string linkHeader) => throw null; public virtual System.Collections.Generic.IEnumerable StreamJsonCollection(string route) => throw null; public static System.Collections.Generic.Dictionary ToTextFiles(System.Collections.Generic.Dictionary files) => throw null; public string UserAgent { get => throw null; set => throw null; } public virtual void WriteGistFile(string gistId, string filePath, string contents) => throw null; public virtual void WriteGistFiles(string gistId, System.Collections.Generic.Dictionary textFiles, string description = default(string), bool deleteMissing = default(bool)) => throw null; public virtual void WriteGistFiles(string gistId, System.Collections.Generic.Dictionary files, string description = default(string), bool deleteMissing = default(bool)) => throw null; } // Generated from `ServiceStack.GithubGist` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GithubGist : ServiceStack.Gist { public int Comments { get => throw null; set => throw null; } public string Comments_Url { get => throw null; set => throw null; } public string Commits_Url { get => throw null; set => throw null; } public string Forks_Url { get => throw null; set => throw null; } public string Git_Pull_Url { get => throw null; set => throw null; } public string Git_Push_Url { get => throw null; set => throw null; } public GithubGist() => throw null; public ServiceStack.GistHistory[] History { get => throw null; set => throw null; } public string Node_Id { get => throw null; set => throw null; } public ServiceStack.GithubUser Owner { get => throw null; set => throw null; } public bool Truncated { get => throw null; set => throw null; } } // Generated from `ServiceStack.GithubRateLimit` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GithubRateLimit { public GithubRateLimit() => throw null; public int Limit { get => throw null; set => throw null; } public int Remaining { get => throw null; set => throw null; } public System.Int64 Reset { get => throw null; set => throw null; } public int Used { get => throw null; set => throw null; } } // Generated from `ServiceStack.GithubRateLimits` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GithubRateLimits { public GithubRateLimits() => throw null; public ServiceStack.GithubResourcesRateLimits Resources { get => throw null; set => throw null; } } // Generated from `ServiceStack.GithubRepo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GithubRepo { public System.DateTime Created_At { get => throw null; set => throw null; } public string Description { get => throw null; set => throw null; } public bool Fork { get => throw null; set => throw null; } public string Full_Name { get => throw null; set => throw null; } public GithubRepo() => throw null; public bool Has_Downloads { get => throw null; set => throw null; } public string Homepage { get => throw null; set => throw null; } public string Html_Url { get => throw null; set => throw null; } public int Id { get => throw null; set => throw null; } public string Name { get => throw null; set => throw null; } public ServiceStack.GithubRepo Parent { get => throw null; set => throw null; } public bool Private { get => throw null; set => throw null; } public int Size { get => throw null; set => throw null; } public int Stargazers_Count { get => throw null; set => throw null; } public System.DateTime? Updated_At { get => throw null; set => throw null; } public string Url { get => throw null; set => throw null; } public int Watchers_Count { get => throw null; set => throw null; } } // Generated from `ServiceStack.GithubResourcesRateLimits` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GithubResourcesRateLimits { public ServiceStack.GithubRateLimit Core { get => throw null; set => throw null; } public GithubResourcesRateLimits() => throw null; public ServiceStack.GithubRateLimit Graphql { get => throw null; set => throw null; } public ServiceStack.GithubRateLimit Integration_Manifest { get => throw null; set => throw null; } public ServiceStack.GithubRateLimit Search { get => throw null; set => throw null; } } // Generated from `ServiceStack.GithubUser` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GithubUser : ServiceStack.GistUser { public string Events_Url { get => throw null; set => throw null; } public string Followers_Url { get => throw null; set => throw null; } public string Following_Url { get => throw null; set => throw null; } public GithubUser() => throw null; public string Node_Id { get => throw null; set => throw null; } public string Organizations_Url { get => throw null; set => throw null; } public string Received_Events_Url { get => throw null; set => throw null; } public string Repos_Url { get => throw null; set => throw null; } public string Starred_Url { get => throw null; set => throw null; } public string Subscriptions_Url { get => throw null; set => throw null; } } // Generated from `ServiceStack.HtmlDumpOptions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class HtmlDumpOptions { public string Caption { get => throw null; set => throw null; } public string CaptionIfEmpty { get => throw null; set => throw null; } public string ChildClass { get => throw null; set => throw null; } public string ClassName { get => throw null; set => throw null; } public ServiceStack.Script.DefaultScripts Defaults { get => throw null; set => throw null; } public string Display { get => throw null; set => throw null; } public ServiceStack.TextStyle HeaderStyle { get => throw null; set => throw null; } public string HeaderTag { get => throw null; set => throw null; } public HtmlDumpOptions() => throw null; public string Id { get => throw null; set => throw null; } public static ServiceStack.HtmlDumpOptions Parse(System.Collections.Generic.Dictionary options, ServiceStack.Script.DefaultScripts defaults = default(ServiceStack.Script.DefaultScripts)) => throw null; } // Generated from `ServiceStack.IGistGateway` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IGistGateway { ServiceStack.Gist CreateGist(string description, bool isPublic, System.Collections.Generic.Dictionary textFiles); ServiceStack.Gist CreateGist(string description, bool isPublic, System.Collections.Generic.Dictionary files); void CreateGistFile(string gistId, string filePath, string contents); void DeleteGistFiles(string gistId, params string[] filePaths); ServiceStack.Gist GetGist(string gistId, string version); ServiceStack.Gist GetGist(string gistId); System.Threading.Tasks.Task GetGistAsync(string gistId, string version); System.Threading.Tasks.Task GetGistAsync(string gistId); void WriteGistFile(string gistId, string filePath, string contents); void WriteGistFiles(string gistId, System.Collections.Generic.Dictionary textFiles, string description = default(string), bool deleteMissing = default(bool)); void WriteGistFiles(string gistId, System.Collections.Generic.Dictionary files, string description = default(string), bool deleteMissing = default(bool)); } // Generated from `ServiceStack.IGitHubGateway` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IGitHubGateway : ServiceStack.IGistGateway { void DownloadFile(string downloadUrl, string fileName); System.Tuple FindRepo(string[] orgs, string name, bool useFork = default(bool)); string GetJson(string route); T GetJson(string route); System.Threading.Tasks.Task GetJsonAsync(string route); System.Threading.Tasks.Task GetJsonAsync(string route); System.Threading.Tasks.Task> GetJsonCollectionAsync(string route); System.Collections.Generic.List GetOrgRepos(string githubOrg); System.Threading.Tasks.Task> GetOrgReposAsync(string githubOrg); ServiceStack.GithubRepo GetRepo(string userOrOrg, string repo); System.Threading.Tasks.Task GetRepoAsync(string userOrOrg, string repo); System.Threading.Tasks.Task> GetSourceReposAsync(string orgName); string GetSourceZipUrl(string user, string repo); System.Threading.Tasks.Task GetSourceZipUrlAsync(string user, string repo); System.Threading.Tasks.Task> GetUserAndOrgReposAsync(string githubOrgOrUser); System.Collections.Generic.List GetUserRepos(string githubUser); System.Threading.Tasks.Task> GetUserReposAsync(string githubUser); System.Collections.Generic.IEnumerable StreamJsonCollection(string route); } // Generated from `ServiceStack.IPAddressExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class IPAddressExtensions { public static System.Collections.Generic.Dictionary GetAllNetworkInterfaceIpv4Addresses() => throw null; public static System.Collections.Generic.List GetAllNetworkInterfaceIpv6Addresses() => throw null; public static System.Net.IPAddress GetBroadcastAddress(this System.Net.IPAddress address, System.Net.IPAddress subnetMask) => throw null; public static System.Net.IPAddress GetNetworkAddress(this System.Net.IPAddress address, System.Net.IPAddress subnetMask) => throw null; public static System.Byte[] GetNetworkAddressBytes(System.Byte[] ipAdressBytes, System.Byte[] subnetMaskBytes) => throw null; public static bool IsInSameIpv4Subnet(this System.Net.IPAddress address2, System.Net.IPAddress address, System.Net.IPAddress subnetMask) => throw null; public static bool IsInSameIpv4Subnet(this System.Byte[] address1Bytes, System.Byte[] address2Bytes, System.Byte[] subnetMaskBytes) => throw null; public static bool IsInSameIpv6Subnet(this System.Net.IPAddress address2, System.Net.IPAddress address) => throw null; public static bool IsInSameIpv6Subnet(this System.Byte[] address1Bytes, System.Byte[] address2Bytes) => throw null; } // Generated from `ServiceStack.IdUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class IdUtils { public static string CreateCacheKeyPath(string idValue) => throw null; public static string CreateUrn(this T entity) => throw null; public static string CreateUrn(object id) => throw null; public static string CreateUrn(string type, object id) => throw null; public static string CreateUrn(System.Type type, object id) => throw null; public static object GetId(this T entity) => throw null; public static System.Reflection.PropertyInfo GetIdProperty(this System.Type type) => throw null; public static object GetObjectId(this object entity) => throw null; public const string IdField = default; public static object ToId(this T entity) => throw null; public static string ToSafePathCacheKey(this string idValue) => throw null; public static string ToUrn(this object id) => throw null; public static string ToUrn(this T entity) => throw null; } // Generated from `ServiceStack.IdUtils<>` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class IdUtils { public static object GetId(T entity) => throw null; } // Generated from `ServiceStack.InputOptions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class InputOptions { public string ErrorClass { get => throw null; set => throw null; } public string Help { get => throw null; set => throw null; } public bool Inline { get => throw null; set => throw null; } public InputOptions() => throw null; public System.Collections.Generic.IEnumerable> InputValues { set => throw null; } public string Label { get => throw null; set => throw null; } public string LabelClass { get => throw null; set => throw null; } public bool PreserveValue { get => throw null; set => throw null; } public bool ShowErrors { get => throw null; set => throw null; } public string Size { get => throw null; set => throw null; } public object Values { get => throw null; set => throw null; } } // Generated from `ServiceStack.Inspect` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class Inspect { // Generated from `ServiceStack.Inspect+Config` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class Config { public static void DefaultVarsFilter(object anonArgs) => throw null; public static System.Func DumpTableFilter { get => throw null; set => throw null; } public static System.Action VarsFilter { get => throw null; set => throw null; } public const string VarsName = default; } public static string dump(T instance) => throw null; public static string dumpTable(object instance) => throw null; public static void printDump(T instance) => throw null; public static void printDumpTable(object instance) => throw null; public static void vars(object anonArgs) => throw null; } // Generated from `ServiceStack.InstanceMapper` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public delegate object InstanceMapper(object instance); // Generated from `ServiceStack.IntExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class IntExtensions { public static void Times(this int times, System.Action actionFn) => throw null; public static void Times(this int times, System.Action actionFn) => throw null; public static System.Collections.Generic.List Times(this int times, System.Func actionFn) => throw null; public static System.Collections.Generic.List Times(this int times, System.Func actionFn) => throw null; public static System.Collections.Generic.IEnumerable Times(this int times) => throw null; public static System.Threading.Tasks.Task> TimesAsync(this int times, System.Func> actionFn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task TimesAsync(this int times, System.Func actionFn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Collections.Generic.List TimesAsync(this int times, System.Action actionFn) => throw null; public static System.Collections.Generic.List TimesAsync(this int times, System.Action actionFn) => throw null; } // Generated from `ServiceStack.JS` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class JS { public static void Configure() => throw null; public static ServiceStack.Script.ScriptScopeContext CreateScope(System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary), ServiceStack.Script.ScriptMethods functions = default(ServiceStack.Script.ScriptMethods)) => throw null; public const string EvalAstCacheKeyPrefix = default; public const string EvalCacheKeyPrefix = default; public const string EvalScriptCacheKeyPrefix = default; public static void UnConfigure() => throw null; public static object eval(string js, ServiceStack.Script.ScriptScopeContext scope) => throw null; public static object eval(string js) => throw null; public static object eval(System.ReadOnlySpan js, ServiceStack.Script.ScriptScopeContext scope) => throw null; public static object eval(ServiceStack.Script.ScriptContext context, string expr, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static object eval(ServiceStack.Script.ScriptContext context, System.ReadOnlySpan expr, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static object eval(ServiceStack.Script.ScriptContext context, ServiceStack.Script.JsToken token, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static object evalCached(ServiceStack.Script.ScriptContext context, string expr) => throw null; public static ServiceStack.Script.JsToken expression(string js) => throw null; public static ServiceStack.Script.JsToken expressionCached(ServiceStack.Script.ScriptContext context, string expr) => throw null; public static ServiceStack.Script.SharpPage scriptCached(ServiceStack.Script.ScriptContext context, string evalCode) => throw null; } // Generated from `ServiceStack.JSON` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class JSON { public static object parse(string json) => throw null; public static object parseSpan(System.ReadOnlySpan json) => throw null; public static string stringify(object value) => throw null; } // Generated from `ServiceStack.MetaAuthProvider` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetaAuthProvider : ServiceStack.IMeta { public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public MetaAuthProvider() => throw null; public string Name { get => throw null; set => throw null; } public ServiceStack.NavItem NavItem { get => throw null; set => throw null; } public string Type { get => throw null; set => throw null; } } // Generated from `ServiceStack.MetadataAttribute` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetadataAttribute { public System.Collections.Generic.List Args { get => throw null; set => throw null; } public System.Attribute Attribute { get => throw null; set => throw null; } public System.Collections.Generic.List ConstructorArgs { get => throw null; set => throw null; } public MetadataAttribute() => throw null; public string Name { get => throw null; set => throw null; } } // Generated from `ServiceStack.MetadataDataContract` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetadataDataContract { public MetadataDataContract() => throw null; public string Name { get => throw null; set => throw null; } public string Namespace { get => throw null; set => throw null; } } // Generated from `ServiceStack.MetadataDataMember` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetadataDataMember { public bool? EmitDefaultValue { get => throw null; set => throw null; } public bool? IsRequired { get => throw null; set => throw null; } public MetadataDataMember() => throw null; public string Name { get => throw null; set => throw null; } public int? Order { get => throw null; set => throw null; } } // Generated from `ServiceStack.MetadataOperationType` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetadataOperationType { public System.Collections.Generic.List Actions { get => throw null; set => throw null; } public ServiceStack.MetadataTypeName DataModel { get => throw null; set => throw null; } public MetadataOperationType() => throw null; public ServiceStack.MetadataType Request { get => throw null; set => throw null; } public System.Collections.Generic.List RequiredPermissions { get => throw null; set => throw null; } public System.Collections.Generic.List RequiredRoles { get => throw null; set => throw null; } public System.Collections.Generic.List RequiresAnyPermission { get => throw null; set => throw null; } public System.Collections.Generic.List RequiresAnyRole { get => throw null; set => throw null; } public bool RequiresAuth { get => throw null; set => throw null; } public ServiceStack.MetadataType Response { get => throw null; set => throw null; } public ServiceStack.MetadataTypeName ReturnType { get => throw null; set => throw null; } public bool ReturnsVoid { get => throw null; set => throw null; } public System.Collections.Generic.List Routes { get => throw null; set => throw null; } public System.Collections.Generic.List Tags { get => throw null; set => throw null; } public ServiceStack.MetadataTypeName ViewModel { get => throw null; set => throw null; } } // Generated from `ServiceStack.MetadataPropertyType` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetadataPropertyType { public int? AllowableMax { get => throw null; set => throw null; } public int? AllowableMin { get => throw null; set => throw null; } public string[] AllowableValues { get => throw null; set => throw null; } public System.Collections.Generic.List Attributes { get => throw null; set => throw null; } public ServiceStack.MetadataDataMember DataMember { get => throw null; set => throw null; } public string Description { get => throw null; set => throw null; } public string DisplayType { get => throw null; set => throw null; } public string[] GenericArgs { get => throw null; set => throw null; } public bool? IsEnum { get => throw null; set => throw null; } public bool? IsPrimaryKey { get => throw null; set => throw null; } public bool? IsRequired { get => throw null; set => throw null; } public bool? IsSystemType { get => throw null; set => throw null; } public bool? IsValueType { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Items { get => throw null; set => throw null; } public MetadataPropertyType() => throw null; public string Name { get => throw null; set => throw null; } public string ParamType { get => throw null; set => throw null; } public System.Reflection.PropertyInfo PropertyInfo { get => throw null; set => throw null; } public System.Type PropertyType { get => throw null; set => throw null; } public bool? ReadOnly { get => throw null; set => throw null; } public string Type { get => throw null; set => throw null; } public string TypeNamespace { get => throw null; set => throw null; } public string Value { get => throw null; set => throw null; } } // Generated from `ServiceStack.MetadataRoute` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetadataRoute { public MetadataRoute() => throw null; public string Notes { get => throw null; set => throw null; } public string Path { get => throw null; set => throw null; } public ServiceStack.RouteAttribute RouteAttribute { get => throw null; set => throw null; } public string Summary { get => throw null; set => throw null; } public string Verbs { get => throw null; set => throw null; } } // Generated from `ServiceStack.MetadataType` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetadataType : ServiceStack.IMeta { public System.Collections.Generic.List Attributes { get => throw null; set => throw null; } public ServiceStack.MetadataDataContract DataContract { get => throw null; set => throw null; } public string Description { get => throw null; set => throw null; } public string DisplayType { get => throw null; set => throw null; } public System.Collections.Generic.List EnumDescriptions { get => throw null; set => throw null; } public System.Collections.Generic.List EnumMemberValues { get => throw null; set => throw null; } public System.Collections.Generic.List EnumNames { get => throw null; set => throw null; } public System.Collections.Generic.List EnumValues { get => throw null; set => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.MetadataType other) => throw null; public string[] GenericArgs { get => throw null; set => throw null; } public string GetFullName() => throw null; public override int GetHashCode() => throw null; public ServiceStack.MetadataTypeName[] Implements { get => throw null; set => throw null; } public ServiceStack.MetadataTypeName Inherits { get => throw null; set => throw null; } public System.Collections.Generic.List InnerTypes { get => throw null; set => throw null; } public bool? IsAbstract { get => throw null; set => throw null; } public bool IsClass { get => throw null; } public bool? IsEnum { get => throw null; set => throw null; } public bool? IsEnumInt { get => throw null; set => throw null; } public bool? IsInterface { get => throw null; set => throw null; } public bool? IsNested { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Items { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public MetadataType() => throw null; public string Name { get => throw null; set => throw null; } public string Namespace { get => throw null; set => throw null; } public System.Collections.Generic.List Properties { get => throw null; set => throw null; } public ServiceStack.MetadataOperationType RequestType { get => throw null; set => throw null; } public System.Type Type { get => throw null; set => throw null; } } // Generated from `ServiceStack.MetadataTypeExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class MetadataTypeExtensions { public static System.Collections.Generic.List GetOperationsByTags(this ServiceStack.MetadataTypes types, string[] tags) => throw null; public static System.Collections.Generic.List GetRoutes(this System.Collections.Generic.List operations, string typeName) => throw null; public static System.Collections.Generic.List GetRoutes(this System.Collections.Generic.List operations, ServiceStack.MetadataType type) => throw null; public static bool ImplementsAny(this ServiceStack.MetadataType type, params string[] typeNames) => throw null; public static bool InheritsAny(this ServiceStack.MetadataType type, params string[] typeNames) => throw null; public static bool IsSystemOrServiceStackType(this ServiceStack.MetadataTypeName metaRef) => throw null; public static bool ReferencesAny(this ServiceStack.MetadataOperationType op, params string[] typeNames) => throw null; public static string ToScriptSignature(this ServiceStack.ScriptMethodType method) => throw null; } // Generated from `ServiceStack.MetadataTypeName` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetadataTypeName { public string[] GenericArgs { get => throw null; set => throw null; } public MetadataTypeName() => throw null; public string Name { get => throw null; set => throw null; } public string Namespace { get => throw null; set => throw null; } public System.Type Type { get => throw null; set => throw null; } } // Generated from `ServiceStack.MetadataTypes` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetadataTypes { public ServiceStack.MetadataTypesConfig Config { get => throw null; set => throw null; } public MetadataTypes() => throw null; public System.Collections.Generic.List Namespaces { get => throw null; set => throw null; } public System.Collections.Generic.List Operations { get => throw null; set => throw null; } public System.Collections.Generic.List Types { get => throw null; set => throw null; } } // Generated from `ServiceStack.MetadataTypesConfig` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MetadataTypesConfig { public bool AddDataContractAttributes { get => throw null; set => throw null; } public string AddDefaultXmlNamespace { get => throw null; set => throw null; } public bool AddDescriptionAsComments { get => throw null; set => throw null; } public bool AddGeneratedCodeAttributes { get => throw null; set => throw null; } public int? AddImplicitVersion { get => throw null; set => throw null; } public bool AddIndexesToDataMembers { get => throw null; set => throw null; } public bool AddModelExtensions { get => throw null; set => throw null; } public System.Collections.Generic.List AddNamespaces { get => throw null; set => throw null; } public bool AddPropertyAccessors { get => throw null; set => throw null; } public bool AddResponseStatus { get => throw null; set => throw null; } public bool AddReturnMarker { get => throw null; set => throw null; } public bool AddServiceStackTypes { get => throw null; set => throw null; } public string BaseClass { get => throw null; set => throw null; } public string BaseUrl { get => throw null; set => throw null; } public System.Collections.Generic.List DefaultImports { get => throw null; set => throw null; } public System.Collections.Generic.List DefaultNamespaces { get => throw null; set => throw null; } public bool ExcludeGenericBaseTypes { get => throw null; set => throw null; } public bool ExcludeImplementedInterfaces { get => throw null; set => throw null; } public bool ExcludeNamespace { get => throw null; set => throw null; } public System.Collections.Generic.List ExcludeTypes { get => throw null; set => throw null; } public bool ExportAsTypes { get => throw null; set => throw null; } public System.Collections.Generic.HashSet ExportAttributes { get => throw null; set => throw null; } public System.Collections.Generic.HashSet ExportTypes { get => throw null; set => throw null; } public bool ExportValueTypes { get => throw null; set => throw null; } public string GlobalNamespace { get => throw null; set => throw null; } public System.Collections.Generic.HashSet IgnoreTypes { get => throw null; set => throw null; } public System.Collections.Generic.List IgnoreTypesInNamespaces { get => throw null; set => throw null; } public System.Collections.Generic.List IncludeTypes { get => throw null; set => throw null; } public bool InitializeCollections { get => throw null; set => throw null; } public bool MakeDataContractsExtensible { get => throw null; set => throw null; } public bool MakeInternal { get => throw null; set => throw null; } public bool MakePartial { get => throw null; set => throw null; } public bool MakePropertiesOptional { get => throw null; set => throw null; } public bool MakeVirtual { get => throw null; set => throw null; } public MetadataTypesConfig(string baseUrl = default(string), bool makePartial = default(bool), bool makeVirtual = default(bool), bool addReturnMarker = default(bool), bool convertDescriptionToComments = default(bool), bool addDataContractAttributes = default(bool), bool addIndexesToDataMembers = default(bool), bool addGeneratedCodeAttributes = default(bool), string addDefaultXmlNamespace = default(string), string baseClass = default(string), string package = default(string), bool addResponseStatus = default(bool), bool addServiceStackTypes = default(bool), bool addModelExtensions = default(bool), bool addPropertyAccessors = default(bool), bool excludeGenericBaseTypes = default(bool), bool settersReturnThis = default(bool), bool makePropertiesOptional = default(bool), bool makeDataContractsExtensible = default(bool), bool initializeCollections = default(bool), int? addImplicitVersion = default(int?)) => throw null; public string Package { get => throw null; set => throw null; } public bool SettersReturnThis { get => throw null; set => throw null; } public System.Collections.Generic.List TreatTypesAsStrings { get => throw null; set => throw null; } public string UsePath { get => throw null; set => throw null; } } // Generated from `ServiceStack.MethodInvoker` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public delegate object MethodInvoker(object instance, params object[] args); // Generated from `ServiceStack.ModelConfig<>` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ModelConfig { public static void Id(ServiceStack.GetMemberDelegate getIdFn) => throw null; public ModelConfig() => throw null; } // Generated from `ServiceStack.NavButtonGroupDefaults` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class NavButtonGroupDefaults { public static ServiceStack.NavOptions Create() => throw null; public static ServiceStack.NavOptions ForNavButtonGroup(this ServiceStack.NavOptions options) => throw null; public static string NavClass { get => throw null; set => throw null; } public static string NavItemClass { get => throw null; set => throw null; } } // Generated from `ServiceStack.NavDefaults` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class NavDefaults { public static string ChildNavItemClass { get => throw null; set => throw null; } public static string ChildNavLinkClass { get => throw null; set => throw null; } public static string ChildNavMenuClass { get => throw null; set => throw null; } public static string ChildNavMenuItemClass { get => throw null; set => throw null; } public static ServiceStack.NavOptions Create() => throw null; public static ServiceStack.NavOptions ForNav(this ServiceStack.NavOptions options) => throw null; public static string NavClass { get => throw null; set => throw null; } public static string NavItemClass { get => throw null; set => throw null; } public static string NavLinkClass { get => throw null; set => throw null; } public static ServiceStack.NavOptions OverrideDefaults(ServiceStack.NavOptions targets, ServiceStack.NavOptions source) => throw null; } // Generated from `ServiceStack.NavLinkDefaults` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class NavLinkDefaults { public static ServiceStack.NavOptions ForNavLink(this ServiceStack.NavOptions options) => throw null; } // Generated from `ServiceStack.NavOptions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class NavOptions { public string ActivePath { get => throw null; set => throw null; } public System.Collections.Generic.HashSet Attributes { get => throw null; set => throw null; } public string BaseHref { get => throw null; set => throw null; } public string ChildNavItemClass { get => throw null; set => throw null; } public string ChildNavLinkClass { get => throw null; set => throw null; } public string ChildNavMenuClass { get => throw null; set => throw null; } public string ChildNavMenuItemClass { get => throw null; set => throw null; } public string NavClass { get => throw null; set => throw null; } public string NavItemClass { get => throw null; set => throw null; } public string NavLinkClass { get => throw null; set => throw null; } public NavOptions() => throw null; } // Generated from `ServiceStack.NavbarDefaults` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class NavbarDefaults { public static ServiceStack.NavOptions Create() => throw null; public static ServiceStack.NavOptions ForNavbar(this ServiceStack.NavOptions options) => throw null; public static string NavClass { get => throw null; set => throw null; } } // Generated from `ServiceStack.NetCoreExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class NetCoreExtensions { public static void Close(this System.Net.Sockets.Socket socket) => throw null; public static void Close(this System.Data.Common.DbDataReader reader) => throw null; } // Generated from `ServiceStack.ObjectActivator` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public delegate object ObjectActivator(params object[] args); // Generated from `ServiceStack.PerfUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class PerfUtils { public static double Measure(System.Action fn, int times = default(int), int runForMs = default(int), System.Action setup = default(System.Action), System.Action warmup = default(System.Action), System.Action teardown = default(System.Action)) => throw null; public static double MeasureFor(System.Action fn, int runForMs) => throw null; public static System.TimeSpan ToTimeSpan(this System.Int64 fromTicks) => throw null; } // Generated from `ServiceStack.PluginInfo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class PluginInfo : ServiceStack.IMeta { public ServiceStack.AdminUsersInfo AdminUsers { get => throw null; set => throw null; } public ServiceStack.AuthInfo Auth { get => throw null; set => throw null; } public ServiceStack.AutoQueryInfo AutoQuery { get => throw null; set => throw null; } public System.Collections.Generic.List Loaded { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public PluginInfo() => throw null; public ServiceStack.RequestLogsInfo RequestLogs { get => throw null; set => throw null; } public ServiceStack.SharpPagesInfo SharpPages { get => throw null; set => throw null; } public ServiceStack.ValidationInfo Validation { get => throw null; set => throw null; } } // Generated from `ServiceStack.ProcessResult` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ProcessResult { public System.Int64? CallbackDurationMs { get => throw null; set => throw null; } public System.Int64 DurationMs { get => throw null; set => throw null; } public System.DateTime EndAt { get => throw null; set => throw null; } public int? ExitCode { get => throw null; set => throw null; } public ProcessResult() => throw null; public System.DateTime StartAt { get => throw null; set => throw null; } public string StdErr { get => throw null; set => throw null; } public string StdOut { get => throw null; set => throw null; } } // Generated from `ServiceStack.ProcessUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ProcessUtils { public static System.Diagnostics.ProcessStartInfo ConvertToCmdExec(this System.Diagnostics.ProcessStartInfo startInfo) => throw null; public static ServiceStack.ProcessResult CreateErrorResult(System.Exception e) => throw null; public static string FindExePath(string exeName) => throw null; public static string Run(string fileName, string arguments = default(string), string workingDir = default(string)) => throw null; public static System.Threading.Tasks.Task RunAsync(System.Diagnostics.ProcessStartInfo startInfo, int? timeoutMs = default(int?), System.Action onOut = default(System.Action), System.Action onError = default(System.Action)) => throw null; public static string RunShell(string arguments, string workingDir = default(string)) => throw null; } // Generated from `ServiceStack.RequestExtensions` in `ServiceStack, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null; ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static partial class RequestExtensions { public static System.Collections.Generic.Dictionary GetRequestParams(this ServiceStack.Web.IRequest request) => throw null; } // Generated from `ServiceStack.RequestLogsInfo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class RequestLogsInfo : ServiceStack.IMeta { public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public string RequestLogger { get => throw null; set => throw null; } public RequestLogsInfo() => throw null; public string[] RequiredRoles { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary ServiceRoutes { get => throw null; set => throw null; } } // Generated from `ServiceStack.ScriptMethodType` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptMethodType { public string Name { get => throw null; set => throw null; } public string[] ParamNames { get => throw null; set => throw null; } public string[] ParamTypes { get => throw null; set => throw null; } public string ReturnType { get => throw null; set => throw null; } public ScriptMethodType() => throw null; } // Generated from `ServiceStack.SharpPagesExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class SharpPagesExtensions { public static System.Threading.Tasks.Task RenderToStringAsync(this ServiceStack.Web.IStreamWriterAsync writer) => throw null; } // Generated from `ServiceStack.SharpPagesInfo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class SharpPagesInfo : ServiceStack.IMeta { public string ApiPath { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public bool? MetadataDebug { get => throw null; set => throw null; } public string MetadataDebugAdminRole { get => throw null; set => throw null; } public string ScriptAdminRole { get => throw null; set => throw null; } public SharpPagesInfo() => throw null; public bool? SpaFallback { get => throw null; set => throw null; } } // Generated from `ServiceStack.SimpleAppSettings` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class SimpleAppSettings : ServiceStack.Configuration.IAppSettings { public bool Exists(string key) => throw null; public T Get(string key, T defaultValue) => throw null; public T Get(string key) => throw null; public System.Collections.Generic.Dictionary GetAll() => throw null; public System.Collections.Generic.List GetAllKeys() => throw null; public System.Collections.Generic.IDictionary GetDictionary(string key) => throw null; public System.Collections.Generic.List> GetKeyValuePairs(string key) => throw null; public System.Collections.Generic.IList GetList(string key) => throw null; public string GetString(string key) => throw null; public void Set(string key, T value) => throw null; public SimpleAppSettings(System.Collections.Generic.Dictionary settings = default(System.Collections.Generic.Dictionary)) => throw null; } // Generated from `ServiceStack.SimpleContainer` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class SimpleContainer : ServiceStack.IContainer, ServiceStack.Configuration.IResolver { public ServiceStack.IContainer AddSingleton(System.Type type, System.Func factory) => throw null; public ServiceStack.IContainer AddTransient(System.Type type, System.Func factory) => throw null; public System.Func CreateFactory(System.Type type) => throw null; public void Dispose() => throw null; public bool Exists(System.Type type) => throw null; protected System.Collections.Concurrent.ConcurrentDictionary> Factory; public System.Collections.Generic.HashSet IgnoreTypesNamed { get => throw null; } protected virtual bool IncludeProperty(System.Reflection.PropertyInfo pi) => throw null; protected System.Collections.Concurrent.ConcurrentDictionary InstanceCache; public object RequiredResolve(System.Type type, System.Type ownerType) => throw null; public object Resolve(System.Type type) => throw null; protected virtual System.Reflection.ConstructorInfo ResolveBestConstructor(System.Type type) => throw null; public SimpleContainer() => throw null; public T TryResolve() => throw null; } // Generated from `ServiceStack.SiteUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class SiteUtils { public static System.Threading.Tasks.Task GetAppMetadataAsync(this string baseUrl) => throw null; public static string ToUrlEncoded(System.Collections.Generic.List args) => throw null; public static string UrlFromSlug(string slug) => throw null; public static string UrlToSlug(string url) => throw null; } // Generated from `ServiceStack.StaticActionInvoker` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public delegate void StaticActionInvoker(params object[] args); // Generated from `ServiceStack.StaticMethodInvoker` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public delegate object StaticMethodInvoker(params object[] args); // Generated from `ServiceStack.StopExecutionException` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class StopExecutionException : System.Exception { public StopExecutionException(string message, System.Exception innerException) => throw null; public StopExecutionException(string message) => throw null; public StopExecutionException() => throw null; } // Generated from `ServiceStack.StringUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class StringUtils { public static string ConvertHtmlCodes(this string html) => throw null; public static System.Collections.Generic.Dictionary EscapedCharMap; public static System.Collections.Generic.IDictionary HtmlCharacterCodes; public static string HtmlDecode(this string html) => throw null; public static string HtmlEncode(this string html) => throw null; public static string HtmlEncodeLite(this string html) => throw null; public static System.ReadOnlyMemory ParseArguments(System.ReadOnlyMemory argsString, out System.Collections.Generic.List> args) => throw null; public static System.Collections.Generic.List ParseCommands(this string commandsString) => throw null; public static System.Collections.Generic.List ParseCommands(this System.ReadOnlyMemory commandsString, System.Char separator = default(System.Char)) => throw null; public static ServiceStack.TextNode ParseTypeIntoNodes(this string typeDef) => throw null; public static string RemoveSuffix(string name, string suffix) => throw null; public static string ReplaceOutsideOfQuotes(this string str, params string[] replaceStringsPairs) => throw null; public static string ReplacePairs(string str, string[] replaceStringsPairs) => throw null; public static string SafeInput(this string text) => throw null; public static string SnakeCaseToPascalCase(string snakeCase) => throw null; public static System.Collections.Generic.List SplitGenericArgs(string argList) => throw null; public static string[] SplitVarNames(string fields) => throw null; public static string ToChar(this int codePoint) => throw null; public static string ToEscapedString(this string input) => throw null; } // Generated from `ServiceStack.TaskExt` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class TaskExt { public static System.Threading.Tasks.Task AsTaskException(this System.Exception ex) => throw null; public static System.Threading.Tasks.Task AsTaskException(this System.Exception ex) => throw null; public static System.Threading.Tasks.Task AsTaskResult(this T result) => throw null; public static System.Threading.Tasks.ValueTask AsValueTask(this System.Threading.Tasks.Task task) => throw null; public static System.Threading.Tasks.ValueTask AsValueTask(this System.Threading.Tasks.Task task) => throw null; public static object GetResult(this System.Threading.Tasks.Task task) => throw null; public static T GetResult(this System.Threading.Tasks.Task task) => throw null; public static void RunSync(System.Func task) => throw null; public static TResult RunSync(System.Func> task) => throw null; } // Generated from `ServiceStack.TextDumpOptions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class TextDumpOptions { public string Caption { get => throw null; set => throw null; } public string CaptionIfEmpty { get => throw null; set => throw null; } public ServiceStack.Script.DefaultScripts Defaults { get => throw null; set => throw null; } public ServiceStack.TextStyle HeaderStyle { get => throw null; set => throw null; } public bool IncludeRowNumbers { get => throw null; set => throw null; } public static ServiceStack.TextDumpOptions Parse(System.Collections.Generic.Dictionary options, ServiceStack.Script.DefaultScripts defaults = default(ServiceStack.Script.DefaultScripts)) => throw null; public TextDumpOptions() => throw null; } // Generated from `ServiceStack.TextNode` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class TextNode { public System.Collections.Generic.List Children { get => throw null; set => throw null; } public string Text { get => throw null; set => throw null; } public TextNode() => throw null; } // Generated from `ServiceStack.TextStyle` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public enum TextStyle { CamelCase, Humanize, None, PascalCase, SplitCase, TitleCase, } // Generated from `ServiceStack.TypeExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class TypeExtensions { public static void AddReferencedTypes(System.Type type, System.Collections.Generic.HashSet refTypes) => throw null; public static T ConvertFromObject(object value) => throw null; public static object ConvertToObject(T value) => throw null; public static System.Linq.Expressions.LambdaExpression CreatePropertyAccessorExpression(System.Type type, System.Reflection.PropertyInfo forProperty) => throw null; public static ServiceStack.ActionInvoker GetActionInvoker(this System.Reflection.MethodInfo method) => throw null; public static ServiceStack.ActionInvoker GetActionInvokerToCache(System.Reflection.MethodInfo method) => throw null; public static ServiceStack.ObjectActivator GetActivator(this System.Reflection.ConstructorInfo ctor) => throw null; public static ServiceStack.ObjectActivator GetActivatorToCache(System.Reflection.ConstructorInfo ctor) => throw null; public static ServiceStack.MethodInvoker GetInvoker(this System.Reflection.MethodInfo method) => throw null; public static System.Delegate GetInvokerDelegate(this System.Reflection.MethodInfo method) => throw null; public static ServiceStack.MethodInvoker GetInvokerToCache(System.Reflection.MethodInfo method) => throw null; public static System.Func GetPropertyAccessor(this System.Type type, System.Reflection.PropertyInfo forProperty) => throw null; public static System.Type[] GetReferencedTypes(this System.Type type) => throw null; public static ServiceStack.StaticActionInvoker GetStaticActionInvoker(this System.Reflection.MethodInfo method) => throw null; public static ServiceStack.StaticActionInvoker GetStaticActionInvokerToCache(System.Reflection.MethodInfo method) => throw null; public static ServiceStack.StaticMethodInvoker GetStaticInvoker(this System.Reflection.MethodInfo method) => throw null; public static ServiceStack.StaticMethodInvoker GetStaticInvokerToCache(System.Reflection.MethodInfo method) => throw null; public static bool? IsNotNullable(this System.Reflection.PropertyInfo property) => throw null; public static bool? IsNotNullable(System.Type memberType, System.Reflection.MemberInfo declaringType, System.Collections.Generic.IEnumerable customAttributes) => throw null; } // Generated from `ServiceStack.UrnId` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class UrnId { public static string Create(string idFieldValue) => throw null; public static string Create(string idFieldName, string idFieldValue) => throw null; public static string Create(object idFieldValue) => throw null; public static string Create(string objectTypeName, string idFieldValue) => throw null; public static string Create(System.Type objectType, string idFieldValue) => throw null; public static string Create(System.Type objectType, string idFieldName, string idFieldValue) => throw null; public static string CreateWithParts(params string[] keyParts) => throw null; public static string CreateWithParts(string objectTypeName, params string[] keyParts) => throw null; public static System.Guid GetGuidId(string urn) => throw null; public static System.Int64 GetLongId(string urn) => throw null; public static string GetStringId(string urn) => throw null; public string IdFieldName { get => throw null; set => throw null; } public string IdFieldValue { get => throw null; set => throw null; } public static ServiceStack.UrnId Parse(string urnId) => throw null; public string TypeName { get => throw null; set => throw null; } } // Generated from `ServiceStack.ValidationInfo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ValidationInfo : ServiceStack.IMeta { public string AccessRole { get => throw null; set => throw null; } public bool? HasValidationSource { get => throw null; set => throw null; } public bool? HasValidationSourceAdmin { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Meta { get => throw null; set => throw null; } public System.Collections.Generic.List PropertyValidators { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary ServiceRoutes { get => throw null; set => throw null; } public System.Collections.Generic.List TypeValidators { get => throw null; set => throw null; } public ValidationInfo() => throw null; } // Generated from `ServiceStack.View` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class View { public static System.Collections.Generic.List GetNavItems(string key) => throw null; public static void Load(ServiceStack.Configuration.IAppSettings settings) => throw null; public static System.Collections.Generic.List NavItems { get => throw null; } public static System.Collections.Generic.Dictionary> NavItemsMap { get => throw null; } } // Generated from `ServiceStack.ViewUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ViewUtils { public static string BundleCss(string filterName, ServiceStack.IO.IVirtualPathProvider webVfs, ServiceStack.IO.IVirtualPathProvider contentVfs, ServiceStack.ICompressor cssCompressor, ServiceStack.BundleOptions options) => throw null; public static string BundleHtml(string filterName, ServiceStack.IO.IVirtualPathProvider webVfs, ServiceStack.IO.IVirtualPathProvider contentVfs, ServiceStack.ICompressor htmlCompressor, ServiceStack.BundleOptions options) => throw null; public static string BundleJs(string filterName, ServiceStack.IO.IVirtualPathProvider webVfs, ServiceStack.IO.IVirtualPathProvider contentVfs, ServiceStack.ICompressor jsCompressor, ServiceStack.BundleOptions options) => throw null; public static string CssIncludes(ServiceStack.IO.IVirtualPathProvider vfs, System.Collections.Generic.List cssFiles) => throw null; public static string DumpTable(this object target, ServiceStack.TextDumpOptions options) => throw null; public static string DumpTable(this object target) => throw null; public static string ErrorResponse(ServiceStack.ResponseStatus errorStatus, string fieldName) => throw null; public static string ErrorResponseExcept(ServiceStack.ResponseStatus errorStatus, string fieldNames) => throw null; public static string ErrorResponseExcept(ServiceStack.ResponseStatus errorStatus, System.Collections.Generic.ICollection fieldNames) => throw null; public static string ErrorResponseSummary(ServiceStack.ResponseStatus errorStatus) => throw null; public static bool FormCheckValue(ServiceStack.Web.IRequest req, string name) => throw null; public static string FormControl(ServiceStack.Web.IRequest req, System.Collections.Generic.Dictionary args, string tagName, ServiceStack.InputOptions inputOptions) => throw null; public static string FormQuery(ServiceStack.Web.IRequest req, string name) => throw null; public static string[] FormQueryValues(ServiceStack.Web.IRequest req, string name) => throw null; public static string FormValue(ServiceStack.Web.IRequest req, string name, string defaultValue) => throw null; public static string FormValue(ServiceStack.Web.IRequest req, string name) => throw null; public static string[] FormValues(ServiceStack.Web.IRequest req, string name) => throw null; public static System.Collections.Generic.IEnumerable GetBundleFiles(string filterName, ServiceStack.IO.IVirtualPathProvider webVfs, ServiceStack.IO.IVirtualPathProvider contentVfs, System.Collections.Generic.IEnumerable virtualPaths, string assetExt) => throw null; public static System.Globalization.CultureInfo GetDefaultCulture(this ServiceStack.Script.DefaultScripts defaultScripts) => throw null; public static string GetDefaultTableClassName(this ServiceStack.Script.DefaultScripts defaultScripts) => throw null; public static ServiceStack.ResponseStatus GetErrorStatus(ServiceStack.Web.IRequest req) => throw null; public static System.Collections.Generic.List GetNavItems(string key) => throw null; public static string GetParam(ServiceStack.Web.IRequest req, string name) => throw null; public static bool HasErrorStatus(ServiceStack.Web.IRequest req) => throw null; public static string HtmlDump(object target, ServiceStack.HtmlDumpOptions options) => throw null; public static string HtmlDump(object target) => throw null; public static string HtmlHiddenInputs(System.Collections.Generic.IEnumerable> inputValues) => throw null; public static bool IsNull(object test) => throw null; public static string JsIncludes(ServiceStack.IO.IVirtualPathProvider vfs, System.Collections.Generic.List jsFiles) => throw null; public static void Load(ServiceStack.Configuration.IAppSettings settings) => throw null; public static string Nav(System.Collections.Generic.List navItems, ServiceStack.NavOptions options) => throw null; public static string NavButtonGroup(System.Collections.Generic.List navItems, ServiceStack.NavOptions options) => throw null; public static string NavButtonGroup(ServiceStack.NavItem navItem, ServiceStack.NavOptions options) => throw null; public static System.Collections.Generic.List NavItems { get => throw null; } public static string NavItemsKey { get => throw null; set => throw null; } public static System.Collections.Generic.Dictionary> NavItemsMap { get => throw null; } public static string NavItemsMapKey { get => throw null; set => throw null; } public static void NavLink(System.Text.StringBuilder sb, ServiceStack.NavItem navItem, ServiceStack.NavOptions options) => throw null; public static string NavLink(ServiceStack.NavItem navItem, ServiceStack.NavOptions options) => throw null; public static void NavLinkButton(System.Text.StringBuilder sb, ServiceStack.NavItem navItem, ServiceStack.NavOptions options) => throw null; public static void PrintDumpTable(this object target, ServiceStack.TextDumpOptions options) => throw null; public static void PrintDumpTable(this object target) => throw null; public static bool ShowNav(this ServiceStack.NavItem navItem, System.Collections.Generic.HashSet attributes) => throw null; public static System.Collections.Generic.List SplitStringList(System.Collections.IEnumerable strings) => throw null; public static string StyleText(string text, ServiceStack.TextStyle textStyle) => throw null; public static string TextDump(this object target, ServiceStack.TextDumpOptions options) => throw null; public static string TextDump(this object target) => throw null; public static System.Collections.Generic.List> ToKeyValues(object values) => throw null; public static System.Collections.Generic.List ToStringList(System.Collections.IEnumerable strings) => throw null; public static System.Collections.Generic.IEnumerable ToStrings(string filterName, object arg) => throw null; public static System.Collections.Generic.List ToVarNames(string fieldNames) => throw null; public static string ValidationSuccess(string message, System.Collections.Generic.Dictionary divAttrs) => throw null; public static string ValidationSuccessCssClassNames; public static string ValidationSummary(ServiceStack.ResponseStatus errorStatus, string exceptFor) => throw null; public static string ValidationSummary(ServiceStack.ResponseStatus errorStatus, System.Collections.Generic.ICollection exceptFields, System.Collections.Generic.Dictionary divAttrs) => throw null; public static string ValidationSummaryCssClassNames; } // Generated from `ServiceStack.VirtualFileExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class VirtualFileExtensions { public static ServiceStack.IO.IVirtualDirectory[] GetAllRootDirectories(this ServiceStack.IO.IVirtualPathProvider vfs) => throw null; public static System.Byte[] GetBytesContentsAsBytes(this ServiceStack.IO.IVirtualFile file) => throw null; public static System.ReadOnlyMemory GetBytesContentsAsMemory(this ServiceStack.IO.IVirtualFile file) => throw null; public static ServiceStack.IO.FileSystemVirtualFiles GetFileSystemVirtualFiles(this ServiceStack.IO.IVirtualPathProvider vfs) => throw null; public static ServiceStack.IO.GistVirtualFiles GetGistVirtualFiles(this ServiceStack.IO.IVirtualPathProvider vfs) => throw null; public static ServiceStack.IO.MemoryVirtualFiles GetMemoryVirtualFiles(this ServiceStack.IO.IVirtualPathProvider vfs) => throw null; public static ServiceStack.IO.ResourceVirtualFiles GetResourceVirtualFiles(this ServiceStack.IO.IVirtualPathProvider vfs) => throw null; public static System.ReadOnlyMemory GetTextContentsAsMemory(this ServiceStack.IO.IVirtualFile file) => throw null; public static T GetVirtualFileSource(this ServiceStack.IO.IVirtualPathProvider vfs) where T : class => throw null; public static bool ShouldSkipPath(this ServiceStack.IO.IVirtualNode node) => throw null; } // Generated from `ServiceStack.VirtualPathUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class VirtualPathUtils { public static bool Exists(this ServiceStack.IO.IVirtualNode node) => throw null; public static ServiceStack.IO.IVirtualFile GetDefaultDocument(this ServiceStack.IO.IVirtualDirectory dir, System.Collections.Generic.List defaultDocuments) => throw null; public static ServiceStack.IO.IVirtualNode GetVirtualNode(this ServiceStack.IO.IVirtualPathProvider pathProvider, string virtualPath) => throw null; public static System.Collections.Generic.IEnumerable> GroupByFirstToken(this System.Collections.Generic.IEnumerable resourceNames, System.Char pathSeparator = default(System.Char)) => throw null; public static bool IsDirectory(this ServiceStack.IO.IVirtualNode node) => throw null; public static bool IsFile(this ServiceStack.IO.IVirtualNode node) => throw null; public static System.TimeSpan MaxRetryOnExceptionTimeout { get => throw null; } public static System.Byte[] ReadAllBytes(this ServiceStack.IO.IVirtualFile file) => throw null; public static string SafeFileName(string uri) => throw null; public static System.Collections.Generic.Stack TokenizeResourcePath(this string str, System.Char pathSeparator = default(System.Char)) => throw null; public static System.Collections.Generic.Stack TokenizeVirtualPath(this string str, string virtualPathSeparator) => throw null; public static System.Collections.Generic.Stack TokenizeVirtualPath(this string str, ServiceStack.IO.IVirtualPathProvider pathProvider) => throw null; } // Generated from `ServiceStack.Words` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class Words { public static string Capitalize(string word) => throw null; public static string Pluralize(string word) => throw null; public static string Singularize(string word) => throw null; } // Generated from `ServiceStack.XLinqExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class XLinqExtensions { public static System.Collections.Generic.IEnumerable AllElements(this System.Xml.Linq.XElement element, string name) => throw null; public static System.Collections.Generic.IEnumerable AllElements(this System.Collections.Generic.IEnumerable elements, string name) => throw null; public static System.Xml.Linq.XAttribute AnyAttribute(this System.Xml.Linq.XElement element, string name) => throw null; public static System.Xml.Linq.XElement AnyElement(this System.Xml.Linq.XElement element, string name) => throw null; public static System.Xml.Linq.XElement AnyElement(this System.Collections.Generic.IEnumerable elements, string name) => throw null; public static void AssertElementHasValue(this System.Xml.Linq.XElement element, string name) => throw null; public static System.Xml.Linq.XElement FirstElement(this System.Xml.Linq.XElement element) => throw null; public static T GetAttributeValueOrDefault(this System.Xml.Linq.XAttribute attr, string name, System.Func converter) => throw null; public static bool GetBool(this System.Xml.Linq.XElement el, string name) => throw null; public static bool GetBoolOrDefault(this System.Xml.Linq.XElement el, string name) => throw null; public static System.DateTime GetDateTime(this System.Xml.Linq.XElement el, string name) => throw null; public static System.DateTime GetDateTimeOrDefault(this System.Xml.Linq.XElement el, string name) => throw null; public static System.Decimal GetDecimal(this System.Xml.Linq.XElement el, string name) => throw null; public static System.Decimal GetDecimalOrDefault(this System.Xml.Linq.XElement el, string name) => throw null; public static System.Xml.Linq.XElement GetElement(this System.Xml.Linq.XElement element, string name) => throw null; public static T GetElementValueOrDefault(this System.Xml.Linq.XElement element, string name, System.Func converter) => throw null; public static System.Guid GetGuid(this System.Xml.Linq.XElement el, string name) => throw null; public static System.Guid GetGuidOrDefault(this System.Xml.Linq.XElement el, string name) => throw null; public static int GetInt(this System.Xml.Linq.XElement el, string name) => throw null; public static int GetIntOrDefault(this System.Xml.Linq.XElement el, string name) => throw null; public static System.Int64 GetLong(this System.Xml.Linq.XElement el, string name) => throw null; public static System.Int64 GetLongOrDefault(this System.Xml.Linq.XElement el, string name) => throw null; public static bool? GetNullableBool(this System.Xml.Linq.XElement el, string name) => throw null; public static System.DateTime? GetNullableDateTime(this System.Xml.Linq.XElement el, string name) => throw null; public static System.Decimal? GetNullableDecimal(this System.Xml.Linq.XElement el, string name) => throw null; public static System.Guid? GetNullableGuid(this System.Xml.Linq.XElement el, string name) => throw null; public static int? GetNullableInt(this System.Xml.Linq.XElement el, string name) => throw null; public static System.Int64? GetNullableLong(this System.Xml.Linq.XElement el, string name) => throw null; public static System.TimeSpan? GetNullableTimeSpan(this System.Xml.Linq.XElement el, string name) => throw null; public static string GetString(this System.Xml.Linq.XElement el, string name) => throw null; public static string GetStringAttributeOrDefault(this System.Xml.Linq.XElement element, string name) => throw null; public static System.TimeSpan GetTimeSpan(this System.Xml.Linq.XElement el, string name) => throw null; public static System.TimeSpan GetTimeSpanOrDefault(this System.Xml.Linq.XElement el, string name) => throw null; public static System.Collections.Generic.List GetValues(this System.Collections.Generic.IEnumerable els) => throw null; public static System.Xml.Linq.XElement NextElement(this System.Xml.Linq.XElement element) => throw null; } namespace AsyncEx { // Generated from `ServiceStack.AsyncEx.AsyncManualResetEvent` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class AsyncManualResetEvent { public AsyncManualResetEvent(bool set) => throw null; public AsyncManualResetEvent() => throw null; public int Id { get => throw null; } public bool IsSet { get => throw null; } public void Reset() => throw null; public void Set() => throw null; public void Wait(System.Threading.CancellationToken cancellationToken) => throw null; public void Wait() => throw null; public System.Threading.Tasks.Task WaitAsync(System.Threading.CancellationToken cancellationToken) => throw null; public System.Threading.Tasks.Task WaitAsync() => throw null; } // Generated from `ServiceStack.AsyncEx.CancellationTokenTaskSource<>` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class CancellationTokenTaskSource : System.IDisposable { public CancellationTokenTaskSource(System.Threading.CancellationToken cancellationToken) => throw null; public void Dispose() => throw null; public System.Threading.Tasks.Task Task { get => throw null; set => throw null; } } // Generated from `ServiceStack.AsyncEx.TaskCompletionSourceExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class TaskCompletionSourceExtensions { public static System.Threading.Tasks.TaskCompletionSource CreateAsyncTaskSource() => throw null; public static bool TryCompleteFromCompletedTask(this System.Threading.Tasks.TaskCompletionSource @this, System.Threading.Tasks.Task task, System.Func resultFunc) => throw null; public static bool TryCompleteFromCompletedTask(this System.Threading.Tasks.TaskCompletionSource @this, System.Threading.Tasks.Task task) where TSourceResult : TResult => throw null; } // Generated from `ServiceStack.AsyncEx.TaskExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class TaskExtensions { public static void WaitAndUnwrapException(this System.Threading.Tasks.Task task, System.Threading.CancellationToken cancellationToken) => throw null; public static void WaitAndUnwrapException(this System.Threading.Tasks.Task task) => throw null; public static TResult WaitAndUnwrapException(this System.Threading.Tasks.Task task, System.Threading.CancellationToken cancellationToken) => throw null; public static TResult WaitAndUnwrapException(this System.Threading.Tasks.Task task) => throw null; public static System.Threading.Tasks.Task WaitAsync(this System.Threading.Tasks.Task @this, System.Threading.CancellationToken cancellationToken) => throw null; public static void WaitWithoutException(this System.Threading.Tasks.Task task, System.Threading.CancellationToken cancellationToken) => throw null; public static void WaitWithoutException(this System.Threading.Tasks.Task task) => throw null; } } namespace Data { // Generated from `ServiceStack.Data.DbConnectionFactory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class DbConnectionFactory : ServiceStack.Data.IDbConnectionFactory { public System.Data.IDbConnection CreateDbConnection() => throw null; public DbConnectionFactory(System.Func connectionFactoryFn) => throw null; public System.Data.IDbConnection OpenDbConnection() => throw null; } // Generated from `ServiceStack.Data.IDbConnectionFactory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IDbConnectionFactory { System.Data.IDbConnection CreateDbConnection(); System.Data.IDbConnection OpenDbConnection(); } // Generated from `ServiceStack.Data.IDbConnectionFactoryExtended` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IDbConnectionFactoryExtended : ServiceStack.Data.IDbConnectionFactory { System.Data.IDbConnection OpenDbConnection(string namedConnection); System.Data.IDbConnection OpenDbConnectionString(string connectionString, string providerName); System.Data.IDbConnection OpenDbConnectionString(string connectionString); } // Generated from `ServiceStack.Data.IHasDbCommand` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IHasDbCommand { System.Data.IDbCommand DbCommand { get; } } // Generated from `ServiceStack.Data.IHasDbConnection` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IHasDbConnection { System.Data.IDbConnection DbConnection { get; } } // Generated from `ServiceStack.Data.IHasDbTransaction` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IHasDbTransaction { System.Data.IDbTransaction DbTransaction { get; } } } namespace Extensions { // Generated from `ServiceStack.Extensions.UtilExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class UtilExtensions { } } namespace IO { // Generated from `ServiceStack.IO.FileSystemVirtualFiles` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class FileSystemVirtualFiles : ServiceStack.VirtualPath.AbstractVirtualPathProviderBase, ServiceStack.IO.IVirtualPathProvider, ServiceStack.IO.IVirtualFiles { public void AppendFile(string filePath, string textContents) => throw null; public void AppendFile(string filePath, System.IO.Stream stream) => throw null; public static string AssertDirectory(string dirPath, int timeoutMs = default(int)) => throw null; public static void DeleteDirectoryRecursive(string path) => throw null; public void DeleteFile(string filePath) => throw null; public void DeleteFiles(System.Collections.Generic.IEnumerable filePaths) => throw null; public void DeleteFolder(string dirPath) => throw null; public override bool DirectoryExists(string virtualPath) => throw null; public string EnsureDirectory(string dirPath) => throw null; public override bool FileExists(string virtualPath) => throw null; public FileSystemVirtualFiles(string rootDirectoryPath) => throw null; public FileSystemVirtualFiles(System.IO.DirectoryInfo rootDirInfo) => throw null; protected override void Initialize() => throw null; public override string RealPathSeparator { get => throw null; } protected ServiceStack.VirtualPath.FileSystemVirtualDirectory RootDir; protected System.IO.DirectoryInfo RootDirInfo; public override ServiceStack.IO.IVirtualDirectory RootDirectory { get => throw null; } public override string VirtualPathSeparator { get => throw null; } public void WriteFile(string filePath, string textContents) => throw null; public void WriteFile(string filePath, System.IO.Stream stream) => throw null; public void WriteFiles(System.Collections.Generic.IEnumerable files, System.Func toPath = default(System.Func)) => throw null; } // Generated from `ServiceStack.IO.GistVirtualDirectory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GistVirtualDirectory : ServiceStack.VirtualPath.AbstractVirtualDirectoryBase { public void AddFile(string virtualPath, string contents) => throw null; public void AddFile(string virtualPath, System.IO.Stream stream) => throw null; public System.DateTime DirLastModified { get => throw null; set => throw null; } public string DirPath { get => throw null; set => throw null; } public override System.Collections.Generic.IEnumerable Directories { get => throw null; } public System.Collections.Generic.IEnumerable EnumerateFiles(string pattern) => throw null; public override System.Collections.Generic.IEnumerable Files { get => throw null; } public ServiceStack.IGistGateway Gateway { get => throw null; } public override System.Collections.Generic.IEnumerable GetAllMatchingFiles(string globPattern, int maxDepth = default(int)) => throw null; protected override ServiceStack.IO.IVirtualDirectory GetDirectoryFromBackingDirectoryOrDefault(string directoryName) => throw null; public override System.Collections.Generic.IEnumerator GetEnumerator() => throw null; public override ServiceStack.IO.IVirtualFile GetFile(string virtualPath) => throw null; protected override ServiceStack.IO.IVirtualFile GetFileFromBackingDirectoryOrDefault(string fileName) => throw null; protected override System.Collections.Generic.IEnumerable GetMatchingFilesInDir(string globPattern) => throw null; public string GistId { get => throw null; } public GistVirtualDirectory(ServiceStack.IO.GistVirtualFiles pathProvider, string dirPath, ServiceStack.IO.GistVirtualDirectory parentDir) : base(default(ServiceStack.IO.IVirtualPathProvider)) => throw null; public override System.DateTime LastModified { get => throw null; } public override string Name { get => throw null; } public override string VirtualPath { get => throw null; } } // Generated from `ServiceStack.IO.GistVirtualFile` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GistVirtualFile : ServiceStack.VirtualPath.AbstractVirtualFileBase { public ServiceStack.IGistGateway Client { get => throw null; } public System.Int64 ContentLength { get => throw null; set => throw null; } public string ContentType { get => throw null; set => throw null; } public string DirPath { get => throw null; } public override string Extension { get => throw null; } public System.DateTime FileLastModified { get => throw null; set => throw null; } public string FilePath { get => throw null; set => throw null; } public override object GetContents() => throw null; public string GistId { get => throw null; } public GistVirtualFile(ServiceStack.IO.GistVirtualFiles pathProvider, ServiceStack.IO.IVirtualDirectory directory) : base(default(ServiceStack.IO.IVirtualPathProvider), default(ServiceStack.IO.IVirtualDirectory)) => throw null; public ServiceStack.IO.GistVirtualFile Init(string filePath, System.DateTime lastModified, string text, System.IO.MemoryStream stream) => throw null; public override System.DateTime LastModified { get => throw null; } public override System.Int64 Length { get => throw null; } public override string Name { get => throw null; } public override System.IO.Stream OpenRead() => throw null; public override void Refresh() => throw null; public System.IO.Stream Stream { get => throw null; set => throw null; } public string Text { get => throw null; set => throw null; } public override string VirtualPath { get => throw null; } } // Generated from `ServiceStack.IO.GistVirtualFiles` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GistVirtualFiles : ServiceStack.VirtualPath.AbstractVirtualPathProviderBase, ServiceStack.IO.IVirtualPathProvider, ServiceStack.IO.IVirtualFiles { public void AppendFile(string filePath, string textContents) => throw null; public void AppendFile(string filePath, System.IO.Stream stream) => throw null; public const string Base64Modifier = default; public void ClearGist() => throw null; public void DeleteFile(string filePath) => throw null; public void DeleteFiles(System.Collections.Generic.IEnumerable virtualFilePaths) => throw null; public void DeleteFolder(string dirPath) => throw null; public const System.Char DirSep = default; public override bool DirectoryExists(string virtualPath) => throw null; public System.Collections.Generic.IEnumerable EnumerateFiles(string prefix = default(string)) => throw null; public override bool FileExists(string virtualPath) => throw null; public ServiceStack.IGistGateway Gateway { get => throw null; } public override System.Collections.Generic.IEnumerable GetAllFiles() => throw null; public string GetDirPath(string filePath) => throw null; public override ServiceStack.IO.IVirtualDirectory GetDirectory(string virtualPath) => throw null; public override ServiceStack.IO.IVirtualFile GetFile(string virtualPath) => throw null; public static string GetFileName(string filePath) => throw null; public ServiceStack.Gist GetGist(bool refresh = default(bool)) => throw null; public System.Threading.Tasks.Task GetGistAsync(bool refresh = default(bool)) => throw null; public static bool GetGistContents(string filePath, ServiceStack.Gist gist, out string text, out System.IO.MemoryStream stream) => throw null; public static bool GetGistTextContents(string filePath, ServiceStack.Gist gist, out string text) => throw null; public System.Collections.Generic.IEnumerable GetImmediateDirectories(string fromDirPath) => throw null; public System.Collections.Generic.IEnumerable GetImmediateFiles(string fromDirPath) => throw null; public string GetImmediateSubDirPath(string fromDirPath, string subDirPath) => throw null; public string GistId { get => throw null; set => throw null; } public GistVirtualFiles(string gistId, string accessToken) => throw null; public GistVirtualFiles(string gistId, ServiceStack.IGistGateway gateway) => throw null; public GistVirtualFiles(string gistId) => throw null; public GistVirtualFiles(ServiceStack.Gist gist, string accessToken) => throw null; public GistVirtualFiles(ServiceStack.Gist gist, ServiceStack.IGistGateway gateway) => throw null; public GistVirtualFiles(ServiceStack.Gist gist) => throw null; protected override void Initialize() => throw null; public static bool IsDirSep(System.Char c) => throw null; public System.DateTime LastRefresh { get => throw null; set => throw null; } public System.Threading.Tasks.Task LoadAllTruncatedFilesAsync() => throw null; public override string RealPathSeparator { get => throw null; } public System.TimeSpan RefreshAfter { get => throw null; set => throw null; } public string ResolveGistFileName(string filePath) => throw null; public override ServiceStack.IO.IVirtualDirectory RootDirectory { get => throw null; } public override string SanitizePath(string filePath) => throw null; public static string ToBase64(System.IO.Stream stream) => throw null; public static string ToBase64(System.Byte[] bytes) => throw null; public override string VirtualPathSeparator { get => throw null; } public void WriteFile(string virtualPath, string contents) => throw null; public void WriteFile(string virtualPath, System.IO.Stream stream) => throw null; public void WriteFiles(System.Collections.Generic.IEnumerable files, System.Func toPath = default(System.Func)) => throw null; public override void WriteFiles(System.Collections.Generic.Dictionary textFiles) => throw null; public override void WriteFiles(System.Collections.Generic.Dictionary files) => throw null; } // Generated from `ServiceStack.IO.InMemoryVirtualDirectory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class InMemoryVirtualDirectory : ServiceStack.VirtualPath.AbstractVirtualDirectoryBase { public void AddFile(string filePath, string contents) => throw null; public void AddFile(string filePath, System.IO.Stream stream) => throw null; public System.DateTime DirLastModified { get => throw null; set => throw null; } public string DirPath { get => throw null; set => throw null; } public override System.Collections.Generic.IEnumerable Directories { get => throw null; } public System.Collections.Generic.IEnumerable EnumerateFiles(string pattern) => throw null; public override System.Collections.Generic.IEnumerable Files { get => throw null; } public override System.Collections.Generic.IEnumerable GetAllMatchingFiles(string globPattern, int maxDepth = default(int)) => throw null; protected override ServiceStack.IO.IVirtualDirectory GetDirectoryFromBackingDirectoryOrDefault(string directoryName) => throw null; public override System.Collections.Generic.IEnumerator GetEnumerator() => throw null; public override ServiceStack.IO.IVirtualFile GetFile(string virtualPath) => throw null; protected override ServiceStack.IO.IVirtualFile GetFileFromBackingDirectoryOrDefault(string fileName) => throw null; protected override System.Collections.Generic.IEnumerable GetMatchingFilesInDir(string globPattern) => throw null; public bool HasFiles() => throw null; public InMemoryVirtualDirectory(ServiceStack.IO.MemoryVirtualFiles pathProvider, string dirPath, ServiceStack.IO.IVirtualDirectory parentDir = default(ServiceStack.IO.IVirtualDirectory)) : base(default(ServiceStack.IO.IVirtualPathProvider)) => throw null; public override System.DateTime LastModified { get => throw null; } public override string Name { get => throw null; } public override string VirtualPath { get => throw null; } } // Generated from `ServiceStack.IO.InMemoryVirtualFile` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class InMemoryVirtualFile : ServiceStack.VirtualPath.AbstractVirtualFileBase { public System.Byte[] ByteContents { get => throw null; set => throw null; } public string DirPath { get => throw null; } public System.DateTime FileLastModified { get => throw null; set => throw null; } public string FilePath { get => throw null; set => throw null; } public override object GetContents() => throw null; public InMemoryVirtualFile(ServiceStack.IO.IVirtualPathProvider owningProvider, ServiceStack.IO.IVirtualDirectory directory) : base(default(ServiceStack.IO.IVirtualPathProvider), default(ServiceStack.IO.IVirtualDirectory)) => throw null; public override System.DateTime LastModified { get => throw null; } public override System.Int64 Length { get => throw null; } public override string Name { get => throw null; } public override System.IO.Stream OpenRead() => throw null; public override void Refresh() => throw null; public void SetContents(string text, System.Byte[] bytes) => throw null; public string TextContents { get => throw null; set => throw null; } public override string VirtualPath { get => throw null; } } // Generated from `ServiceStack.IO.MemoryVirtualFiles` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MemoryVirtualFiles : ServiceStack.VirtualPath.AbstractVirtualPathProviderBase, ServiceStack.IO.IVirtualPathProvider, ServiceStack.IO.IVirtualFiles { public void AddFile(ServiceStack.IO.InMemoryVirtualFile file) => throw null; public void AppendFile(string filePath, string textContents) => throw null; public void AppendFile(string filePath, System.IO.Stream stream) => throw null; public void Clear() => throw null; public void DeleteFile(string filePath) => throw null; public void DeleteFiles(System.Collections.Generic.IEnumerable filePaths) => throw null; public void DeleteFolder(string dirPath) => throw null; public const System.Char DirSep = default; public override bool DirectoryExists(string virtualPath) => throw null; public System.Collections.Generic.List Files { get => throw null; } public override System.Collections.Generic.IEnumerable GetAllFiles() => throw null; public string GetDirPath(string filePath) => throw null; public override ServiceStack.IO.IVirtualDirectory GetDirectory(string virtualPath) => throw null; public ServiceStack.IO.IVirtualDirectory GetDirectory(string virtualPath, bool forceDir) => throw null; public override ServiceStack.IO.IVirtualFile GetFile(string virtualPath) => throw null; public System.Collections.Generic.IEnumerable GetImmediateDirectories(string fromDirPath) => throw null; public System.Collections.Generic.IEnumerable GetImmediateFiles(string fromDirPath) => throw null; public string GetImmediateSubDirPath(string fromDirPath, string subDirPath) => throw null; public ServiceStack.IO.IVirtualDirectory GetParentDirectory(string dirPath) => throw null; protected override void Initialize() => throw null; public MemoryVirtualFiles() => throw null; public override string RealPathSeparator { get => throw null; } public override ServiceStack.IO.IVirtualDirectory RootDirectory { get => throw null; } public override string VirtualPathSeparator { get => throw null; } public void WriteFile(string filePath, string textContents) => throw null; public void WriteFile(string filePath, System.IO.Stream stream) => throw null; public void WriteFiles(System.Collections.Generic.IEnumerable files, System.Func toPath = default(System.Func)) => throw null; } // Generated from `ServiceStack.IO.MultiVirtualDirectory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MultiVirtualDirectory : System.Collections.IEnumerable, System.Collections.Generic.IEnumerable, ServiceStack.IO.IVirtualNode, ServiceStack.IO.IVirtualDirectory { public System.Collections.Generic.IEnumerable Directories { get => throw null; } public ServiceStack.IO.IVirtualDirectory Directory { get => throw null; } public System.Collections.Generic.IEnumerable Files { get => throw null; } public System.Collections.Generic.IEnumerable GetAllMatchingFiles(string globPattern, int maxDepth = default(int)) => throw null; public ServiceStack.IO.IVirtualDirectory GetDirectory(string virtualPath) => throw null; public ServiceStack.IO.IVirtualDirectory GetDirectory(System.Collections.Generic.Stack virtualPath) => throw null; public System.Collections.Generic.IEnumerator GetEnumerator() => throw null; System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; public ServiceStack.IO.IVirtualFile GetFile(string virtualPath) => throw null; public ServiceStack.IO.IVirtualFile GetFile(System.Collections.Generic.Stack virtualPath) => throw null; public bool IsDirectory { get => throw null; } public bool IsRoot { get => throw null; } public System.DateTime LastModified { get => throw null; } public MultiVirtualDirectory(ServiceStack.IO.IVirtualDirectory[] dirs) => throw null; public string Name { get => throw null; } public ServiceStack.IO.IVirtualDirectory ParentDirectory { get => throw null; } public string RealPath { get => throw null; } public static ServiceStack.IO.IVirtualDirectory ToVirtualDirectory(System.Collections.Generic.IEnumerable dirs) => throw null; public string VirtualPath { get => throw null; } } // Generated from `ServiceStack.IO.MultiVirtualFiles` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MultiVirtualFiles : ServiceStack.VirtualPath.AbstractVirtualPathProviderBase, ServiceStack.IO.IVirtualPathProvider, ServiceStack.IO.IVirtualFiles { public void AppendFile(string filePath, string textContents) => throw null; public void AppendFile(string filePath, System.IO.Stream stream) => throw null; public System.Collections.Generic.List ChildProviders { get => throw null; set => throw null; } public System.Collections.Generic.IEnumerable ChildVirtualFiles { get => throw null; } public override string CombineVirtualPath(string basePath, string relativePath) => throw null; public void DeleteFile(string filePath) => throw null; public void DeleteFiles(System.Collections.Generic.IEnumerable filePaths) => throw null; public void DeleteFolder(string dirPath) => throw null; public override bool DirectoryExists(string virtualPath) => throw null; public override bool FileExists(string virtualPath) => throw null; public override System.Collections.Generic.IEnumerable GetAllFiles() => throw null; public override System.Collections.Generic.IEnumerable GetAllMatchingFiles(string globPattern, int maxDepth = default(int)) => throw null; public override ServiceStack.IO.IVirtualDirectory GetDirectory(string virtualPath) => throw null; public override ServiceStack.IO.IVirtualFile GetFile(string virtualPath) => throw null; public override System.Collections.Generic.IEnumerable GetRootDirectories() => throw null; public override System.Collections.Generic.IEnumerable GetRootFiles() => throw null; protected override void Initialize() => throw null; public override bool IsSharedFile(ServiceStack.IO.IVirtualFile virtualFile) => throw null; public override bool IsViewFile(ServiceStack.IO.IVirtualFile virtualFile) => throw null; public MultiVirtualFiles(params ServiceStack.IO.IVirtualPathProvider[] childProviders) => throw null; public override string RealPathSeparator { get => throw null; } public override ServiceStack.IO.IVirtualDirectory RootDirectory { get => throw null; } public override string ToString() => throw null; public override string VirtualPathSeparator { get => throw null; } public void WriteFile(string filePath, string textContents) => throw null; public void WriteFile(string filePath, System.IO.Stream stream) => throw null; public void WriteFiles(System.Collections.Generic.IEnumerable files, System.Func toPath = default(System.Func)) => throw null; } // Generated from `ServiceStack.IO.ResourceVirtualFiles` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ResourceVirtualFiles : ServiceStack.VirtualPath.AbstractVirtualPathProviderBase { protected System.Reflection.Assembly BackingAssembly; public string CleanPath(string filePath) => throw null; public override string CombineVirtualPath(string basePath, string relativePath) => throw null; public override ServiceStack.IO.IVirtualFile GetFile(string virtualPath) => throw null; protected override void Initialize() => throw null; public System.DateTime LastModified { get => throw null; set => throw null; } public static System.Collections.Generic.HashSet PartialFileNames { get => throw null; set => throw null; } public override string RealPathSeparator { get => throw null; } public ResourceVirtualFiles(System.Type baseTypeInAssembly) => throw null; public ResourceVirtualFiles(System.Reflection.Assembly backingAssembly, string rootNamespace = default(string)) => throw null; protected ServiceStack.VirtualPath.ResourceVirtualDirectory RootDir; public override ServiceStack.IO.IVirtualDirectory RootDirectory { get => throw null; } protected string RootNamespace; public override string VirtualPathSeparator { get => throw null; } } // Generated from `ServiceStack.IO.VirtualDirectoryExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class VirtualDirectoryExtensions { public static System.Collections.Generic.IEnumerable GetAllFiles(this ServiceStack.IO.IVirtualDirectory dir) => throw null; public static System.Collections.Generic.IEnumerable GetDirectories(this ServiceStack.IO.IVirtualDirectory dir) => throw null; public static System.Collections.Generic.IEnumerable GetFiles(this ServiceStack.IO.IVirtualDirectory dir) => throw null; } // Generated from `ServiceStack.IO.VirtualFilesExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class VirtualFilesExtensions { public static void AppendFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, string textContents) => throw null; public static void AppendFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, object contents) => throw null; public static void AppendFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, System.ReadOnlyMemory text) => throw null; public static void AppendFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, System.ReadOnlyMemory bytes) => throw null; public static void AppendFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, System.IO.Stream stream) => throw null; public static void AppendFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, System.Byte[] bytes) => throw null; public static void CopyFrom(this ServiceStack.IO.IVirtualPathProvider pathProvider, System.Collections.Generic.IEnumerable srcFiles, System.Func toPath = default(System.Func)) => throw null; public static void DeleteFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath) => throw null; public static void DeleteFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, ServiceStack.IO.IVirtualFile file) => throw null; public static void DeleteFiles(this ServiceStack.IO.IVirtualPathProvider pathProvider, System.Collections.Generic.IEnumerable filePaths) => throw null; public static void DeleteFiles(this ServiceStack.IO.IVirtualPathProvider pathProvider, System.Collections.Generic.IEnumerable files) => throw null; public static void DeleteFolder(this ServiceStack.IO.IVirtualPathProvider pathProvider, string dirPath) => throw null; public static bool IsDirectory(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath) => throw null; public static bool IsFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath) => throw null; public static void WriteFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, string textContents) => throw null; public static void WriteFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, object contents) => throw null; public static void WriteFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, System.ReadOnlyMemory text) => throw null; public static void WriteFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, System.ReadOnlyMemory bytes) => throw null; public static void WriteFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, System.IO.Stream stream) => throw null; public static void WriteFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, string filePath, System.Byte[] bytes) => throw null; public static void WriteFile(this ServiceStack.IO.IVirtualPathProvider pathProvider, ServiceStack.IO.IVirtualFile file, string filePath = default(string)) => throw null; public static void WriteFiles(this ServiceStack.IO.IVirtualPathProvider pathProvider, System.Collections.Generic.IEnumerable srcFiles, System.Func toPath = default(System.Func)) => throw null; public static void WriteFiles(this ServiceStack.IO.IVirtualPathProvider pathProvider, System.Collections.Generic.Dictionary textFiles) => throw null; public static void WriteFiles(this ServiceStack.IO.IVirtualPathProvider pathProvider, System.Collections.Generic.Dictionary files) => throw null; } } namespace Logging { // Generated from `ServiceStack.Logging.ConsoleLogFactory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ConsoleLogFactory : ServiceStack.Logging.ILogFactory { public static void Configure(bool debugEnabled = default(bool)) => throw null; public ConsoleLogFactory(bool debugEnabled = default(bool)) => throw null; public ServiceStack.Logging.ILog GetLogger(string typeName) => throw null; public ServiceStack.Logging.ILog GetLogger(System.Type type) => throw null; } // Generated from `ServiceStack.Logging.ConsoleLogger` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ConsoleLogger : ServiceStack.Logging.ILog { public ConsoleLogger(string type) => throw null; public ConsoleLogger(System.Type type) => throw null; public void Debug(object message, System.Exception exception) => throw null; public void Debug(object message) => throw null; public void DebugFormat(string format, params object[] args) => throw null; public void Error(object message, System.Exception exception) => throw null; public void Error(object message) => throw null; public void ErrorFormat(string format, params object[] args) => throw null; public void Fatal(object message, System.Exception exception) => throw null; public void Fatal(object message) => throw null; public void FatalFormat(string format, params object[] args) => throw null; public void Info(object message, System.Exception exception) => throw null; public void Info(object message) => throw null; public void InfoFormat(string format, params object[] args) => throw null; public bool IsDebugEnabled { get => throw null; set => throw null; } public void Warn(object message, System.Exception exception) => throw null; public void Warn(object message) => throw null; public void WarnFormat(string format, params object[] args) => throw null; } // Generated from `ServiceStack.Logging.DebugLogFactory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class DebugLogFactory : ServiceStack.Logging.ILogFactory { public DebugLogFactory(bool debugEnabled = default(bool)) => throw null; public ServiceStack.Logging.ILog GetLogger(string typeName) => throw null; public ServiceStack.Logging.ILog GetLogger(System.Type type) => throw null; } // Generated from `ServiceStack.Logging.DebugLogger` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class DebugLogger : ServiceStack.Logging.ILog { public void Debug(object message, System.Exception exception) => throw null; public void Debug(object message) => throw null; public void DebugFormat(string format, params object[] args) => throw null; public DebugLogger(string type) => throw null; public DebugLogger(System.Type type) => throw null; public void Error(object message, System.Exception exception) => throw null; public void Error(object message) => throw null; public void ErrorFormat(string format, params object[] args) => throw null; public void Fatal(object message, System.Exception exception) => throw null; public void Fatal(object message) => throw null; public void FatalFormat(string format, params object[] args) => throw null; public void Info(object message, System.Exception exception) => throw null; public void Info(object message) => throw null; public void InfoFormat(string format, params object[] args) => throw null; public bool IsDebugEnabled { get => throw null; set => throw null; } public void Warn(object message, System.Exception exception) => throw null; public void Warn(object message) => throw null; public void WarnFormat(string format, params object[] args) => throw null; } } namespace MiniProfiler { namespace Data { // Generated from `ServiceStack.MiniProfiler.Data.ExecuteType` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public enum ExecuteType { NonQuery, None, Reader, Scalar, } // Generated from `ServiceStack.MiniProfiler.Data.IDbProfiler` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IDbProfiler { void ExecuteFinish(System.Data.Common.DbCommand profiledDbCommand, ServiceStack.MiniProfiler.Data.ExecuteType executeType, System.Data.Common.DbDataReader reader); void ExecuteStart(System.Data.Common.DbCommand profiledDbCommand, ServiceStack.MiniProfiler.Data.ExecuteType executeType); bool IsActive { get; } void OnError(System.Data.Common.DbCommand profiledDbCommand, ServiceStack.MiniProfiler.Data.ExecuteType executeType, System.Exception exception); void ReaderFinish(System.Data.Common.DbDataReader reader); } // Generated from `ServiceStack.MiniProfiler.Data.ProfiledCommand` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ProfiledCommand : System.Data.Common.DbCommand, ServiceStack.Data.IHasDbCommand { public override void Cancel() => throw null; public override string CommandText { get => throw null; set => throw null; } public override int CommandTimeout { get => throw null; set => throw null; } public override System.Data.CommandType CommandType { get => throw null; set => throw null; } protected override System.Data.Common.DbParameter CreateDbParameter() => throw null; public System.Data.Common.DbCommand DbCommand { get => throw null; set => throw null; } System.Data.IDbCommand ServiceStack.Data.IHasDbCommand.DbCommand { get => throw null; } protected override System.Data.Common.DbConnection DbConnection { get => throw null; set => throw null; } protected override System.Data.Common.DbParameterCollection DbParameterCollection { get => throw null; } protected ServiceStack.MiniProfiler.Data.IDbProfiler DbProfiler { get => throw null; set => throw null; } protected override System.Data.Common.DbTransaction DbTransaction { get => throw null; set => throw null; } public override bool DesignTimeVisible { get => throw null; set => throw null; } protected override void Dispose(bool disposing) => throw null; protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) => throw null; public override int ExecuteNonQuery() => throw null; public override object ExecuteScalar() => throw null; public override void Prepare() => throw null; public ProfiledCommand(System.Data.Common.DbCommand cmd, System.Data.Common.DbConnection conn, ServiceStack.MiniProfiler.Data.IDbProfiler profiler) => throw null; public override System.Data.UpdateRowSource UpdatedRowSource { get => throw null; set => throw null; } } // Generated from `ServiceStack.MiniProfiler.Data.ProfiledConnection` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ProfiledConnection : System.Data.Common.DbConnection, ServiceStack.Data.IHasDbConnection { protected bool AutoDisposeConnection { get => throw null; set => throw null; } protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) => throw null; protected override bool CanRaiseEvents { get => throw null; } public override void ChangeDatabase(string databaseName) => throw null; public override void Close() => throw null; public override string ConnectionString { get => throw null; set => throw null; } public override int ConnectionTimeout { get => throw null; } protected override System.Data.Common.DbCommand CreateDbCommand() => throw null; public override string DataSource { get => throw null; } public override string Database { get => throw null; } public System.Data.IDbConnection DbConnection { get => throw null; } protected override void Dispose(bool disposing) => throw null; public System.Data.Common.DbConnection InnerConnection { get => throw null; set => throw null; } public override void Open() => throw null; public ProfiledConnection(System.Data.IDbConnection connection, ServiceStack.MiniProfiler.Data.IDbProfiler profiler, bool autoDisposeConnection = default(bool)) => throw null; public ProfiledConnection(System.Data.Common.DbConnection connection, ServiceStack.MiniProfiler.Data.IDbProfiler profiler, bool autoDisposeConnection = default(bool)) => throw null; public ServiceStack.MiniProfiler.Data.IDbProfiler Profiler { get => throw null; set => throw null; } public override string ServerVersion { get => throw null; } public override System.Data.ConnectionState State { get => throw null; } public System.Data.Common.DbConnection WrappedConnection { get => throw null; } } // Generated from `ServiceStack.MiniProfiler.Data.ProfiledDbDataReader` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ProfiledDbDataReader : System.Data.Common.DbDataReader { public override void Close() => throw null; public override int Depth { get => throw null; } public override int FieldCount { get => throw null; } public override bool GetBoolean(int ordinal) => throw null; public override System.Byte GetByte(int ordinal) => throw null; public override System.Int64 GetBytes(int ordinal, System.Int64 dataOffset, System.Byte[] buffer, int bufferOffset, int length) => throw null; public override System.Char GetChar(int ordinal) => throw null; public override System.Int64 GetChars(int ordinal, System.Int64 dataOffset, System.Char[] buffer, int bufferOffset, int length) => throw null; public override string GetDataTypeName(int ordinal) => throw null; public override System.DateTime GetDateTime(int ordinal) => throw null; public override System.Decimal GetDecimal(int ordinal) => throw null; public override double GetDouble(int ordinal) => throw null; public override System.Collections.IEnumerator GetEnumerator() => throw null; public override System.Type GetFieldType(int ordinal) => throw null; public override float GetFloat(int ordinal) => throw null; public override System.Guid GetGuid(int ordinal) => throw null; public override System.Int16 GetInt16(int ordinal) => throw null; public override int GetInt32(int ordinal) => throw null; public override System.Int64 GetInt64(int ordinal) => throw null; public override string GetName(int ordinal) => throw null; public override int GetOrdinal(string name) => throw null; public override string GetString(int ordinal) => throw null; public override object GetValue(int ordinal) => throw null; public override int GetValues(object[] values) => throw null; public override bool HasRows { get => throw null; } public override bool IsClosed { get => throw null; } public override bool IsDBNull(int ordinal) => throw null; public override object this[string name] { get => throw null; } public override object this[int ordinal] { get => throw null; } public override bool NextResult() => throw null; public ProfiledDbDataReader(System.Data.Common.DbDataReader reader, System.Data.Common.DbConnection connection, ServiceStack.MiniProfiler.Data.IDbProfiler profiler) => throw null; public override bool Read() => throw null; public override int RecordsAffected { get => throw null; } } // Generated from `ServiceStack.MiniProfiler.Data.ProfiledDbTransaction` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ProfiledDbTransaction : System.Data.Common.DbTransaction, ServiceStack.Data.IHasDbTransaction { public override void Commit() => throw null; protected override System.Data.Common.DbConnection DbConnection { get => throw null; } public System.Data.IDbTransaction DbTransaction { get => throw null; } protected override void Dispose(bool disposing) => throw null; public override System.Data.IsolationLevel IsolationLevel { get => throw null; } public ProfiledDbTransaction(System.Data.Common.DbTransaction transaction, ServiceStack.MiniProfiler.Data.ProfiledConnection connection) => throw null; public override void Rollback() => throw null; } // Generated from `ServiceStack.MiniProfiler.Data.ProfiledProviderFactory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ProfiledProviderFactory : System.Data.Common.DbProviderFactory { public override System.Data.Common.DbCommand CreateCommand() => throw null; public override System.Data.Common.DbConnection CreateConnection() => throw null; public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() => throw null; public override System.Data.Common.DbParameter CreateParameter() => throw null; public void InitProfiledDbProviderFactory(ServiceStack.MiniProfiler.Data.IDbProfiler profiler, System.Data.Common.DbProviderFactory wrappedFactory) => throw null; public static ServiceStack.MiniProfiler.Data.ProfiledProviderFactory Instance; public ProfiledProviderFactory(ServiceStack.MiniProfiler.Data.IDbProfiler profiler, System.Data.Common.DbProviderFactory wrappedFactory) => throw null; protected ProfiledProviderFactory() => throw null; protected ServiceStack.MiniProfiler.Data.IDbProfiler Profiler { get => throw null; set => throw null; } protected System.Data.Common.DbProviderFactory WrappedFactory { get => throw null; set => throw null; } } } } namespace Reflection { // Generated from `ServiceStack.Reflection.DelegateFactory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class DelegateFactory { public static ServiceStack.Reflection.DelegateFactory.LateBoundMethod Create(System.Reflection.MethodInfo method) => throw null; public static ServiceStack.Reflection.DelegateFactory.LateBoundVoid CreateVoid(System.Reflection.MethodInfo method) => throw null; // Generated from `ServiceStack.Reflection.DelegateFactory+LateBoundMethod` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public delegate object LateBoundMethod(object target, object[] arguments); // Generated from `ServiceStack.Reflection.DelegateFactory+LateBoundVoid` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public delegate void LateBoundVoid(object target, object[] arguments); } } namespace Script { // Generated from `ServiceStack.Script.BindingExpressionException` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class BindingExpressionException : System.Exception { public BindingExpressionException(string message, string member, string expression, System.Exception inner = default(System.Exception)) => throw null; public string Expression { get => throw null; } public string Member { get => throw null; } } // Generated from `ServiceStack.Script.CallExpressionUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class CallExpressionUtils { public static System.ReadOnlySpan ParseJsCallExpression(this System.ReadOnlySpan literal, out ServiceStack.Script.JsCallExpression expression, bool filterExpression = default(bool)) => throw null; } // Generated from `ServiceStack.Script.CaptureScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class CaptureScriptBlock : ServiceStack.Script.ScriptBlock { public override ServiceStack.Script.ScriptLanguage Body { get => throw null; } public CaptureScriptBlock() => throw null; public override string Name { get => throw null; } public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.CsvScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class CsvScriptBlock : ServiceStack.Script.ScriptBlock { public override ServiceStack.Script.ScriptLanguage Body { get => throw null; } public CsvScriptBlock() => throw null; public override string Name { get => throw null; } public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken ct) => throw null; } // Generated from `ServiceStack.Script.DefaultScriptBlocks` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class DefaultScriptBlocks : ServiceStack.Script.IScriptPlugin { public DefaultScriptBlocks() => throw null; public void Register(ServiceStack.Script.ScriptContext context) => throw null; } // Generated from `ServiceStack.Script.DefaultScripts` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class DefaultScripts : ServiceStack.Script.ScriptMethods, ServiceStack.Script.IConfigureScriptContext { public bool AND(object lhs, object rhs) => throw null; public int AssertWithinMaxQuota(int value) => throw null; public void Configure(ServiceStack.Script.ScriptContext context) => throw null; public static bool ContainsXss(string text) => throw null; public DefaultScripts() => throw null; public static System.Collections.Generic.List EvaluateWhenSkippingFilterExecution; public static string GetVarNameFromStringOrArrowExpression(string filterName, object argExpr) => throw null; public static ServiceStack.Script.DefaultScripts Instance; public bool IsNullOrWhiteSpace(object target) => throw null; public static bool MatchesStringValue(object target, System.Func match) => throw null; public bool OR(object lhs, object rhs) => throw null; public static System.Collections.Generic.List RemoveNewLinesFor { get => throw null; } public static string TextDump(object target, ServiceStack.TextDumpOptions options) => throw null; public static string TextList(System.Collections.IEnumerable items, ServiceStack.TextDumpOptions options) => throw null; public static string[] XssFragments; public double abs(double value) => throw null; public double acos(double value) => throw null; public object add(object lhs, object rhs) => throw null; public System.DateTime addDays(System.DateTime target, int count) => throw null; public string addHashParams(string url, object urlParams) => throw null; public System.DateTime addHours(System.DateTime target, int count) => throw null; public object addItem(object collection, object value) => throw null; public System.DateTime addMilliseconds(System.DateTime target, int count) => throw null; public System.DateTime addMinutes(System.DateTime target, int count) => throw null; public System.DateTime addMonths(System.DateTime target, int count) => throw null; public string addPath(string target, string pathToAppend) => throw null; public string addPaths(string target, System.Collections.IEnumerable pathsToAppend) => throw null; public string addQueryString(string url, object urlParams) => throw null; public System.DateTime addSeconds(System.DateTime target, int count) => throw null; public System.DateTime addTicks(System.DateTime target, int count) => throw null; public ServiceStack.Script.IgnoreResult addTo(ServiceStack.Script.ScriptScopeContext scope, object value, object argExpr) => throw null; public ServiceStack.Script.IgnoreResult addToGlobal(ServiceStack.Script.ScriptScopeContext scope, object value, object argExpr) => throw null; public ServiceStack.Script.IgnoreResult addToStart(ServiceStack.Script.ScriptScopeContext scope, object value, object argExpr) => throw null; public ServiceStack.Script.IgnoreResult addToStartGlobal(ServiceStack.Script.ScriptScopeContext scope, object value, object argExpr) => throw null; public System.DateTime addYears(System.DateTime target, int count) => throw null; public bool all(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public bool all(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public bool any(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public bool any(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public bool any(ServiceStack.Script.ScriptScopeContext scope, object target) => throw null; public string appSetting(string name) => throw null; public string append(string target, string suffix) => throw null; public string appendFmt(string target, string format, object arg0, object arg1, object arg2) => throw null; public string appendFmt(string target, string format, object arg0, object arg1) => throw null; public string appendFmt(string target, string format, object arg) => throw null; public string appendLine(string target) => throw null; public ServiceStack.Script.IgnoreResult appendTo(ServiceStack.Script.ScriptScopeContext scope, string value, object argExpr) => throw null; public ServiceStack.Script.IgnoreResult appendToGlobal(ServiceStack.Script.ScriptScopeContext scope, string value, object argExpr) => throw null; public string asString(object target) => throw null; public object assign(ServiceStack.Script.ScriptScopeContext scope, string argExpr, object value) => throw null; public object assignError(ServiceStack.Script.ScriptScopeContext scope, string errorBinding) => throw null; public object assignErrorAndContinueExecuting(ServiceStack.Script.ScriptScopeContext scope, string errorBinding) => throw null; public object assignGlobal(ServiceStack.Script.ScriptScopeContext scope, string argExpr, object value) => throw null; public System.Threading.Tasks.Task assignTo(ServiceStack.Script.ScriptScopeContext scope, object argExpr) => throw null; public ServiceStack.Script.IgnoreResult assignTo(ServiceStack.Script.ScriptScopeContext scope, object value, object argExpr) => throw null; public System.Threading.Tasks.Task assignToGlobal(ServiceStack.Script.ScriptScopeContext scope, object argExpr) => throw null; public ServiceStack.Script.IgnoreResult assignToGlobal(ServiceStack.Script.ScriptScopeContext scope, object value, object argExpr) => throw null; public double atan(double value) => throw null; public double atan2(double y, double x) => throw null; public double average(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public double average(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public double average(ServiceStack.Script.ScriptScopeContext scope, object target) => throw null; public System.Threading.Tasks.Task buffer(ServiceStack.Script.ScriptScopeContext scope, object target) => throw null; public string camelCase(string text) => throw null; public object catchError(ServiceStack.Script.ScriptScopeContext scope, string errorBinding) => throw null; public double ceiling(double value) => throw null; public object coerce(string str) => throw null; public int compareTo(string text, string other) => throw null; public string concat(System.Collections.Generic.IEnumerable target) => throw null; public System.Collections.Generic.IEnumerable concat(System.Collections.Generic.IEnumerable target, System.Collections.Generic.IEnumerable items) => throw null; public bool contains(object target, object needle) => throw null; public bool containsXss(object target) => throw null; public string contentType(string fileOrExt) => throw null; public object continueExecutingFiltersOnError(ServiceStack.Script.ScriptScopeContext scope, object ignoreTarget) => throw null; public object continueExecutingFiltersOnError(ServiceStack.Script.ScriptScopeContext scope) => throw null; public double cos(double value) => throw null; public int count(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public int count(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public int count(ServiceStack.Script.ScriptScopeContext scope, object target) => throw null; public ServiceStack.IRawString cssIncludes(System.Collections.IEnumerable cssFiles) => throw null; public System.Threading.Tasks.Task csv(ServiceStack.Script.ScriptScopeContext scope, object items) => throw null; public ServiceStack.IRawString csv(object value) => throw null; public string currency(System.Decimal decimalValue, string culture) => throw null; public string currency(System.Decimal decimalValue) => throw null; public System.DateTime date(int year, int month, int day, int hour, int min, int secs) => throw null; public System.DateTime date(int year, int month, int day) => throw null; public string dateFormat(System.DateTime dateValue, string format) => throw null; public string dateFormat(System.DateTime dateValue) => throw null; public string dateTimeFormat(System.DateTime dateValue) => throw null; public object debugMode(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Decimal decimalAdd(System.Decimal lhs, System.Decimal rhs) => throw null; public System.Decimal decimalDiv(System.Decimal lhs, System.Decimal rhs) => throw null; public System.Decimal decimalMul(System.Decimal lhs, System.Decimal rhs) => throw null; public System.Decimal decimalSub(System.Decimal lhs, System.Decimal rhs) => throw null; public System.Int64 decr(System.Int64 value) => throw null; public System.Int64 decrBy(System.Int64 value, System.Int64 by) => throw null; public System.Int64 decrement(System.Int64 value) => throw null; public System.Int64 decrementBy(System.Int64 value, System.Int64 by) => throw null; public object @default(object returnTarget, object elseReturn) => throw null; public string dirPath(string filePath) => throw null; public System.Collections.Generic.IEnumerable distinct(System.Collections.Generic.IEnumerable items) => throw null; public double div(double lhs, double rhs) => throw null; public double divide(double lhs, double rhs) => throw null; public object @do(ServiceStack.Script.ScriptScopeContext scope, object expression) => throw null; public System.Threading.Tasks.Task @do(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public System.Threading.Tasks.Task @do(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object doIf(object test) => throw null; public object doIf(object ignoreTarget, object test) => throw null; public double doubleAdd(double lhs, double rhs) => throw null; public double doubleDiv(double lhs, double rhs) => throw null; public double doubleMul(double lhs, double rhs) => throw null; public double doubleSub(double lhs, double rhs) => throw null; public System.Threading.Tasks.Task dump(ServiceStack.Script.ScriptScopeContext scope, object items, string jsConfig) => throw null; public System.Threading.Tasks.Task dump(ServiceStack.Script.ScriptScopeContext scope, object items) => throw null; public ServiceStack.IRawString dump(object value) => throw null; public double e() => throw null; public object echo(object value) => throw null; public object elementAt(System.Collections.IEnumerable target, int index) => throw null; public System.Threading.Tasks.Task end(ServiceStack.Script.ScriptScopeContext scope, object ignore) => throw null; public ServiceStack.Script.StopExecution end(object ignore) => throw null; public ServiceStack.Script.StopExecution end() => throw null; public object endIf(object test) => throw null; public object endIf(object returnTarget, bool test) => throw null; public object endIfAll(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object endIfAny(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object endIfDebug(object returnTarget) => throw null; public object endIfEmpty(object target) => throw null; public object endIfEmpty(object ignoreTarget, object target) => throw null; public object endIfError(ServiceStack.Script.ScriptScopeContext scope, object value) => throw null; public object endIfError(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object endIfExists(object target) => throw null; public object endIfExists(object ignoreTarget, object target) => throw null; public object endIfFalsy(object target) => throw null; public object endIfFalsy(object ignoreTarget, object target) => throw null; public object endIfNotEmpty(object target) => throw null; public object endIfNotEmpty(object ignoreTarget, object target) => throw null; public object endIfNotNull(object target) => throw null; public object endIfNotNull(object ignoreTarget, object target) => throw null; public object endIfNull(object target) => throw null; public object endIfNull(object ignoreTarget, object target) => throw null; public object endIfTruthy(object target) => throw null; public object endIfTruthy(object ignoreTarget, object target) => throw null; public object endWhere(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public object endWhere(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public bool endsWith(string text, string needle) => throw null; public object ensureAllArgsNotEmpty(ServiceStack.Script.ScriptScopeContext scope, object args, object options) => throw null; public object ensureAllArgsNotEmpty(ServiceStack.Script.ScriptScopeContext scope, object args) => throw null; public object ensureAllArgsNotNull(ServiceStack.Script.ScriptScopeContext scope, object args, object options) => throw null; public object ensureAllArgsNotNull(ServiceStack.Script.ScriptScopeContext scope, object args) => throw null; public object ensureAnyArgsNotEmpty(ServiceStack.Script.ScriptScopeContext scope, object args, object options) => throw null; public object ensureAnyArgsNotEmpty(ServiceStack.Script.ScriptScopeContext scope, object args) => throw null; public object ensureAnyArgsNotNull(ServiceStack.Script.ScriptScopeContext scope, object args, object options) => throw null; public object ensureAnyArgsNotNull(ServiceStack.Script.ScriptScopeContext scope, object args) => throw null; public bool eq(object target, object other) => throw null; public bool equals(object target, object other) => throw null; public bool equivalentTo(System.Collections.Generic.IEnumerable target, System.Collections.Generic.IEnumerable items) => throw null; public string escapeBackticks(string text) => throw null; public string escapeDoubleQuotes(string text) => throw null; public string escapeNewLines(string text) => throw null; public string escapePrimeQuotes(string text) => throw null; public string escapeSingleQuotes(string text) => throw null; public object eval(ServiceStack.Script.ScriptScopeContext scope, string js) => throw null; public System.Threading.Tasks.Task evalScript(ServiceStack.Script.ScriptScopeContext scope, string source, System.Collections.Generic.Dictionary args) => throw null; public System.Threading.Tasks.Task evalScript(ServiceStack.Script.ScriptScopeContext scope, string source) => throw null; public System.Threading.Tasks.Task evalTemplate(ServiceStack.Script.ScriptScopeContext scope, string source, System.Collections.Generic.Dictionary args) => throw null; public System.Threading.Tasks.Task evalTemplate(ServiceStack.Script.ScriptScopeContext scope, string source) => throw null; public bool every(ServiceStack.Script.ScriptScopeContext scope, System.Collections.IList list, ServiceStack.Script.JsArrowFunctionExpression expression) => throw null; public System.Collections.Generic.IEnumerable except(System.Collections.Generic.IEnumerable target, System.Collections.Generic.IEnumerable items) => throw null; public bool exists(object test) => throw null; public double exp(double value) => throw null; public object falsy(object test, object returnIfFalsy) => throw null; public object field(object target, string fieldName) => throw null; public System.Reflection.FieldInfo[] fieldTypes(object o) => throw null; public System.Collections.Generic.List fields(object o) => throw null; public System.Collections.Generic.List filter(ServiceStack.Script.ScriptScopeContext scope, System.Collections.IList list, ServiceStack.Script.JsArrowFunctionExpression expression) => throw null; public object find(ServiceStack.Script.ScriptScopeContext scope, System.Collections.IList list, ServiceStack.Script.JsArrowFunctionExpression expression) => throw null; public int findIndex(ServiceStack.Script.ScriptScopeContext scope, System.Collections.IList list, ServiceStack.Script.JsArrowFunctionExpression expression) => throw null; public object first(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public object first(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object first(ServiceStack.Script.ScriptScopeContext scope, object target) => throw null; public System.Collections.Generic.List flat(System.Collections.IList list, int depth) => throw null; public System.Collections.Generic.List flat(System.Collections.IList list) => throw null; public System.Collections.Generic.List flatMap(ServiceStack.Script.ScriptScopeContext scope, System.Collections.IList list, ServiceStack.Script.JsArrowFunctionExpression expression, int depth) => throw null; public System.Collections.Generic.List flatMap(ServiceStack.Script.ScriptScopeContext scope, System.Collections.IList list, ServiceStack.Script.JsArrowFunctionExpression expression) => throw null; public System.Collections.Generic.List flatten(object target, int depth) => throw null; public System.Collections.Generic.List flatten(object target) => throw null; public double floor(double value) => throw null; public string fmt(string format, object arg0, object arg1, object arg2) => throw null; public string fmt(string format, object arg0, object arg1) => throw null; public string fmt(string format, object arg) => throw null; public ServiceStack.Script.IgnoreResult forEach(ServiceStack.Script.ScriptScopeContext scope, object target, ServiceStack.Script.JsArrowFunctionExpression arrowExpr) => throw null; public System.Collections.Specialized.NameValueCollection form(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Collections.Generic.Dictionary formDictionary(ServiceStack.Script.ScriptScopeContext scope) => throw null; public string formQuery(ServiceStack.Script.ScriptScopeContext scope, string name) => throw null; public string[] formQueryValues(ServiceStack.Script.ScriptScopeContext scope, string name) => throw null; public string format(object obj, string format) => throw null; public ServiceStack.IRawString formatRaw(object obj, string fmt) => throw null; public System.Char fromCharCode(int charCode) => throw null; public string fromUtf8Bytes(System.Byte[] target) => throw null; public string generateSlug(string phrase) => throw null; public object get(object target, object key) => throw null; public string[] glob(System.Collections.Generic.IEnumerable strings, string pattern) => throw null; public string globln(System.Collections.Generic.IEnumerable strings, string pattern) => throw null; public bool greaterThan(object target, object other) => throw null; public bool greaterThanEqual(object target, object other) => throw null; public System.Collections.Generic.IEnumerable> groupBy(ServiceStack.Script.ScriptScopeContext scope, System.Collections.Generic.IEnumerable items, object expression, object scopeOptions) => throw null; public System.Collections.Generic.IEnumerable> groupBy(ServiceStack.Script.ScriptScopeContext scope, System.Collections.Generic.IEnumerable items, object expression) => throw null; public bool gt(object target, object other) => throw null; public bool gte(object target, object other) => throw null; public bool hasError(ServiceStack.Script.ScriptScopeContext scope) => throw null; public bool hasFlag(System.Enum source, object value) => throw null; public bool hasMaxCount(object target, int maxCount) => throw null; public bool hasMinCount(object target, int minCount) => throw null; public string htmlDecode(string value) => throw null; public string htmlEncode(string value) => throw null; public string httpMethod(ServiceStack.Script.ScriptScopeContext scope) => throw null; public string httpParam(ServiceStack.Script.ScriptScopeContext scope, string name) => throw null; public string httpPathInfo(ServiceStack.Script.ScriptScopeContext scope) => throw null; public string httpRequestUrl(ServiceStack.Script.ScriptScopeContext scope) => throw null; public string humanize(string text) => throw null; public object @if(object test) => throw null; public object @if(object returnTarget, object test) => throw null; public object ifDebug(ServiceStack.Script.ScriptScopeContext scope, object ignoreTarget) => throw null; public object ifDebug(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object ifDo(object test) => throw null; public object ifDo(object ignoreTarget, object test) => throw null; public object ifElse(object returnTarget, object test, object defaultValue) => throw null; public object ifEmpty(object returnTarget, object test) => throw null; public object ifEnd(object ignoreTarget, bool test) => throw null; public object ifEnd(bool test) => throw null; public object ifError(ServiceStack.Script.ScriptScopeContext scope, object ignoreTarget) => throw null; public object ifError(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object ifExists(object target) => throw null; public object ifExists(object returnTarget, object test) => throw null; public object ifFalse(object returnTarget, object test) => throw null; public object ifFalsy(object returnTarget, object test) => throw null; public object ifHttpDelete(ServiceStack.Script.ScriptScopeContext scope, object ignoreTarget) => throw null; public object ifHttpDelete(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object ifHttpGet(ServiceStack.Script.ScriptScopeContext scope, object ignoreTarget) => throw null; public object ifHttpGet(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object ifHttpPatch(ServiceStack.Script.ScriptScopeContext scope, object ignoreTarget) => throw null; public object ifHttpPatch(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object ifHttpPost(ServiceStack.Script.ScriptScopeContext scope, object ignoreTarget) => throw null; public object ifHttpPost(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object ifHttpPut(ServiceStack.Script.ScriptScopeContext scope, object ignoreTarget) => throw null; public object ifHttpPut(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object ifMatchesPathInfo(ServiceStack.Script.ScriptScopeContext scope, object returnTarget, string pathInfo) => throw null; public object ifNo(object returnTarget, object target) => throw null; public object ifNoError(ServiceStack.Script.ScriptScopeContext scope, object value) => throw null; public object ifNoError(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object ifNot(object returnTarget, object test) => throw null; public object ifNotElse(object returnTarget, object test, object defaultValue) => throw null; public object ifNotEmpty(object target) => throw null; public object ifNotEmpty(object returnTarget, object test) => throw null; public object ifNotEnd(object ignoreTarget, bool test) => throw null; public object ifNotEnd(bool test) => throw null; public object ifNotExists(object returnTarget, object test) => throw null; public object ifNotOnly(object ignoreTarget, bool test) => throw null; public object ifNotOnly(bool test) => throw null; public object ifOnly(object ignoreTarget, bool test) => throw null; public object ifOnly(bool test) => throw null; public object ifShow(object test, object useValue) => throw null; public object ifShowRaw(object test, object useValue) => throw null; public object ifThrow(ServiceStack.Script.ScriptScopeContext scope, bool test, string message, object options) => throw null; public object ifThrow(ServiceStack.Script.ScriptScopeContext scope, bool test, string message) => throw null; public object ifThrowArgumentException(ServiceStack.Script.ScriptScopeContext scope, bool test, string message, string paramName, object options) => throw null; public object ifThrowArgumentException(ServiceStack.Script.ScriptScopeContext scope, bool test, string message, object options) => throw null; public object ifThrowArgumentException(ServiceStack.Script.ScriptScopeContext scope, bool test, string message) => throw null; public object ifThrowArgumentNullException(ServiceStack.Script.ScriptScopeContext scope, bool test, string paramName, object options) => throw null; public object ifThrowArgumentNullException(ServiceStack.Script.ScriptScopeContext scope, bool test, string paramName) => throw null; public object ifTrue(object returnTarget, object test) => throw null; public object ifTruthy(object returnTarget, object test) => throw null; public object ifUse(object test, object useValue) => throw null; public object iif(object test, object ifTrue, object ifFalse) => throw null; public object importRequestParams(ServiceStack.Script.ScriptScopeContext scope, System.Collections.IEnumerable onlyImportArgNames) => throw null; public object importRequestParams(ServiceStack.Script.ScriptScopeContext scope) => throw null; public bool includes(System.Collections.IList list, object item, int fromIndex) => throw null; public bool includes(System.Collections.IList list, object item) => throw null; public System.Int64 incr(System.Int64 value) => throw null; public System.Int64 incrBy(System.Int64 value, System.Int64 by) => throw null; public System.Int64 increment(System.Int64 value) => throw null; public System.Int64 incrementBy(System.Int64 value, System.Int64 by) => throw null; public string indent() => throw null; public ServiceStack.IRawString indentJson(object value, string jsconfig) => throw null; public ServiceStack.IRawString indentJson(object value) => throw null; public string indents(int count) => throw null; public int indexOf(object target, object item, int startIndex) => throw null; public int indexOf(object target, object item) => throw null; public bool instanceOf(object target, object type) => throw null; public int intAdd(int lhs, int rhs) => throw null; public int intDiv(int lhs, int rhs) => throw null; public int intMul(int lhs, int rhs) => throw null; public int intSub(int lhs, int rhs) => throw null; public System.Collections.Generic.IEnumerable intersect(System.Collections.Generic.IEnumerable target, System.Collections.Generic.IEnumerable items) => throw null; public bool isAnonObject(object target) => throw null; public bool isArray(object target) => throw null; public bool isBinary(string fileOrExt) => throw null; public bool isBool(object target) => throw null; public bool isByte(object target) => throw null; public bool isBytes(object target) => throw null; public bool isChar(object target) => throw null; public bool isChars(object target) => throw null; public bool isClass(object target) => throw null; public bool isDecimal(object target) => throw null; public bool isDictionary(object target) => throw null; public bool isDouble(object target) => throw null; public bool isDto(object target) => throw null; public bool isEmpty(object target) => throw null; public bool isEnum(object target) => throw null; public bool isEnum(System.Enum source, object value) => throw null; public bool isEnumerable(object target) => throw null; public bool isEven(int value) => throw null; public static bool isFalsy(object target) => throw null; public bool isFloat(object target) => throw null; public bool isHttpDelete(ServiceStack.Script.ScriptScopeContext scope) => throw null; public bool isHttpGet(ServiceStack.Script.ScriptScopeContext scope) => throw null; public bool isHttpPatch(ServiceStack.Script.ScriptScopeContext scope) => throw null; public bool isHttpPost(ServiceStack.Script.ScriptScopeContext scope) => throw null; public bool isHttpPut(ServiceStack.Script.ScriptScopeContext scope) => throw null; public bool isInfinity(double value) => throw null; public bool isInt(object target) => throw null; public bool isInteger(object target) => throw null; public bool isKeyValuePair(object target) => throw null; public bool isList(object target) => throw null; public bool isLong(object target) => throw null; public bool isNaN(double value) => throw null; public bool isNegative(double value) => throw null; public bool isNotNull(object test) => throw null; public bool isNull(object test) => throw null; public bool isNumber(object target) => throw null; public bool isObjectDictionary(object target) => throw null; public bool isOdd(int value) => throw null; public bool isPositive(double value) => throw null; public bool isRealNumber(object target) => throw null; public bool isString(object target) => throw null; public bool isStringDictionary(object target) => throw null; public static bool isTrue(object target) => throw null; public static bool isTruthy(object target) => throw null; public bool isTuple(object target) => throw null; public bool isType(object target, string typeName) => throw null; public bool isValueType(object target) => throw null; public bool isZero(double value) => throw null; public System.Collections.Generic.List itemsOf(int count, object target) => throw null; public string join(System.Collections.Generic.IEnumerable values, string delimiter) => throw null; public string join(System.Collections.Generic.IEnumerable values) => throw null; public string joinln(System.Collections.Generic.IEnumerable values) => throw null; public ServiceStack.IRawString jsIncludes(System.Collections.IEnumerable jsFiles) => throw null; public ServiceStack.IRawString jsQuotedString(string text) => throw null; public ServiceStack.IRawString jsString(string text) => throw null; public System.Threading.Tasks.Task json(ServiceStack.Script.ScriptScopeContext scope, object items, string jsConfig) => throw null; public System.Threading.Tasks.Task json(ServiceStack.Script.ScriptScopeContext scope, object items) => throw null; public ServiceStack.IRawString json(object value, string jsconfig) => throw null; public ServiceStack.IRawString json(object value) => throw null; public ServiceStack.Text.JsonArrayObjects jsonToArrayObjects(string json) => throw null; public ServiceStack.Text.JsonObject jsonToObject(string json) => throw null; public System.Collections.Generic.Dictionary jsonToObjectDictionary(string json) => throw null; public System.Collections.Generic.Dictionary jsonToStringDictionary(string json) => throw null; public System.Threading.Tasks.Task jsv(ServiceStack.Script.ScriptScopeContext scope, object items, string jsConfig) => throw null; public System.Threading.Tasks.Task jsv(ServiceStack.Script.ScriptScopeContext scope, object items) => throw null; public ServiceStack.IRawString jsv(object value, string jsconfig) => throw null; public ServiceStack.IRawString jsv(object value) => throw null; public System.Collections.Generic.Dictionary jsvToObjectDictionary(string json) => throw null; public System.Collections.Generic.Dictionary jsvToStringDictionary(string json) => throw null; public string kebabCase(string text) => throw null; public System.Collections.Generic.KeyValuePair keyValuePair(string key, object value) => throw null; public System.Collections.ICollection keys(object target) => throw null; public object last(ServiceStack.Script.ScriptScopeContext scope, object target) => throw null; public System.Exception lastError(ServiceStack.Script.ScriptScopeContext scope) => throw null; public string lastErrorMessage(ServiceStack.Script.ScriptScopeContext scope) => throw null; public string lastErrorStackTrace(ServiceStack.Script.ScriptScopeContext scope) => throw null; public int lastIndexOf(object target, object item, int startIndex) => throw null; public int lastIndexOf(object target, object item) => throw null; public string lastLeftPart(string text, string needle) => throw null; public string lastRightPart(string text, string needle) => throw null; public string leftPart(string text, string needle) => throw null; public int length(object target) => throw null; public bool lessThan(object target, object other) => throw null; public bool lessThanEqual(object target, object other) => throw null; public object let(ServiceStack.Script.ScriptScopeContext scope, object target, object scopeBindings) => throw null; public System.Collections.Generic.IEnumerable limit(ServiceStack.Script.ScriptScopeContext scope, System.Collections.Generic.IEnumerable original, object skipOrBinding, object takeOrBinding) => throw null; public double log(double value) => throw null; public double log(double a, double newBase) => throw null; public double log10(double value) => throw null; public double log2(double value) => throw null; public System.Int64 longAdd(System.Int64 lhs, System.Int64 rhs) => throw null; public System.Int64 longDiv(System.Int64 lhs, System.Int64 rhs) => throw null; public System.Int64 longMul(System.Int64 lhs, System.Int64 rhs) => throw null; public System.Int64 longSub(System.Int64 lhs, System.Int64 rhs) => throw null; public string lower(string text) => throw null; public bool lt(object target, object other) => throw null; public bool lte(object target, object other) => throw null; public object map(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public object map(ServiceStack.Script.ScriptScopeContext scope, object items, object expression) => throw null; public bool matchesPathInfo(ServiceStack.Script.ScriptScopeContext scope, string pathInfo) => throw null; public object max(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public object max(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object max(ServiceStack.Script.ScriptScopeContext scope, object target) => throw null; public object merge(object sources) => throw null; public object merge(System.Collections.Generic.IDictionary target, object sources) => throw null; public object min(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public object min(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object min(ServiceStack.Script.ScriptScopeContext scope, object target) => throw null; public System.Int64 mod(System.Int64 value, System.Int64 divisor) => throw null; public object mul(object lhs, object rhs) => throw null; public object multiply(object lhs, object rhs) => throw null; public System.Collections.Generic.List navItems(string key) => throw null; public System.Collections.Generic.List navItems() => throw null; public string newLine(string target) => throw null; public string newLine() => throw null; public string newLines(int count) => throw null; public System.Guid nguid() => throw null; public bool not(object target, object other) => throw null; public bool not(bool target) => throw null; public bool notEquals(object target, object other) => throw null; public System.DateTime now() => throw null; public System.DateTimeOffset nowOffset() => throw null; public System.Collections.IEnumerable of(ServiceStack.Script.ScriptScopeContext scope, System.Collections.IEnumerable target, object scopeOptions) => throw null; public object onlyIf(object test) => throw null; public object onlyIf(object returnTarget, bool test) => throw null; public object onlyIfAll(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object onlyIfAny(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object onlyIfDebug(object returnTarget) => throw null; public object onlyIfEmpty(object target) => throw null; public object onlyIfEmpty(object ignoreTarget, object target) => throw null; public object onlyIfExists(object target) => throw null; public object onlyIfExists(object ignoreTarget, object target) => throw null; public object onlyIfFalsy(object target) => throw null; public object onlyIfFalsy(object ignoreTarget, object target) => throw null; public object onlyIfNotEmpty(object target) => throw null; public object onlyIfNotEmpty(object ignoreTarget, object target) => throw null; public object onlyIfNotNull(object target) => throw null; public object onlyIfNotNull(object ignoreTarget, object target) => throw null; public object onlyIfNull(object target) => throw null; public object onlyIfNull(object ignoreTarget, object target) => throw null; public object onlyIfTruthy(object target) => throw null; public object onlyIfTruthy(object ignoreTarget, object target) => throw null; public object onlyWhere(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public object onlyWhere(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public System.Collections.Generic.IEnumerable orderBy(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public System.Collections.Generic.IEnumerable orderBy(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public System.Collections.Generic.IEnumerable orderByDesc(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public System.Collections.Generic.IEnumerable orderByDesc(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public System.Collections.Generic.IEnumerable orderByDescending(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public System.Collections.Generic.IEnumerable orderByDescending(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public static System.Collections.Generic.IEnumerable orderByInternal(string filterName, ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public object otherwise(object returnTarget, object elseReturn) => throw null; public object ownProps(System.Collections.Generic.IEnumerable> target) => throw null; public string padLeft(string text, int totalWidth, System.Char padChar) => throw null; public string padLeft(string text, int totalWidth) => throw null; public string padRight(string text, int totalWidth, System.Char padChar) => throw null; public string padRight(string text, int totalWidth) => throw null; public System.Collections.Generic.KeyValuePair pair(string key, object value) => throw null; public System.Collections.Generic.IEnumerable> parseAsKeyValues(string target, string delimiter) => throw null; public System.Collections.Generic.IEnumerable> parseAsKeyValues(string target) => throw null; public System.Collections.Generic.List> parseCsv(string csv) => throw null; public object parseJson(string json) => throw null; public System.Collections.Generic.Dictionary parseKeyValueText(string target, string delimiter) => throw null; public System.Collections.Generic.Dictionary parseKeyValueText(string target) => throw null; public System.Collections.Generic.List> parseKeyValues(string keyValuesText, string delimiter) => throw null; public System.Collections.Generic.List> parseKeyValues(string keyValuesText) => throw null; public System.Threading.Tasks.Task partial(ServiceStack.Script.ScriptScopeContext scope, object target, object scopedParams) => throw null; public System.Threading.Tasks.Task partial(ServiceStack.Script.ScriptScopeContext scope, object target) => throw null; public string pascalCase(string text) => throw null; public ServiceStack.IRawString pass(string target) => throw null; public double pi() => throw null; public object pop(System.Collections.IList list) => throw null; public double pow(double x, double y) => throw null; public ServiceStack.Script.IgnoreResult prependTo(ServiceStack.Script.ScriptScopeContext scope, string value, object argExpr) => throw null; public ServiceStack.Script.IgnoreResult prependToGlobal(ServiceStack.Script.ScriptScopeContext scope, string value, object argExpr) => throw null; public System.Reflection.PropertyInfo[] propTypes(object o) => throw null; public object property(object target, string propertyName) => throw null; public System.Collections.Generic.List props(object o) => throw null; public int push(System.Collections.IList list, object item) => throw null; public object putItem(System.Collections.IDictionary dictionary, object key, object value) => throw null; public System.Collections.Specialized.NameValueCollection qs(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Collections.Specialized.NameValueCollection query(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Collections.Generic.Dictionary queryDictionary(ServiceStack.Script.ScriptScopeContext scope) => throw null; public string queryString(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Collections.Generic.IEnumerable range(int start, int count) => throw null; public System.Collections.Generic.IEnumerable range(int count) => throw null; public ServiceStack.IRawString raw(object value) => throw null; public object rawBodyAsJson(ServiceStack.Script.ScriptScopeContext scope) => throw null; public string rawBodyAsString(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Collections.Generic.IEnumerable readLines(string contents) => throw null; public object reduce(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public object reduce(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object remove(object target, object keysToRemove) => throw null; public object removeKeyFromDictionary(System.Collections.IDictionary dictionary, object keyToRemove) => throw null; public string repeat(string text, int times) => throw null; public string repeating(int times, string text) => throw null; public string replace(string text, string oldValue, string newValue) => throw null; public System.IO.Stream requestBody(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Threading.Tasks.Task requestBodyAsJson(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Threading.Tasks.Task requestBodyAsString(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object resolveArg(ServiceStack.Script.ScriptScopeContext scope, string name) => throw null; public string resolveAsset(ServiceStack.Script.ScriptScopeContext scope, string virtualPath) => throw null; public object resolveContextArg(ServiceStack.Script.ScriptScopeContext scope, string name) => throw null; public object resolveGlobal(ServiceStack.Script.ScriptScopeContext scope, string name) => throw null; public object resolvePageArg(ServiceStack.Script.ScriptScopeContext scope, string name) => throw null; public ServiceStack.Script.StopExecution @return(ServiceStack.Script.ScriptScopeContext scope, object returnValue, System.Collections.Generic.Dictionary returnArgs) => throw null; public ServiceStack.Script.StopExecution @return(ServiceStack.Script.ScriptScopeContext scope, object returnValue) => throw null; public ServiceStack.Script.StopExecution @return(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Collections.Generic.IEnumerable reverse(ServiceStack.Script.ScriptScopeContext scope, System.Collections.Generic.IEnumerable original) => throw null; public string rightPart(string text, string needle) => throw null; public double round(double value, int decimals) => throw null; public double round(double value) => throw null; public object scopeVars(object target) => throw null; public System.Threading.Tasks.Task select(ServiceStack.Script.ScriptScopeContext scope, object target, object selectTemplate, object scopeOptions) => throw null; public System.Threading.Tasks.Task select(ServiceStack.Script.ScriptScopeContext scope, object target, object selectTemplate) => throw null; public System.Threading.Tasks.Task selectEach(ServiceStack.Script.ScriptScopeContext scope, object target, object items, object scopeOptions) => throw null; public System.Threading.Tasks.Task selectEach(ServiceStack.Script.ScriptScopeContext scope, object target, object items) => throw null; public object selectFields(object target, object names) => throw null; public System.Threading.Tasks.Task selectPartial(ServiceStack.Script.ScriptScopeContext scope, object target, string pageName, object scopedParams) => throw null; public System.Threading.Tasks.Task selectPartial(ServiceStack.Script.ScriptScopeContext scope, object target, string pageName) => throw null; public bool sequenceEquals(System.Collections.IEnumerable a, System.Collections.IEnumerable b) => throw null; public string setHashParams(string url, object urlParams) => throw null; public string setQueryString(string url, object urlParams) => throw null; public object shift(System.Collections.IList list) => throw null; public object show(object ignoreTarget, object useValue) => throw null; public object showFmt(object ignoreTarget, string format, object arg1, object arg2, object arg3) => throw null; public object showFmt(object ignoreTarget, string format, object arg1, object arg2) => throw null; public object showFmt(object ignoreTarget, string format, object arg) => throw null; public ServiceStack.IRawString showFmtRaw(object ignoreTarget, string format, object arg1, object arg2, object arg3) => throw null; public ServiceStack.IRawString showFmtRaw(object ignoreTarget, string format, object arg1, object arg2) => throw null; public ServiceStack.IRawString showFmtRaw(object ignoreTarget, string format, object arg) => throw null; public object showFormat(object ignoreTarget, object arg, string fmt) => throw null; public object showIf(object useValue, object test) => throw null; public object showIfExists(object useValue, object test) => throw null; public ServiceStack.IRawString showRaw(object ignoreTarget, string content) => throw null; public int sign(double value) => throw null; public double sin(double value) => throw null; public double sinh(double value) => throw null; public System.Collections.Generic.IEnumerable skip(ServiceStack.Script.ScriptScopeContext scope, System.Collections.Generic.IEnumerable original, object countOrBinding) => throw null; public object skipExecutingFiltersOnError(ServiceStack.Script.ScriptScopeContext scope, object ignoreTarget) => throw null; public object skipExecutingFiltersOnError(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Collections.Generic.IEnumerable skipWhile(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public System.Collections.Generic.IEnumerable skipWhile(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public System.Collections.Generic.List slice(System.Collections.IList list, int begin, int end) => throw null; public System.Collections.Generic.List slice(System.Collections.IList list, int begin) => throw null; public System.Collections.Generic.List slice(System.Collections.IList list) => throw null; public string snakeCase(string text) => throw null; public bool some(ServiceStack.Script.ScriptScopeContext scope, System.Collections.IList list, ServiceStack.Script.JsArrowFunctionExpression expression) => throw null; public System.Collections.Generic.List sort(System.Collections.Generic.List list) => throw null; public string space() => throw null; public string spaces(int count) => throw null; public object splice(System.Collections.IList list, int removeAt) => throw null; public System.Collections.Generic.List splice(System.Collections.IList list, int removeAt, int deleteCount, System.Collections.Generic.List insertItems) => throw null; public System.Collections.Generic.List splice(System.Collections.IList list, int removeAt, int deleteCount) => throw null; public string[] split(string stringList, object delimiter) => throw null; public string[] split(string stringList) => throw null; public string splitCase(string text) => throw null; public static string[] splitLines(string contents) => throw null; public string[] splitOnFirst(string text, string needle) => throw null; public string[] splitOnLast(string text, string needle) => throw null; public System.Collections.Generic.List splitStringList(System.Collections.IEnumerable strings) => throw null; public double sqrt(double value) => throw null; public bool startsWith(string text, string needle) => throw null; public bool startsWithPathInfo(ServiceStack.Script.ScriptScopeContext scope, string pathInfo) => throw null; public System.Reflection.FieldInfo[] staticFieldTypes(object o) => throw null; public System.Collections.Generic.List staticFields(object o) => throw null; public System.Reflection.PropertyInfo[] staticPropTypes(object o) => throw null; public System.Collections.Generic.List staticProps(object o) => throw null; public System.Collections.Generic.List step(System.Collections.IEnumerable target, object scopeOptions) => throw null; public object sub(object lhs, object rhs) => throw null; public string substring(string text, int startIndex, int length) => throw null; public string substring(string text, int startIndex) => throw null; public string substringWithElipsis(string text, int startIndex, int length) => throw null; public string substringWithElipsis(string text, int length) => throw null; public string substringWithEllipsis(string text, int startIndex, int length) => throw null; public string substringWithEllipsis(string text, int length) => throw null; public object subtract(object lhs, object rhs) => throw null; public object sum(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public object sum(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object sum(ServiceStack.Script.ScriptScopeContext scope, object target) => throw null; public object sync(object value) => throw null; public System.Collections.Generic.IEnumerable take(ServiceStack.Script.ScriptScopeContext scope, System.Collections.Generic.IEnumerable original, object countOrBinding) => throw null; public System.Collections.Generic.IEnumerable takeWhile(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public System.Collections.Generic.IEnumerable takeWhile(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public double tan(double value) => throw null; public double tanh(double value) => throw null; public ServiceStack.IRawString textDump(object target, System.Collections.Generic.Dictionary options) => throw null; public ServiceStack.IRawString textDump(object target) => throw null; public ServiceStack.IRawString textList(System.Collections.IEnumerable target, System.Collections.Generic.Dictionary options) => throw null; public ServiceStack.IRawString textList(System.Collections.IEnumerable target) => throw null; public string textStyle(string text, string headerStyle) => throw null; public System.Collections.Generic.IEnumerable thenBy(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public System.Collections.Generic.IEnumerable thenBy(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public System.Collections.Generic.IEnumerable thenByDescending(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public System.Collections.Generic.IEnumerable thenByDescending(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public static System.Collections.Generic.IEnumerable thenByInternal(string filterName, ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public object @throw(ServiceStack.Script.ScriptScopeContext scope, string message, object options) => throw null; public object @throw(ServiceStack.Script.ScriptScopeContext scope, string message) => throw null; public object throwArgumentException(ServiceStack.Script.ScriptScopeContext scope, string message, string options) => throw null; public object throwArgumentException(ServiceStack.Script.ScriptScopeContext scope, string message) => throw null; public object throwArgumentNullException(ServiceStack.Script.ScriptScopeContext scope, string paramName, object options) => throw null; public object throwArgumentNullException(ServiceStack.Script.ScriptScopeContext scope, string paramName) => throw null; public object throwArgumentNullExceptionIf(ServiceStack.Script.ScriptScopeContext scope, string paramName, bool test, object options) => throw null; public object throwArgumentNullExceptionIf(ServiceStack.Script.ScriptScopeContext scope, string paramName, bool test) => throw null; public System.Threading.Tasks.Task throwAsync(ServiceStack.Script.ScriptScopeContext scope, string message, object options) => throw null; public System.Threading.Tasks.Task throwAsync(ServiceStack.Script.ScriptScopeContext scope, string message) => throw null; public object throwFileNotFoundException(ServiceStack.Script.ScriptScopeContext scope, string message, object options) => throw null; public object throwFileNotFoundException(ServiceStack.Script.ScriptScopeContext scope, string message) => throw null; public object throwIf(ServiceStack.Script.ScriptScopeContext scope, string message, bool test, object options) => throw null; public object throwIf(ServiceStack.Script.ScriptScopeContext scope, string message, bool test) => throw null; public object throwNotImplementedException(ServiceStack.Script.ScriptScopeContext scope, string message, object options) => throw null; public object throwNotImplementedException(ServiceStack.Script.ScriptScopeContext scope, string message) => throw null; public object throwNotSupportedException(ServiceStack.Script.ScriptScopeContext scope, string message, object options) => throw null; public object throwNotSupportedException(ServiceStack.Script.ScriptScopeContext scope, string message) => throw null; public object throwOptimisticConcurrencyException(ServiceStack.Script.ScriptScopeContext scope, string message, object options) => throw null; public object throwOptimisticConcurrencyException(ServiceStack.Script.ScriptScopeContext scope, string message) => throw null; public object throwUnauthorizedAccessException(ServiceStack.Script.ScriptScopeContext scope, string message, object options) => throw null; public object throwUnauthorizedAccessException(ServiceStack.Script.ScriptScopeContext scope, string message) => throw null; public System.TimeSpan time(int hours, int mins, int secs) => throw null; public System.TimeSpan time(int days, int hours, int mins, int secs) => throw null; public string timeFormat(System.TimeSpan timeValue, string format) => throw null; public string timeFormat(System.TimeSpan timeValue) => throw null; public System.Collections.Generic.List times(int count) => throw null; public string titleCase(string text) => throw null; public System.Threading.Tasks.Task to(ServiceStack.Script.ScriptScopeContext scope, object argExpr) => throw null; public ServiceStack.Script.IgnoreResult to(ServiceStack.Script.ScriptScopeContext scope, object value, object argExpr) => throw null; public object[] toArray(System.Collections.IEnumerable target) => throw null; public bool toBool(object target) => throw null; public System.Byte toByte(object target) => throw null; public System.Char toChar(object target) => throw null; public int toCharCode(object target) => throw null; public System.Char[] toChars(object target) => throw null; public System.Collections.Generic.Dictionary toCoercedDictionary(object target) => throw null; public System.DateTime toDateTime(object target) => throw null; public System.Decimal toDecimal(object target) => throw null; public System.Collections.Generic.Dictionary toDictionary(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public System.Collections.Generic.Dictionary toDictionary(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public double toDouble(object target) => throw null; public float toFloat(object target) => throw null; public System.Threading.Tasks.Task toGlobal(ServiceStack.Script.ScriptScopeContext scope, object argExpr) => throw null; public ServiceStack.Script.IgnoreResult toGlobal(ServiceStack.Script.ScriptScopeContext scope, object value, object argExpr) => throw null; public int toInt(object target) => throw null; public System.Collections.Generic.List toKeys(object target) => throw null; public System.Collections.Generic.List toList(System.Collections.IEnumerable target) => throw null; public System.Int64 toLong(object target) => throw null; public System.Collections.Generic.Dictionary toObjectDictionary(object target) => throw null; public string toQueryString(object keyValuePairs) => throw null; public string toString(object target) => throw null; public System.Collections.Generic.Dictionary toStringDictionary(System.Collections.IDictionary map) => throw null; public System.Collections.Generic.List toStringList(System.Collections.IEnumerable target) => throw null; public System.TimeSpan toTimeSpan(object target) => throw null; public System.Byte[] toUtf8Bytes(string target) => throw null; public System.Collections.Generic.List toValues(object target) => throw null; public System.Collections.Generic.List toVarNames(System.Collections.IEnumerable names) => throw null; public string trim(string text, System.Char c) => throw null; public string trim(string text) => throw null; public string trimEnd(string text, System.Char c) => throw null; public string trimEnd(string text) => throw null; public string trimStart(string text, System.Char c) => throw null; public string trimStart(string text) => throw null; public double truncate(double value) => throw null; public object truthy(object test, object returnIfTruthy) => throw null; public ServiceStack.IRawString typeFullName(object target) => throw null; public ServiceStack.IRawString typeName(object target) => throw null; public System.Collections.Generic.IEnumerable union(System.Collections.Generic.IEnumerable target, System.Collections.Generic.IEnumerable items) => throw null; public object unless(object returnTarget, object test) => throw null; public object unlessElse(object returnTarget, object test, object defaultValue) => throw null; public object unshift(System.Collections.IList list, object item) => throw null; public object unwrap(object value) => throw null; public string upper(string text) => throw null; public string urlDecode(string value) => throw null; public string urlEncode(string value, bool upperCase) => throw null; public string urlEncode(string value) => throw null; public object use(object ignoreTarget, object useValue) => throw null; public object useFmt(object ignoreTarget, string format, object arg1, object arg2, object arg3) => throw null; public object useFmt(object ignoreTarget, string format, object arg1, object arg2) => throw null; public object useFmt(object ignoreTarget, string format, object arg) => throw null; public object useFormat(object ignoreTarget, object arg, string fmt) => throw null; public object useIf(object useValue, object test) => throw null; public System.DateTime utcNow() => throw null; public System.DateTimeOffset utcNowOffset() => throw null; public System.Collections.ICollection values(object target) => throw null; public object when(object returnTarget, object test) => throw null; public System.Collections.Generic.IEnumerable where(ServiceStack.Script.ScriptScopeContext scope, object target, object expression, object scopeOptions) => throw null; public System.Collections.Generic.IEnumerable where(ServiceStack.Script.ScriptScopeContext scope, object target, object expression) => throw null; public object withKeys(System.Collections.Generic.IDictionary target, object keys) => throw null; public object withoutEmptyValues(object target) => throw null; public object withoutKeys(System.Collections.Generic.IDictionary target, object keys) => throw null; public object withoutNullValues(object target) => throw null; public ServiceStack.Script.IgnoreResult write(ServiceStack.Script.ScriptScopeContext scope, object value) => throw null; public ServiceStack.Script.IgnoreResult writeln(ServiceStack.Script.ScriptScopeContext scope, object value) => throw null; public System.Threading.Tasks.Task xml(ServiceStack.Script.ScriptScopeContext scope, object items) => throw null; public System.Collections.Generic.List zip(ServiceStack.Script.ScriptScopeContext scope, System.Collections.IEnumerable original, object itemsOrBinding) => throw null; } // Generated from `ServiceStack.Script.DefnScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class DefnScriptBlock : ServiceStack.Script.ScriptBlock { public override ServiceStack.Script.ScriptLanguage Body { get => throw null; } public DefnScriptBlock() => throw null; public override string Name { get => throw null; } public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.DirectoryScripts` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class DirectoryScripts : ServiceStack.Script.IOScript { public ServiceStack.Script.IgnoreResult Copy(string from, string to) => throw null; public static void CopyAllTo(string src, string dst, string[] excludePaths = default(string[])) => throw null; public ServiceStack.Script.IgnoreResult CreateDirectory(string path) => throw null; public ServiceStack.Script.IgnoreResult Delete(string path) => throw null; public DirectoryScripts() => throw null; public bool Exists(string path) => throw null; public string GetCurrentDirectory() => throw null; public string[] GetDirectories(string path) => throw null; public string GetDirectoryRoot(string path) => throw null; public string[] GetFileSystemEntries(string path) => throw null; public string[] GetFiles(string path) => throw null; public string[] GetLogicalDrives() => throw null; public System.IO.DirectoryInfo GetParent(string path) => throw null; public ServiceStack.Script.IgnoreResult Move(string from, string to) => throw null; } // Generated from `ServiceStack.Script.EachScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class EachScriptBlock : ServiceStack.Script.ScriptBlock { public EachScriptBlock() => throw null; public override string Name { get => throw null; } public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.EvalScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class EvalScriptBlock : ServiceStack.Script.ScriptBlock { public override ServiceStack.Script.ScriptLanguage Body { get => throw null; } public EvalScriptBlock() => throw null; public override string Name { get => throw null; } public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.FileScripts` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class FileScripts : ServiceStack.Script.IOScript { public ServiceStack.Script.IgnoreResult AppendAllLines(string path, string[] lines) => throw null; public ServiceStack.Script.IgnoreResult AppendAllText(string path, string text) => throw null; public ServiceStack.Script.IgnoreResult Copy(string from, string to) => throw null; public ServiceStack.Script.IgnoreResult Create(string path) => throw null; public ServiceStack.Script.IgnoreResult Decrypt(string path) => throw null; public ServiceStack.Script.IgnoreResult Delete(string path) => throw null; public ServiceStack.Script.IgnoreResult Encrypt(string path) => throw null; public bool Exists(string path) => throw null; public FileScripts() => throw null; public ServiceStack.Script.IgnoreResult Move(string from, string to) => throw null; public System.Byte[] ReadAllBytes(string path) => throw null; public string[] ReadAllLines(string path) => throw null; public string ReadAllText(string path) => throw null; public ServiceStack.Script.IgnoreResult Replace(string from, string to, string backup) => throw null; public ServiceStack.Script.IgnoreResult WriteAllBytes(string path, System.Byte[] bytes) => throw null; public ServiceStack.Script.IgnoreResult WriteAllLines(string path, string[] lines) => throw null; public ServiceStack.Script.IgnoreResult WriteAllText(string path, string text) => throw null; } // Generated from `ServiceStack.Script.FunctionScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class FunctionScriptBlock : ServiceStack.Script.ScriptBlock { public override ServiceStack.Script.ScriptLanguage Body { get => throw null; } public FunctionScriptBlock() => throw null; public override string Name { get => throw null; } public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.GitHubPlugin` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GitHubPlugin : ServiceStack.Script.IScriptPlugin { public GitHubPlugin() => throw null; public void Register(ServiceStack.Script.ScriptContext context) => throw null; } // Generated from `ServiceStack.Script.GitHubScripts` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class GitHubScripts : ServiceStack.Script.ScriptMethods { public GitHubScripts() => throw null; public ServiceStack.IO.GistVirtualFiles gistVirtualFiles(string gistId, string accessToken) => throw null; public ServiceStack.IO.GistVirtualFiles gistVirtualFiles(string gistId) => throw null; public ServiceStack.Script.IgnoreResult githuDeleteGistFiles(ServiceStack.GitHubGateway gateway, string gistId, string filePath) => throw null; public ServiceStack.Script.IgnoreResult githuDeleteGistFiles(ServiceStack.GitHubGateway gateway, string gistId, System.Collections.Generic.IEnumerable filePaths) => throw null; public ServiceStack.GithubGist githubCreateGist(ServiceStack.GitHubGateway gateway, string description, System.Collections.Generic.Dictionary files) => throw null; public ServiceStack.GithubGist githubCreatePrivateGist(ServiceStack.GitHubGateway gateway, string description, System.Collections.Generic.Dictionary files) => throw null; public ServiceStack.GitHubGateway githubGateway(string accessToken) => throw null; public ServiceStack.GitHubGateway githubGateway() => throw null; public ServiceStack.GithubGist githubGist(ServiceStack.GitHubGateway gateway, string gistId) => throw null; public System.Collections.Generic.List githubOrgRepos(ServiceStack.GitHubGateway gateway, string githubOrg) => throw null; public System.Threading.Tasks.Task githubSourceRepos(ServiceStack.GitHubGateway gateway, string orgName) => throw null; public string githubSourceZipUrl(ServiceStack.GitHubGateway gateway, string orgNames, string name) => throw null; public System.Threading.Tasks.Task githubUserAndOrgRepos(ServiceStack.GitHubGateway gateway, string githubOrgOrUser) => throw null; public System.Collections.Generic.List githubUserRepos(ServiceStack.GitHubGateway gateway, string githubUser) => throw null; public ServiceStack.Script.IgnoreResult githubWriteGistFile(ServiceStack.GitHubGateway gateway, string gistId, string filePath, string contents) => throw null; public ServiceStack.Script.IgnoreResult githubWriteGistFiles(ServiceStack.GitHubGateway gateway, string gistId, System.Collections.Generic.Dictionary gistFiles) => throw null; } // Generated from `ServiceStack.Script.HtmlPageFormat` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class HtmlPageFormat : ServiceStack.Script.PageFormat { public static System.Threading.Tasks.Task HtmlEncodeTransformer(System.IO.Stream stream) => throw null; public static string HtmlEncodeValue(object value) => throw null; public virtual object HtmlExpressionException(ServiceStack.Script.PageResult result, System.Exception ex) => throw null; public HtmlPageFormat() => throw null; public ServiceStack.Script.SharpPage HtmlResolveLayout(ServiceStack.Script.SharpPage page) => throw null; } // Generated from `ServiceStack.Script.HtmlScriptBlocks` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class HtmlScriptBlocks : ServiceStack.Script.IScriptPlugin { public HtmlScriptBlocks() => throw null; public void Register(ServiceStack.Script.ScriptContext context) => throw null; } // Generated from `ServiceStack.Script.HtmlScripts` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class HtmlScripts : ServiceStack.Script.ScriptMethods, ServiceStack.Script.IConfigureScriptContext { public void Configure(ServiceStack.Script.ScriptContext context) => throw null; public static System.Collections.Generic.List EvaluateWhenSkippingFilterExecution; public static string HtmlDump(object target, ServiceStack.HtmlDumpOptions options) => throw null; public static string HtmlList(System.Collections.IEnumerable items, ServiceStack.HtmlDumpOptions options) => throw null; public HtmlScripts() => throw null; public static System.Collections.Generic.HashSet VoidElements { get => throw null; } public ServiceStack.IRawString htmlA(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlA(System.Collections.Generic.Dictionary attrs) => throw null; public string htmlAddClass(object target, string name) => throw null; public ServiceStack.IRawString htmlAttrs(object target) => throw null; public string htmlAttrsList(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlB(string text) => throw null; public ServiceStack.IRawString htmlB(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlButton(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlButton(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlClass(object target) => throw null; public string htmlClassList(object target) => throw null; public ServiceStack.IRawString htmlDiv(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlDiv(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlDump(object target, System.Collections.Generic.Dictionary options) => throw null; public ServiceStack.IRawString htmlDump(object target) => throw null; public ServiceStack.IRawString htmlEm(string text) => throw null; public ServiceStack.IRawString htmlEm(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlError(ServiceStack.Script.ScriptScopeContext scope, System.Exception ex, object options) => throw null; public ServiceStack.IRawString htmlError(ServiceStack.Script.ScriptScopeContext scope, System.Exception ex) => throw null; public ServiceStack.IRawString htmlError(ServiceStack.Script.ScriptScopeContext scope) => throw null; public ServiceStack.IRawString htmlErrorDebug(ServiceStack.Script.ScriptScopeContext scope, object ex) => throw null; public ServiceStack.IRawString htmlErrorDebug(ServiceStack.Script.ScriptScopeContext scope, System.Exception ex, object options) => throw null; public ServiceStack.IRawString htmlErrorDebug(ServiceStack.Script.ScriptScopeContext scope) => throw null; public ServiceStack.IRawString htmlErrorMessage(System.Exception ex, object options) => throw null; public ServiceStack.IRawString htmlErrorMessage(System.Exception ex) => throw null; public ServiceStack.IRawString htmlErrorMessage(ServiceStack.Script.ScriptScopeContext scope) => throw null; public ServiceStack.IRawString htmlForm(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlForm(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlFormat(string htmlWithFormat, string arg) => throw null; public ServiceStack.IRawString htmlH1(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH1(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH2(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH2(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH3(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH3(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH4(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH4(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH5(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH5(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH6(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlH6(System.Collections.Generic.Dictionary attrs) => throw null; public bool htmlHasClass(object target, string name) => throw null; public ServiceStack.IRawString htmlHiddenInputs(System.Collections.Generic.Dictionary inputValues) => throw null; public ServiceStack.IRawString htmlImage(string src, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlImage(string src) => throw null; public ServiceStack.IRawString htmlImg(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlImg(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlInput(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlInput(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlLabel(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlLabel(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlLi(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlLi(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlLink(string href, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlLink(string href) => throw null; public ServiceStack.IRawString htmlList(System.Collections.IEnumerable target, System.Collections.Generic.Dictionary options) => throw null; public ServiceStack.IRawString htmlList(System.Collections.IEnumerable target) => throw null; public ServiceStack.IRawString htmlOl(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlOl(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlOption(string text) => throw null; public ServiceStack.IRawString htmlOption(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlOptions(object values, object options) => throw null; public ServiceStack.IRawString htmlOptions(object values) => throw null; public ServiceStack.IRawString htmlSelect(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlSelect(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlSpan(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlSpan(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlTable(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlTable(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlTag(string innerHtml, System.Collections.Generic.Dictionary attrs, string tag) => throw null; public ServiceStack.IRawString htmlTag(System.Collections.Generic.Dictionary attrs, string tag) => throw null; public ServiceStack.IRawString htmlTd(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlTd(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlTextArea(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlTextArea(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlTh(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlTh(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlTr(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlTr(System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlUl(string innerHtml, System.Collections.Generic.Dictionary attrs) => throw null; public ServiceStack.IRawString htmlUl(System.Collections.Generic.Dictionary attrs) => throw null; } // Generated from `ServiceStack.Script.IConfigurePageResult` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IConfigurePageResult { void Configure(ServiceStack.Script.PageResult pageResult); } // Generated from `ServiceStack.Script.IConfigureScriptContext` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IConfigureScriptContext { void Configure(ServiceStack.Script.ScriptContext context); } // Generated from `ServiceStack.Script.IOScript` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IOScript { ServiceStack.Script.IgnoreResult Copy(string from, string to); ServiceStack.Script.IgnoreResult Delete(string path); bool Exists(string target); ServiceStack.Script.IgnoreResult Move(string from, string to); } // Generated from `ServiceStack.Script.IPageResult` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IPageResult { } // Generated from `ServiceStack.Script.IResultInstruction` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IResultInstruction { } // Generated from `ServiceStack.Script.IScriptPlugin` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IScriptPlugin { void Register(ServiceStack.Script.ScriptContext context); } // Generated from `ServiceStack.Script.IScriptPluginAfter` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IScriptPluginAfter { void AfterPluginsLoaded(ServiceStack.Script.ScriptContext context); } // Generated from `ServiceStack.Script.IScriptPluginBefore` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface IScriptPluginBefore { void BeforePluginsLoaded(ServiceStack.Script.ScriptContext context); } // Generated from `ServiceStack.Script.ISharpPages` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface ISharpPages { ServiceStack.Script.SharpPage AddPage(string virtualPath, ServiceStack.IO.IVirtualFile file); ServiceStack.Script.SharpCodePage GetCodePage(string virtualPath); System.DateTime GetLastModified(ServiceStack.Script.SharpPage page); ServiceStack.Script.SharpPage GetPage(string virtualPath); ServiceStack.Script.SharpPage OneTimePage(string contents, string ext, System.Action init); ServiceStack.Script.SharpPage OneTimePage(string contents, string ext); ServiceStack.Script.SharpPage ResolveLayoutPage(ServiceStack.Script.SharpPage page, string layout); ServiceStack.Script.SharpPage ResolveLayoutPage(ServiceStack.Script.SharpCodePage page, string layout); ServiceStack.Script.SharpPage TryGetPage(string path); } // Generated from `ServiceStack.Script.IfScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class IfScriptBlock : ServiceStack.Script.ScriptBlock { public IfScriptBlock() => throw null; public override string Name { get => throw null; } public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.IgnoreResult` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class IgnoreResult : ServiceStack.Script.IResultInstruction { public static ServiceStack.Script.IgnoreResult Value; } // Generated from `ServiceStack.Script.InvokerType` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public enum InvokerType { ContextBlock, ContextFilter, Filter, } // Generated from `ServiceStack.Script.JsAddition` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsAddition : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsAddition Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsAnd` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsAnd : ServiceStack.Script.JsLogicOperator { public static ServiceStack.Script.JsAnd Operator; public override bool Test(object lhs, object rhs) => throw null; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsArrayExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsArrayExpression : ServiceStack.Script.JsExpression { public ServiceStack.Script.JsToken[] Elements { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsArrayExpression other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public JsArrayExpression(params ServiceStack.Script.JsToken[] elements) => throw null; public JsArrayExpression(System.Collections.Generic.IEnumerable elements) => throw null; public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsArrowFunctionExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsArrowFunctionExpression : ServiceStack.Script.JsExpression { public ServiceStack.Script.JsToken Body { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsArrowFunctionExpression other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public object Invoke(params object[] @params) => throw null; public object Invoke(ServiceStack.Script.ScriptScopeContext scope, params object[] @params) => throw null; public JsArrowFunctionExpression(ServiceStack.Script.JsIdentifier[] @params, ServiceStack.Script.JsToken body) => throw null; public JsArrowFunctionExpression(ServiceStack.Script.JsIdentifier param, ServiceStack.Script.JsToken body) => throw null; public ServiceStack.Script.JsIdentifier[] Params { get => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsAssignment` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsAssignment : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsAssignment Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsAssignmentExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsAssignmentExpression : ServiceStack.Script.JsExpression { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsAssignmentExpression other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public JsAssignmentExpression(ServiceStack.Script.JsToken left, ServiceStack.Script.JsAssignment @operator, ServiceStack.Script.JsToken right) => throw null; public ServiceStack.Script.JsToken Left { get => throw null; set => throw null; } public ServiceStack.Script.JsAssignment Operator { get => throw null; set => throw null; } public ServiceStack.Script.JsToken Right { get => throw null; set => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsBinaryExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsBinaryExpression : ServiceStack.Script.JsExpression { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsBinaryExpression other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public JsBinaryExpression(ServiceStack.Script.JsToken left, ServiceStack.Script.JsBinaryOperator @operator, ServiceStack.Script.JsToken right) => throw null; public ServiceStack.Script.JsToken Left { get => throw null; set => throw null; } public ServiceStack.Script.JsBinaryOperator Operator { get => throw null; set => throw null; } public ServiceStack.Script.JsToken Right { get => throw null; set => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsBinaryOperator` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class JsBinaryOperator : ServiceStack.Script.JsOperator { public abstract object Evaluate(object lhs, object rhs); protected JsBinaryOperator() => throw null; } // Generated from `ServiceStack.Script.JsBitwiseAnd` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsBitwiseAnd : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsBitwiseAnd Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsBitwiseLeftShift` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsBitwiseLeftShift : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsBitwiseLeftShift Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsBitwiseNot` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsBitwiseNot : ServiceStack.Script.JsUnaryOperator { public override object Evaluate(object target) => throw null; public static ServiceStack.Script.JsBitwiseNot Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsBitwiseOr` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsBitwiseOr : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsBitwiseOr Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsBitwiseRightShift` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsBitwiseRightShift : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsBitwiseRightShift Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsBitwiseXOr` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsBitwiseXOr : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsBitwiseXOr Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsBlockStatement` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsBlockStatement : ServiceStack.Script.JsStatement { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsBlockStatement other) => throw null; public override int GetHashCode() => throw null; public JsBlockStatement(ServiceStack.Script.JsStatement[] statements) => throw null; public JsBlockStatement(ServiceStack.Script.JsStatement statement) => throw null; public ServiceStack.Script.JsStatement[] Statements { get => throw null; } } // Generated from `ServiceStack.Script.JsCallExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsCallExpression : ServiceStack.Script.JsExpression { public ServiceStack.Script.JsToken[] Arguments { get => throw null; } public ServiceStack.Script.JsToken Callee { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsCallExpression other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public static System.Collections.Generic.List EvaluateArgumentValues(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.JsToken[] args) => throw null; public string GetDisplayName() => throw null; public override int GetHashCode() => throw null; public static object InvokeDelegate(System.Delegate fn, object target, bool isMemberExpr, System.Collections.Generic.List fnArgValues) => throw null; public JsCallExpression(ServiceStack.Script.JsToken callee, params ServiceStack.Script.JsToken[] arguments) => throw null; public string Name { get => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; public override string ToString() => throw null; } // Generated from `ServiceStack.Script.JsCoalescing` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsCoalescing : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsCoalescing Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsConditionalExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsConditionalExpression : ServiceStack.Script.JsExpression { public ServiceStack.Script.JsToken Alternate { get => throw null; } public ServiceStack.Script.JsToken Consequent { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsConditionalExpression other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public JsConditionalExpression(ServiceStack.Script.JsToken test, ServiceStack.Script.JsToken consequent, ServiceStack.Script.JsToken alternate) => throw null; public ServiceStack.Script.JsToken Test { get => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsDeclaration` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsDeclaration : ServiceStack.Script.JsExpression { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsDeclaration other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public ServiceStack.Script.JsIdentifier Id { get => throw null; set => throw null; } public ServiceStack.Script.JsToken Init { get => throw null; set => throw null; } public JsDeclaration(ServiceStack.Script.JsIdentifier id, ServiceStack.Script.JsToken init) => throw null; public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsDivision` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsDivision : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsDivision Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsEquals` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsEquals : ServiceStack.Script.JsLogicOperator { public static ServiceStack.Script.JsEquals Operator; public override bool Test(object lhs, object rhs) => throw null; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class JsExpression : ServiceStack.Script.JsToken { protected JsExpression() => throw null; public abstract System.Collections.Generic.Dictionary ToJsAst(); public virtual string ToJsAstType() => throw null; } // Generated from `ServiceStack.Script.JsExpressionStatement` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsExpressionStatement : ServiceStack.Script.JsStatement { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsExpressionStatement other) => throw null; public ServiceStack.Script.JsToken Expression { get => throw null; } public override int GetHashCode() => throw null; public JsExpressionStatement(ServiceStack.Script.JsToken expression) => throw null; } // Generated from `ServiceStack.Script.JsExpressionUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class JsExpressionUtils { public static ServiceStack.Script.JsExpression CreateJsExpression(ServiceStack.Script.JsToken lhs, ServiceStack.Script.JsBinaryOperator op, ServiceStack.Script.JsToken rhs) => throw null; public static ServiceStack.Script.JsToken GetCachedJsExpression(this string expr, ServiceStack.Script.ScriptScopeContext scope) => throw null; public static ServiceStack.Script.JsToken GetCachedJsExpression(this System.ReadOnlyMemory expr, ServiceStack.Script.ScriptScopeContext scope) => throw null; public static object GetJsExpressionAndEvaluate(this System.ReadOnlyMemory expr, ServiceStack.Script.ScriptScopeContext scope, System.Action ifNone = default(System.Action)) => throw null; public static System.Threading.Tasks.Task GetJsExpressionAndEvaluateAsync(this System.ReadOnlyMemory expr, ServiceStack.Script.ScriptScopeContext scope, System.Action ifNone = default(System.Action)) => throw null; public static bool GetJsExpressionAndEvaluateToBool(this System.ReadOnlyMemory expr, ServiceStack.Script.ScriptScopeContext scope, System.Action ifNone = default(System.Action)) => throw null; public static System.Threading.Tasks.Task GetJsExpressionAndEvaluateToBoolAsync(this System.ReadOnlyMemory expr, ServiceStack.Script.ScriptScopeContext scope, System.Action ifNone = default(System.Action)) => throw null; public static System.ReadOnlySpan ParseBinaryExpression(this System.ReadOnlySpan literal, out ServiceStack.Script.JsExpression expr, bool filterExpression) => throw null; public static System.ReadOnlySpan ParseJsExpression(this string literal, out ServiceStack.Script.JsToken token) => throw null; public static System.ReadOnlySpan ParseJsExpression(this System.ReadOnlySpan literal, out ServiceStack.Script.JsToken token, bool filterExpression) => throw null; public static System.ReadOnlySpan ParseJsExpression(this System.ReadOnlySpan literal, out ServiceStack.Script.JsToken token) => throw null; public static System.ReadOnlySpan ParseJsExpression(this System.ReadOnlyMemory literal, out ServiceStack.Script.JsToken token) => throw null; } // Generated from `ServiceStack.Script.JsFilterExpressionStatement` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsFilterExpressionStatement : ServiceStack.Script.JsStatement { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsFilterExpressionStatement other) => throw null; public ServiceStack.Script.PageVariableFragment FilterExpression { get => throw null; } public override int GetHashCode() => throw null; public JsFilterExpressionStatement(string originalText, ServiceStack.Script.JsToken expr, params ServiceStack.Script.JsCallExpression[] filters) => throw null; public JsFilterExpressionStatement(System.ReadOnlyMemory originalText, ServiceStack.Script.JsToken expr, System.Collections.Generic.List filters) => throw null; } // Generated from `ServiceStack.Script.JsGreaterThan` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsGreaterThan : ServiceStack.Script.JsLogicOperator { public static ServiceStack.Script.JsGreaterThan Operator; public override bool Test(object lhs, object rhs) => throw null; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsGreaterThanEqual` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsGreaterThanEqual : ServiceStack.Script.JsLogicOperator { public static ServiceStack.Script.JsGreaterThanEqual Operator; public override bool Test(object lhs, object rhs) => throw null; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsIdentifier` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsIdentifier : ServiceStack.Script.JsExpression { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsIdentifier other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public JsIdentifier(string name) => throw null; public JsIdentifier(System.ReadOnlySpan name) => throw null; public string Name { get => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; public override string ToString() => throw null; } // Generated from `ServiceStack.Script.JsLessThan` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsLessThan : ServiceStack.Script.JsLogicOperator { public static ServiceStack.Script.JsLessThan Operator; public override bool Test(object lhs, object rhs) => throw null; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsLessThanEqual` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsLessThanEqual : ServiceStack.Script.JsLogicOperator { public static ServiceStack.Script.JsLessThanEqual Operator; public override bool Test(object lhs, object rhs) => throw null; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsLiteral` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsLiteral : ServiceStack.Script.JsExpression { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsLiteral other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public static ServiceStack.Script.JsLiteral False; public override int GetHashCode() => throw null; public JsLiteral(object value) => throw null; public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; public override string ToString() => throw null; public static ServiceStack.Script.JsLiteral True; public object Value { get => throw null; } } // Generated from `ServiceStack.Script.JsLogicOperator` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class JsLogicOperator : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; protected JsLogicOperator() => throw null; public abstract bool Test(object lhs, object rhs); } // Generated from `ServiceStack.Script.JsLogicalExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsLogicalExpression : ServiceStack.Script.JsExpression { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsLogicalExpression other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public JsLogicalExpression(ServiceStack.Script.JsToken left, ServiceStack.Script.JsLogicOperator @operator, ServiceStack.Script.JsToken right) => throw null; public ServiceStack.Script.JsToken Left { get => throw null; set => throw null; } public ServiceStack.Script.JsLogicOperator Operator { get => throw null; set => throw null; } public ServiceStack.Script.JsToken Right { get => throw null; set => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsMemberExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsMemberExpression : ServiceStack.Script.JsExpression { public bool Computed { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsMemberExpression other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public JsMemberExpression(ServiceStack.Script.JsToken @object, ServiceStack.Script.JsToken property, bool computed) => throw null; public JsMemberExpression(ServiceStack.Script.JsToken @object, ServiceStack.Script.JsToken property) => throw null; public ServiceStack.Script.JsToken Object { get => throw null; } public ServiceStack.Script.JsToken Property { get => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsMinus` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsMinus : ServiceStack.Script.JsUnaryOperator { public override object Evaluate(object target) => throw null; public static ServiceStack.Script.JsMinus Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsMod` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsMod : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsMod Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsMultiplication` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsMultiplication : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsMultiplication Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsNot` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsNot : ServiceStack.Script.JsUnaryOperator { public override object Evaluate(object target) => throw null; public static ServiceStack.Script.JsNot Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsNotEquals` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsNotEquals : ServiceStack.Script.JsLogicOperator { public static ServiceStack.Script.JsNotEquals Operator; public override bool Test(object lhs, object rhs) => throw null; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsNull` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class JsNull { public const string String = default; public static ServiceStack.Script.JsLiteral Value; } // Generated from `ServiceStack.Script.JsObjectExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsObjectExpression : ServiceStack.Script.JsExpression { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsObjectExpression other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public static string GetKey(ServiceStack.Script.JsToken token) => throw null; public JsObjectExpression(params ServiceStack.Script.JsProperty[] properties) => throw null; public JsObjectExpression(System.Collections.Generic.IEnumerable properties) => throw null; public ServiceStack.Script.JsProperty[] Properties { get => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsOperator` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class JsOperator : ServiceStack.Script.JsToken { public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; protected JsOperator() => throw null; public override string ToRawString() => throw null; public abstract string Token { get; } } // Generated from `ServiceStack.Script.JsOr` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsOr : ServiceStack.Script.JsLogicOperator { public static ServiceStack.Script.JsOr Operator; public override bool Test(object lhs, object rhs) => throw null; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsPageBlockFragmentStatement` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsPageBlockFragmentStatement : ServiceStack.Script.JsStatement { public ServiceStack.Script.PageBlockFragment Block { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsPageBlockFragmentStatement other) => throw null; public override int GetHashCode() => throw null; public JsPageBlockFragmentStatement(ServiceStack.Script.PageBlockFragment block) => throw null; } // Generated from `ServiceStack.Script.JsPlus` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsPlus : ServiceStack.Script.JsUnaryOperator { public override object Evaluate(object target) => throw null; public static ServiceStack.Script.JsPlus Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsProperty` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsProperty { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsProperty other) => throw null; public override int GetHashCode() => throw null; public JsProperty(ServiceStack.Script.JsToken key, ServiceStack.Script.JsToken value, bool shorthand) => throw null; public JsProperty(ServiceStack.Script.JsToken key, ServiceStack.Script.JsToken value) => throw null; public ServiceStack.Script.JsToken Key { get => throw null; } public bool Shorthand { get => throw null; } public ServiceStack.Script.JsToken Value { get => throw null; } } // Generated from `ServiceStack.Script.JsSpreadElement` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsSpreadElement : ServiceStack.Script.JsExpression { public ServiceStack.Script.JsToken Argument { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsSpreadElement other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public JsSpreadElement(ServiceStack.Script.JsToken argument) => throw null; public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsStatement` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class JsStatement { protected JsStatement() => throw null; } // Generated from `ServiceStack.Script.JsStrictEquals` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsStrictEquals : ServiceStack.Script.JsLogicOperator { public static ServiceStack.Script.JsStrictEquals Operator; public override bool Test(object lhs, object rhs) => throw null; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsStrictNotEquals` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsStrictNotEquals : ServiceStack.Script.JsLogicOperator { public static ServiceStack.Script.JsStrictNotEquals Operator; public override bool Test(object lhs, object rhs) => throw null; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsSubtraction` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsSubtraction : ServiceStack.Script.JsBinaryOperator { public override object Evaluate(object lhs, object rhs) => throw null; public static ServiceStack.Script.JsSubtraction Operator; public override string Token { get => throw null; } } // Generated from `ServiceStack.Script.JsTemplateElement` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsTemplateElement { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsTemplateElement other) => throw null; public override int GetHashCode() => throw null; public JsTemplateElement(string raw, string cooked, bool tail = default(bool)) => throw null; public JsTemplateElement(ServiceStack.Script.JsTemplateElementValue value, bool tail) => throw null; public bool Tail { get => throw null; } public ServiceStack.Script.JsTemplateElementValue Value { get => throw null; } } // Generated from `ServiceStack.Script.JsTemplateElementValue` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsTemplateElementValue { public string Cooked { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsTemplateElementValue other) => throw null; public override int GetHashCode() => throw null; public JsTemplateElementValue(string raw, string cooked) => throw null; public string Raw { get => throw null; } } // Generated from `ServiceStack.Script.JsTemplateLiteral` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsTemplateLiteral : ServiceStack.Script.JsExpression { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsTemplateLiteral other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public ServiceStack.Script.JsToken[] Expressions { get => throw null; } public override int GetHashCode() => throw null; public JsTemplateLiteral(string cooked) => throw null; public JsTemplateLiteral(ServiceStack.Script.JsTemplateElement[] quasis = default(ServiceStack.Script.JsTemplateElement[]), ServiceStack.Script.JsToken[] expressions = default(ServiceStack.Script.JsToken[])) => throw null; public ServiceStack.Script.JsTemplateElement[] Quasis { get => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; public override string ToString() => throw null; } // Generated from `ServiceStack.Script.JsToken` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class JsToken : ServiceStack.IRawString { public abstract object Evaluate(ServiceStack.Script.ScriptScopeContext scope); protected JsToken() => throw null; public string JsonValue(object value) => throw null; public abstract string ToRawString(); public override string ToString() => throw null; public static object UnwrapValue(ServiceStack.Script.JsToken token) => throw null; } // Generated from `ServiceStack.Script.JsTokenUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class JsTokenUtils { public static System.ReadOnlySpan AdvancePastPipeOperator(this System.ReadOnlySpan literal) => throw null; public static System.ReadOnlySpan Chop(this System.ReadOnlySpan literal, System.Char c) => throw null; public static System.ReadOnlyMemory Chop(this System.ReadOnlyMemory literal, System.Char c) => throw null; public static System.ReadOnlyMemory ChopNewLine(this System.ReadOnlyMemory literal) => throw null; public static int CountPrecedingOccurrences(this System.ReadOnlySpan literal, int index, System.Char c) => throw null; public static object Evaluate(this ServiceStack.Script.JsToken token) => throw null; public static bool Evaluate(this ServiceStack.Script.JsToken token, ServiceStack.Script.ScriptScopeContext scope, out object result, out System.Threading.Tasks.Task asyncResult) => throw null; public static System.Threading.Tasks.Task EvaluateAsync(this ServiceStack.Script.JsToken token, ServiceStack.Script.ScriptScopeContext scope) => throw null; public static bool EvaluateToBool(this ServiceStack.Script.JsToken token, ServiceStack.Script.ScriptScopeContext scope, out bool? result, out System.Threading.Tasks.Task asyncResult) => throw null; public static bool EvaluateToBool(this ServiceStack.Script.JsToken token, ServiceStack.Script.ScriptScopeContext scope) => throw null; public static System.Threading.Tasks.Task EvaluateToBoolAsync(this ServiceStack.Script.JsToken token, ServiceStack.Script.ScriptScopeContext scope) => throw null; public static bool FirstCharEquals(this string literal, System.Char c) => throw null; public static bool FirstCharEquals(this System.ReadOnlySpan literal, System.Char c) => throw null; public static int GetBinaryPrecedence(string token) => throw null; public static ServiceStack.Script.JsUnaryOperator GetUnaryOperator(this System.Char c) => throw null; public static int IndexOfQuotedString(this System.ReadOnlySpan literal, System.Char quoteChar, out bool hasEscapeChars) => throw null; public static bool IsEnd(this System.Char c) => throw null; public static bool IsExpressionTerminatorChar(this System.Char c) => throw null; public static bool IsNumericChar(this System.Char c) => throw null; public static bool IsOperatorChar(this System.Char c) => throw null; public static bool IsValidVarNameChar(this System.Char c) => throw null; public static System.Byte[] NewLineUtf8; public static System.Collections.Generic.Dictionary OperatorPrecedence; public static System.ReadOnlySpan ParseArgumentsList(this System.ReadOnlySpan literal, out System.Collections.Generic.List args) => throw null; public static System.ReadOnlySpan ParseJsToken(this System.ReadOnlySpan literal, out ServiceStack.Script.JsToken token, bool filterExpression) => throw null; public static System.ReadOnlySpan ParseJsToken(this System.ReadOnlySpan literal, out ServiceStack.Script.JsToken token) => throw null; public static System.ReadOnlySpan ParseVarName(this System.ReadOnlySpan literal, out System.ReadOnlySpan varName) => throw null; public static System.ReadOnlyMemory ParseVarName(this System.ReadOnlyMemory literal, out System.ReadOnlyMemory varName) => throw null; public static bool SafeCharEquals(this System.ReadOnlySpan literal, int index, System.Char c) => throw null; public static System.Char SafeGetChar(this System.ReadOnlySpan literal, int index) => throw null; public static System.Char SafeGetChar(this System.ReadOnlyMemory literal, int index) => throw null; public static System.Collections.Generic.Dictionary ToJsAst(this ServiceStack.Script.JsToken token) => throw null; public static string ToJsAstString(this ServiceStack.Script.JsToken token) => throw null; public static string ToJsAstType(this System.Type type) => throw null; } // Generated from `ServiceStack.Script.JsUnaryExpression` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsUnaryExpression : ServiceStack.Script.JsExpression { public ServiceStack.Script.JsToken Argument { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsUnaryExpression other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public JsUnaryExpression(ServiceStack.Script.JsUnaryOperator @operator, ServiceStack.Script.JsToken argument) => throw null; public ServiceStack.Script.JsUnaryOperator Operator { get => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsUnaryOperator` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class JsUnaryOperator : ServiceStack.Script.JsOperator { public abstract object Evaluate(object target); protected JsUnaryOperator() => throw null; } // Generated from `ServiceStack.Script.JsVariableDeclaration` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class JsVariableDeclaration : ServiceStack.Script.JsExpression { public ServiceStack.Script.JsDeclaration[] Declarations { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.JsVariableDeclaration other) => throw null; public override object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public override int GetHashCode() => throw null; public JsVariableDeclaration(ServiceStack.Script.JsVariableDeclarationKind kind, params ServiceStack.Script.JsDeclaration[] declarations) => throw null; public ServiceStack.Script.JsVariableDeclarationKind Kind { get => throw null; } public override System.Collections.Generic.Dictionary ToJsAst() => throw null; public override string ToRawString() => throw null; } // Generated from `ServiceStack.Script.JsVariableDeclarationKind` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public enum JsVariableDeclarationKind { Const, Let, Var, } // Generated from `ServiceStack.Script.KeyValuesScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class KeyValuesScriptBlock : ServiceStack.Script.ScriptBlock { public override ServiceStack.Script.ScriptLanguage Body { get => throw null; } public KeyValuesScriptBlock() => throw null; public override string Name { get => throw null; } public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken ct) => throw null; } // Generated from `ServiceStack.Script.Lisp` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class Lisp { public static bool AllowLoadingRemoteScripts { get => throw null; set => throw null; } public static ServiceStack.Script.Lisp.Sym BOOL_FALSE; public static ServiceStack.Script.Lisp.Sym BOOL_TRUE; // Generated from `ServiceStack.Script.Lisp+BuiltInFunc` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class BuiltInFunc : ServiceStack.Script.Lisp.LispFunc { public ServiceStack.Script.Lisp.BuiltInFuncBody Body { get => throw null; } public BuiltInFunc(string name, int carity, ServiceStack.Script.Lisp.BuiltInFuncBody body) : base(default(int)) => throw null; public object EvalWith(ServiceStack.Script.Lisp.Interpreter interp, ServiceStack.Script.Lisp.Cell arg, ServiceStack.Script.Lisp.Cell interpEnv) => throw null; public string Name { get => throw null; } public override string ToString() => throw null; } // Generated from `ServiceStack.Script.Lisp+BuiltInFuncBody` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public delegate object BuiltInFuncBody(ServiceStack.Script.Lisp.Interpreter interp, object[] frame); // Generated from `ServiceStack.Script.Lisp+Cell` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class Cell : System.Collections.IEnumerable { public object Car; public object Cdr; public Cell(object car, object cdr) => throw null; public System.Collections.IEnumerator GetEnumerator() => throw null; public int Length { get => throw null; } public override string ToString() => throw null; public void Walk(System.Action fn) => throw null; } public static ServiceStack.Script.Lisp.Interpreter CreateInterpreter() => throw null; public const string Extensions = default; public static void Import(string lisp) => throw null; public static void Import(System.ReadOnlyMemory lisp) => throw null; public static string IndexGistId { get => throw null; set => throw null; } public static void Init() => throw null; public static string InitScript; // Generated from `ServiceStack.Script.Lisp+Interpreter` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class Interpreter { public ServiceStack.Script.ScriptScopeContext AssertScope() => throw null; public System.IO.TextWriter COut { get => throw null; set => throw null; } public void Def(string name, int carity, System.Func body) => throw null; public void Def(string name, int carity, ServiceStack.Script.Lisp.BuiltInFuncBody body) => throw null; public object Eval(object x, ServiceStack.Script.Lisp.Cell env) => throw null; public object Eval(object x) => throw null; public object Eval(System.Collections.Generic.IEnumerable sExpressions, ServiceStack.Script.Lisp.Cell env) => throw null; public object Eval(System.Collections.Generic.IEnumerable sExpressions) => throw null; public static object[] EvalArgs(ServiceStack.Script.Lisp.Cell arg, ServiceStack.Script.Lisp.Interpreter interp, ServiceStack.Script.Lisp.Cell env = default(ServiceStack.Script.Lisp.Cell)) => throw null; public static System.Collections.Generic.Dictionary EvalMapArgs(ServiceStack.Script.Lisp.Cell arg, ServiceStack.Script.Lisp.Interpreter interp, ServiceStack.Script.Lisp.Cell env = default(ServiceStack.Script.Lisp.Cell)) => throw null; public int Evaluations { get => throw null; set => throw null; } public object GetSymbolValue(string name) => throw null; public void InitGlobals() => throw null; public Interpreter(ServiceStack.Script.Lisp.Interpreter globalInterp) => throw null; public Interpreter() => throw null; public string ReplEval(ServiceStack.Script.ScriptContext context, System.IO.Stream outputStream, string lisp, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public ServiceStack.Script.ScriptScopeContext? Scope { get => throw null; set => throw null; } public void SetSymbolValue(string name, object value) => throw null; public static int TotalEvaluations { get => throw null; } } public const string LispCore = default; // Generated from `ServiceStack.Script.Lisp+LispFunc` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class LispFunc { public int Carity { get => throw null; } public void EvalFrame(object[] frame, ServiceStack.Script.Lisp.Interpreter interp, ServiceStack.Script.Lisp.Cell env) => throw null; protected LispFunc(int carity) => throw null; public object[] MakeFrame(ServiceStack.Script.Lisp.Cell arg) => throw null; } public static System.Collections.Generic.List Parse(string lisp) => throw null; public static System.Collections.Generic.List Parse(System.ReadOnlyMemory lisp) => throw null; public const string Prelude = default; public static object QqExpand(object x) => throw null; public static object QqQuote(object x) => throw null; // Generated from `ServiceStack.Script.Lisp+Reader` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class Reader { public static object EOF; public object Read() => throw null; public Reader(System.ReadOnlyMemory source) => throw null; } public static void Reset() => throw null; public static void RunRepl(ServiceStack.Script.ScriptContext context) => throw null; public static void Set(string symbolName, object value) => throw null; public static string Str(object x, bool quoteString = default(bool)) => throw null; // Generated from `ServiceStack.Script.Lisp+Sym` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class Sym { public override int GetHashCode() => throw null; public bool IsInterned { get => throw null; } public string Name { get => throw null; } public static ServiceStack.Script.Lisp.Sym New(string name) => throw null; protected static ServiceStack.Script.Lisp.Sym New(string name, System.Func make) => throw null; public Sym(string name) => throw null; protected static System.Collections.Generic.Dictionary Table; public override string ToString() => throw null; } public static ServiceStack.Script.Lisp.Sym TRUE; public static ServiceStack.Script.Lisp.Cell ToCons(System.Collections.IEnumerable seq) => throw null; } // Generated from `ServiceStack.Script.LispEvalException` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class LispEvalException : System.Exception { public LispEvalException(string msg, object x, bool quoteString = default(bool)) => throw null; public override string ToString() => throw null; public System.Collections.Generic.List Trace { get => throw null; } } // Generated from `ServiceStack.Script.LispScriptMethods` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class LispScriptMethods : ServiceStack.Script.ScriptMethods { public LispScriptMethods() => throw null; public System.Collections.Generic.List gistindex(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Collections.Generic.List symbols(ServiceStack.Script.ScriptScopeContext scope) => throw null; } // Generated from `ServiceStack.Script.LispStatements` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class LispStatements : ServiceStack.Script.JsStatement { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.LispStatements other) => throw null; public override int GetHashCode() => throw null; public LispStatements(object[] sExpressions) => throw null; public object[] SExpressions { get => throw null; } } // Generated from `ServiceStack.Script.MarkdownTable` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class MarkdownTable { public string Caption { get => throw null; set => throw null; } public System.Collections.Generic.List Headers { get => throw null; } public bool IncludeHeaders { get => throw null; set => throw null; } public bool IncludeRowNumbers { get => throw null; set => throw null; } public MarkdownTable() => throw null; public string Render() => throw null; public System.Collections.Generic.List> Rows { get => throw null; } } // Generated from `ServiceStack.Script.NoopScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class NoopScriptBlock : ServiceStack.Script.ScriptBlock { public override ServiceStack.Script.ScriptLanguage Body { get => throw null; } public override string Name { get => throw null; } public NoopScriptBlock() => throw null; public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.PageBlockFragment` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class PageBlockFragment : ServiceStack.Script.PageFragment { public System.ReadOnlyMemory Argument { get => throw null; } public string ArgumentString { get => throw null; } public ServiceStack.Script.PageFragment[] Body { get => throw null; } public ServiceStack.Script.PageElseBlock[] ElseBlocks { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.PageBlockFragment other) => throw null; public override int GetHashCode() => throw null; public string Name { get => throw null; } public System.ReadOnlyMemory OriginalText { get => throw null; set => throw null; } public PageBlockFragment(string originalText, string name, string argument, System.Collections.Generic.List body, System.Collections.Generic.List elseStatements = default(System.Collections.Generic.List)) => throw null; public PageBlockFragment(string originalText, string name, string argument, ServiceStack.Script.JsStatement body, System.Collections.Generic.IEnumerable elseStatements = default(System.Collections.Generic.IEnumerable)) => throw null; public PageBlockFragment(string originalText, string name, string argument, ServiceStack.Script.JsBlockStatement body, System.Collections.Generic.IEnumerable elseStatements = default(System.Collections.Generic.IEnumerable)) => throw null; public PageBlockFragment(string name, System.ReadOnlyMemory argument, System.Collections.Generic.List body, System.Collections.Generic.List elseStatements = default(System.Collections.Generic.List)) => throw null; public PageBlockFragment(System.ReadOnlyMemory originalText, string name, System.ReadOnlyMemory argument, System.Collections.Generic.IEnumerable body, System.Collections.Generic.IEnumerable elseStatements = default(System.Collections.Generic.IEnumerable)) => throw null; } // Generated from `ServiceStack.Script.PageElseBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class PageElseBlock : ServiceStack.Script.PageFragment { public System.ReadOnlyMemory Argument { get => throw null; } public ServiceStack.Script.PageFragment[] Body { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.PageElseBlock other) => throw null; public override int GetHashCode() => throw null; public PageElseBlock(string argument, System.Collections.Generic.List body) => throw null; public PageElseBlock(string argument, ServiceStack.Script.JsStatement statement) => throw null; public PageElseBlock(string argument, ServiceStack.Script.JsBlockStatement block) => throw null; public PageElseBlock(System.ReadOnlyMemory argument, System.Collections.Generic.IEnumerable body) => throw null; public PageElseBlock(System.ReadOnlyMemory argument, ServiceStack.Script.PageFragment[] body) => throw null; } // Generated from `ServiceStack.Script.PageFormat` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class PageFormat { public string ArgsPrefix { get => throw null; set => throw null; } public string ArgsSuffix { get => throw null; set => throw null; } public string ContentType { get => throw null; set => throw null; } public string DefaultEncodeValue(object value) => throw null; public virtual object DefaultExpressionException(ServiceStack.Script.PageResult result, System.Exception ex) => throw null; public ServiceStack.Script.SharpPage DefaultResolveLayout(ServiceStack.Script.SharpPage page) => throw null; public virtual System.Threading.Tasks.Task DefaultViewException(ServiceStack.Script.PageResult pageResult, ServiceStack.Web.IRequest req, System.Exception ex) => throw null; public System.Func EncodeValue { get => throw null; set => throw null; } public string Extension { get => throw null; set => throw null; } public System.Func OnExpressionException { get => throw null; set => throw null; } public System.Func OnViewException { get => throw null; set => throw null; } public PageFormat() => throw null; public System.Func ResolveLayout { get => throw null; set => throw null; } } // Generated from `ServiceStack.Script.PageFragment` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class PageFragment { protected PageFragment() => throw null; } // Generated from `ServiceStack.Script.PageJsBlockStatementFragment` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class PageJsBlockStatementFragment : ServiceStack.Script.PageFragment { public ServiceStack.Script.JsBlockStatement Block { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.PageJsBlockStatementFragment other) => throw null; public override int GetHashCode() => throw null; public PageJsBlockStatementFragment(ServiceStack.Script.JsBlockStatement statement) => throw null; public bool Quiet { get => throw null; set => throw null; } } // Generated from `ServiceStack.Script.PageLispStatementFragment` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class PageLispStatementFragment : ServiceStack.Script.PageFragment { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.PageLispStatementFragment other) => throw null; public override int GetHashCode() => throw null; public ServiceStack.Script.LispStatements LispStatements { get => throw null; } public PageLispStatementFragment(ServiceStack.Script.LispStatements statements) => throw null; public bool Quiet { get => throw null; set => throw null; } } // Generated from `ServiceStack.Script.PageResult` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class PageResult : System.IDisposable, ServiceStack.Web.IStreamWriterAsync, ServiceStack.Web.IHasOptions, ServiceStack.Script.IPageResult { public System.Collections.Generic.Dictionary Args { get => throw null; set => throw null; } public void AssertNextEvaluation() => throw null; public void AssertNextPartial() => throw null; public ServiceStack.Script.PageResult AssignArgs(System.Collections.Generic.Dictionary args) => throw null; public string AssignExceptionsTo { get => throw null; set => throw null; } public string CatchExceptionsIn { get => throw null; set => throw null; } public ServiceStack.Script.PageResult Clone(ServiceStack.Script.SharpPage page) => throw null; public ServiceStack.Script.SharpCodePage CodePage { get => throw null; } public string ContentType { get => throw null; set => throw null; } public ServiceStack.Script.ScriptContext Context { get => throw null; } public ServiceStack.Script.ScriptScopeContext CreateScope(System.IO.Stream outputStream = default(System.IO.Stream)) => throw null; public bool DisableBuffering { get => throw null; set => throw null; } public void Dispose() => throw null; public object EvaluateIfToken(object value, ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Int64 Evaluations { get => throw null; set => throw null; } public System.Collections.Generic.HashSet ExcludeFiltersNamed { get => throw null; } public ServiceStack.Script.PageResult Execute() => throw null; public System.Collections.Generic.Dictionary>> FilterTransformers { get => throw null; set => throw null; } public ServiceStack.Script.PageFormat Format { get => throw null; } public ServiceStack.Script.ScriptBlock GetBlock(string name) => throw null; public bool HaltExecution { get => throw null; set => throw null; } public System.Threading.Tasks.Task Init() => throw null; public System.Exception LastFilterError { get => throw null; set => throw null; } public string[] LastFilterStackTrace { get => throw null; set => throw null; } public string Layout { get => throw null; set => throw null; } public ServiceStack.Script.SharpPage LayoutPage { get => throw null; set => throw null; } public object Model { get => throw null; set => throw null; } public bool NoLayout { get => throw null; set => throw null; } public System.Collections.Generic.IDictionary Options { get => throw null; set => throw null; } public System.Collections.Generic.List>> OutputTransformers { get => throw null; set => throw null; } public ServiceStack.Script.SharpPage Page { get => throw null; } public PageResult(ServiceStack.Script.SharpPage page) => throw null; public PageResult(ServiceStack.Script.SharpCodePage page) => throw null; public System.Collections.Generic.List>> PageTransformers { get => throw null; set => throw null; } public System.ReadOnlySpan ParseJsExpression(ServiceStack.Script.ScriptScopeContext scope, System.ReadOnlySpan literal, out ServiceStack.Script.JsToken token) => throw null; public int PartialStackDepth { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Partials { get => throw null; set => throw null; } public void ResetIterations() => throw null; public string Result { get => throw null; } public string ResultOutput { get => throw null; } public bool RethrowExceptions { get => throw null; set => throw null; } public ServiceStack.Script.ReturnValue ReturnValue { get => throw null; set => throw null; } public System.Collections.Generic.List ScriptBlocks { get => throw null; set => throw null; } public System.Collections.Generic.List ScriptMethods { get => throw null; set => throw null; } public bool ShouldSkipFilterExecution(ServiceStack.Script.PageVariableFragment var) => throw null; public bool ShouldSkipFilterExecution(ServiceStack.Script.PageFragment fragment) => throw null; public bool ShouldSkipFilterExecution(ServiceStack.Script.JsStatement statement) => throw null; public bool? SkipExecutingFiltersIfError { get => throw null; set => throw null; } public bool SkipFilterExecution { get => throw null; set => throw null; } public int StackDepth { get => throw null; set => throw null; } public System.Collections.Generic.List TemplateBlocks { get => throw null; } public System.Collections.Generic.List TemplateFilters { get => throw null; } public ServiceStack.Script.ScriptBlock TryGetBlock(string name) => throw null; public string VirtualPath { get => throw null; } public System.Threading.Tasks.Task WriteCodePageAsync(ServiceStack.Script.SharpCodePage page, ServiceStack.Script.ScriptScopeContext scope, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public System.Threading.Tasks.Task WritePageAsync(ServiceStack.Script.SharpPage page, ServiceStack.Script.SharpCodePage codePage, ServiceStack.Script.ScriptScopeContext scope, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public System.Threading.Tasks.Task WritePageAsync(ServiceStack.Script.SharpPage page, ServiceStack.Script.ScriptScopeContext scope, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public System.Threading.Tasks.Task WritePageFragmentAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageFragment fragment, System.Threading.CancellationToken token) => throw null; public System.Threading.Tasks.Task WriteStatementsAsync(ServiceStack.Script.ScriptScopeContext scope, System.Collections.Generic.IEnumerable blockStatements, string callTrace, System.Threading.CancellationToken token) => throw null; public System.Threading.Tasks.Task WriteStatementsAsync(ServiceStack.Script.ScriptScopeContext scope, System.Collections.Generic.IEnumerable blockStatements, System.Threading.CancellationToken token) => throw null; public System.Threading.Tasks.Task WriteToAsync(System.IO.Stream responseStream, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public System.Threading.Tasks.Task WriteVarAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageVariableFragment var, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.PageStringFragment` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class PageStringFragment : ServiceStack.Script.PageFragment { public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.PageStringFragment other) => throw null; public override int GetHashCode() => throw null; public PageStringFragment(string value) => throw null; public PageStringFragment(System.ReadOnlyMemory value) => throw null; public System.ReadOnlyMemory Value { get => throw null; set => throw null; } public string ValueString { get => throw null; } public System.ReadOnlyMemory ValueUtf8 { get => throw null; } } // Generated from `ServiceStack.Script.PageVariableFragment` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class PageVariableFragment : ServiceStack.Script.PageFragment { public string Binding { get => throw null; } public override bool Equals(object obj) => throw null; protected bool Equals(ServiceStack.Script.PageVariableFragment other) => throw null; public object Evaluate(ServiceStack.Script.ScriptScopeContext scope) => throw null; public ServiceStack.Script.JsToken Expression { get => throw null; } public ServiceStack.Script.JsCallExpression[] FilterExpressions { get => throw null; } public override int GetHashCode() => throw null; public ServiceStack.Script.JsCallExpression InitialExpression { get => throw null; } public object InitialValue { get => throw null; } public System.ReadOnlyMemory OriginalText { get => throw null; set => throw null; } public System.ReadOnlyMemory OriginalTextUtf8 { get => throw null; } public PageVariableFragment(System.ReadOnlyMemory originalText, ServiceStack.Script.JsToken expr, System.Collections.Generic.List filterCommands) => throw null; } // Generated from `ServiceStack.Script.ParseRealNumber` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public delegate object ParseRealNumber(System.ReadOnlySpan numLiteral); // Generated from `ServiceStack.Script.PartialScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class PartialScriptBlock : ServiceStack.Script.ScriptBlock { public override ServiceStack.Script.ScriptLanguage Body { get => throw null; } public override string Name { get => throw null; } public PartialScriptBlock() => throw null; public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.ProtectedScriptBlocks` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ProtectedScriptBlocks : ServiceStack.Script.IScriptPlugin { public ProtectedScriptBlocks() => throw null; public void Register(ServiceStack.Script.ScriptContext context) => throw null; } // Generated from `ServiceStack.Script.ProtectedScripts` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ProtectedScripts : ServiceStack.Script.ScriptMethods { public ServiceStack.Script.IgnoreResult AppendAllLines(string path, string[] lines) => throw null; public ServiceStack.Script.IgnoreResult AppendAllLines(ServiceStack.Script.FileScripts fs, string path, string[] lines) => throw null; public ServiceStack.Script.IgnoreResult AppendAllText(string path, string text) => throw null; public ServiceStack.Script.IgnoreResult AppendAllText(ServiceStack.Script.FileScripts fs, string path, string text) => throw null; public System.Delegate C(string qualifiedMethodName) => throw null; public ServiceStack.ObjectActivator Constructor(string qualifiedConstructorName) => throw null; public ServiceStack.Script.IgnoreResult Copy(string from, string to) => throw null; public ServiceStack.Script.IgnoreResult Copy(ServiceStack.Script.IOScript os, string from, string to) => throw null; public ServiceStack.Script.IgnoreResult Create(string from, string to) => throw null; public ServiceStack.Script.IgnoreResult Create(ServiceStack.Script.FileScripts fs, string from, string to) => throw null; public static string CreateCacheKey(string url, System.Collections.Generic.Dictionary options = default(System.Collections.Generic.Dictionary)) => throw null; public ServiceStack.Script.IgnoreResult CreateDirectory(string path) => throw null; public ServiceStack.Script.IgnoreResult CreateDirectory(ServiceStack.Script.DirectoryScripts ds, string path) => throw null; public ServiceStack.Script.IgnoreResult Decrypt(string path) => throw null; public ServiceStack.Script.IgnoreResult Decrypt(ServiceStack.Script.FileScripts fs, string path) => throw null; public ServiceStack.Script.IgnoreResult Delete(string path) => throw null; public ServiceStack.Script.IgnoreResult Delete(ServiceStack.Script.IOScript os, string path) => throw null; public ServiceStack.Script.DirectoryScripts Directory() => throw null; public ServiceStack.Script.IgnoreResult Encrypt(string path) => throw null; public ServiceStack.Script.IgnoreResult Encrypt(ServiceStack.Script.FileScripts fs, string path) => throw null; public bool Exists(string path) => throw null; public bool Exists(ServiceStack.Script.IOScript os, string path) => throw null; public System.Delegate F(string qualifiedMethodName, System.Collections.Generic.List args) => throw null; public System.Delegate F(string qualifiedMethodName) => throw null; public ServiceStack.Script.FileScripts File() => throw null; public System.Delegate Function(string qualifiedMethodName, System.Collections.Generic.List args) => throw null; public System.Delegate Function(string qualifiedMethodName) => throw null; public string GetCurrentDirectory(ServiceStack.Script.DirectoryScripts ds) => throw null; public string GetCurrentDirectory() => throw null; public string[] GetDirectories(string path) => throw null; public string[] GetDirectories(ServiceStack.Script.DirectoryScripts ds, string path) => throw null; public string GetDirectoryRoot(string path) => throw null; public string GetDirectoryRoot(ServiceStack.Script.DirectoryScripts ds, string path) => throw null; public string[] GetFiles(string path) => throw null; public string[] GetFiles(ServiceStack.Script.DirectoryScripts ds, string path) => throw null; public string[] GetLogicalDrives(ServiceStack.Script.DirectoryScripts ds) => throw null; public string[] GetLogicalDrives() => throw null; public static ServiceStack.Script.ProtectedScripts Instance; public ServiceStack.Script.IgnoreResult Move(string from, string to) => throw null; public ServiceStack.Script.IgnoreResult Move(ServiceStack.Script.IOScript os, string from, string to) => throw null; public ProtectedScripts() => throw null; public System.Byte[] ReadAllBytes(string path) => throw null; public System.Byte[] ReadAllBytes(ServiceStack.Script.FileScripts fs, string path) => throw null; public string[] ReadAllLines(string path) => throw null; public string[] ReadAllLines(ServiceStack.Script.FileScripts fs, string path) => throw null; public string ReadAllText(string path) => throw null; public string ReadAllText(ServiceStack.Script.FileScripts fs, string path) => throw null; public ServiceStack.Script.IgnoreResult Replace(string from, string to, string backup) => throw null; public ServiceStack.Script.IgnoreResult Replace(ServiceStack.Script.FileScripts fs, string from, string to, string backup) => throw null; public ServiceStack.IO.IVirtualFile ResolveFile(string filterName, ServiceStack.Script.ScriptScopeContext scope, string virtualPath) => throw null; public ServiceStack.IO.IVirtualFile ResolveFile(ServiceStack.IO.IVirtualPathProvider virtualFiles, string fromVirtualPath, string virtualPath) => throw null; public static string TypeNotFoundErrorMessage(string typeName) => throw null; public ServiceStack.Script.IgnoreResult WriteAllBytes(string path, System.Byte[] bytes) => throw null; public ServiceStack.Script.IgnoreResult WriteAllBytes(ServiceStack.Script.FileScripts fs, string path, System.Byte[] bytes) => throw null; public ServiceStack.Script.IgnoreResult WriteAllLines(string path, string[] lines) => throw null; public ServiceStack.Script.IgnoreResult WriteAllLines(ServiceStack.Script.FileScripts fs, string path, string[] lines) => throw null; public ServiceStack.Script.IgnoreResult WriteAllText(string path, string text) => throw null; public ServiceStack.Script.IgnoreResult WriteAllText(ServiceStack.Script.FileScripts fs, string path, string text) => throw null; public System.Collections.Generic.IEnumerable allFiles(ServiceStack.IO.IVirtualPathProvider vfs) => throw null; public System.Collections.Generic.IEnumerable allFiles() => throw null; public System.Reflection.MemberInfo[] allMemberInfos(object o) => throw null; public ServiceStack.Script.ScriptMethodInfo[] allMethodTypes(object o) => throw null; public System.Collections.Generic.IEnumerable allRootDirectories(ServiceStack.IO.IVirtualPathProvider vfs) => throw null; public System.Collections.Generic.IEnumerable allRootDirectories() => throw null; public System.Collections.Generic.IEnumerable allRootFiles(ServiceStack.IO.IVirtualPathProvider vfs) => throw null; public System.Collections.Generic.IEnumerable allRootFiles() => throw null; public string appendToFile(string virtualPath, object contents) => throw null; public string appendToFile(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath, object contents) => throw null; public System.Type assertTypeOf(string name) => throw null; public System.Byte[] bytesContent(ServiceStack.IO.IVirtualFile file) => throw null; public object cacheClear(ServiceStack.Script.ScriptScopeContext scope, object cacheNames) => throw null; public object call(object instance, string name, System.Collections.Generic.List args) => throw null; public object call(object instance, string name) => throw null; public string cat(ServiceStack.Script.ScriptScopeContext scope, string target) => throw null; public string combinePath(string basePath, string relativePath) => throw null; public string combinePath(ServiceStack.IO.IVirtualPathProvider vfs, string basePath, string relativePath) => throw null; public string cp(ServiceStack.Script.ScriptScopeContext scope, string from, string to) => throw null; public object createInstance(System.Type type, System.Collections.Generic.List constructorArgs) => throw null; public object createInstance(System.Type type) => throw null; public object @default(string typeName) => throw null; public string deleteDirectory(string virtualPath) => throw null; public string deleteDirectory(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath) => throw null; public string deleteFile(string virtualPath) => throw null; public string deleteFile(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath) => throw null; public ServiceStack.IO.IVirtualDirectory dir(string virtualPath) => throw null; public ServiceStack.IO.IVirtualDirectory dir(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath) => throw null; public string dirDelete(string virtualPath) => throw null; public System.Collections.Generic.IEnumerable dirDirectories(string dirPath) => throw null; public System.Collections.Generic.IEnumerable dirDirectories(ServiceStack.IO.IVirtualPathProvider vfs, string dirPath) => throw null; public ServiceStack.IO.IVirtualDirectory dirDirectory(string dirPath, string dirName) => throw null; public ServiceStack.IO.IVirtualDirectory dirDirectory(ServiceStack.IO.IVirtualPathProvider vfs, string dirPath, string dirName) => throw null; public bool dirExists(string virtualPath) => throw null; public bool dirExists(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath) => throw null; public ServiceStack.IO.IVirtualFile dirFile(string dirPath, string fileName) => throw null; public ServiceStack.IO.IVirtualFile dirFile(ServiceStack.IO.IVirtualPathProvider vfs, string dirPath, string fileName) => throw null; public System.Collections.Generic.IEnumerable dirFiles(string dirPath) => throw null; public System.Collections.Generic.IEnumerable dirFiles(ServiceStack.IO.IVirtualPathProvider vfs, string dirPath) => throw null; public System.Collections.Generic.IEnumerable dirFilesFind(string dirPath, string globPattern) => throw null; public System.Collections.Generic.IEnumerable dirFindFiles(ServiceStack.IO.IVirtualDirectory dir, string globPattern, int maxDepth) => throw null; public System.Collections.Generic.IEnumerable dirFindFiles(ServiceStack.IO.IVirtualDirectory dir, string globPattern) => throw null; public string exePath(string exeName) => throw null; public ServiceStack.Script.StopExecution exit(int exitCode) => throw null; public ServiceStack.IO.IVirtualFile file(string virtualPath) => throw null; public ServiceStack.IO.IVirtualFile file(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath) => throw null; public string fileAppend(string virtualPath, object contents) => throw null; public System.Byte[] fileBytesContent(string virtualPath) => throw null; public System.Byte[] fileBytesContent(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath) => throw null; public string fileContentType(ServiceStack.IO.IVirtualFile file) => throw null; public object fileContents(object file) => throw null; public object fileContents(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath) => throw null; public System.Threading.Tasks.Task fileContentsWithCache(ServiceStack.Script.ScriptScopeContext scope, string virtualPath, object options) => throw null; public System.Threading.Tasks.Task fileContentsWithCache(ServiceStack.Script.ScriptScopeContext scope, string virtualPath) => throw null; public string fileDelete(string virtualPath) => throw null; public bool fileExists(string virtualPath) => throw null; public bool fileExists(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath) => throw null; public string fileHash(string virtualPath) => throw null; public string fileHash(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath) => throw null; public string fileHash(ServiceStack.IO.IVirtualFile file) => throw null; public bool fileIsBinary(ServiceStack.IO.IVirtualFile file) => throw null; public string fileReadAll(string virtualPath) => throw null; public System.Byte[] fileReadAllBytes(string virtualPath) => throw null; public string fileTextContents(string virtualPath) => throw null; public string fileTextContents(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath) => throw null; public string fileWrite(string virtualPath, object contents) => throw null; public System.Collections.Generic.IEnumerable filesFind(string globPattern) => throw null; public System.Collections.Generic.IEnumerable findFiles(string globPattern) => throw null; public System.Collections.Generic.IEnumerable findFiles(ServiceStack.IO.IVirtualPathProvider vfs, string globPattern, int maxDepth) => throw null; public System.Collections.Generic.IEnumerable findFiles(ServiceStack.IO.IVirtualPathProvider vfs, string globPattern) => throw null; public System.Collections.Generic.IEnumerable findFilesInDirectory(string dirPath, string globPattern) => throw null; public System.Collections.Generic.IEnumerable findFilesInDirectory(ServiceStack.IO.IVirtualPathProvider vfs, string dirPath, string globPattern) => throw null; public System.Type getType(object instance) => throw null; public System.Threading.Tasks.Task ifDebugIncludeScript(ServiceStack.Script.ScriptScopeContext scope, string virtualPath) => throw null; public System.Threading.Tasks.Task includeFile(ServiceStack.Script.ScriptScopeContext scope, string virtualPath) => throw null; public System.Threading.Tasks.Task includeFileWithCache(ServiceStack.Script.ScriptScopeContext scope, string virtualPath, object options) => throw null; public System.Threading.Tasks.Task includeFileWithCache(ServiceStack.Script.ScriptScopeContext scope, string virtualPath) => throw null; public System.Threading.Tasks.Task includeUrl(ServiceStack.Script.ScriptScopeContext scope, string url, object options) => throw null; public System.Threading.Tasks.Task includeUrl(ServiceStack.Script.ScriptScopeContext scope, string url) => throw null; public System.Threading.Tasks.Task includeUrlWithCache(ServiceStack.Script.ScriptScopeContext scope, string url, object options) => throw null; public System.Threading.Tasks.Task includeUrlWithCache(ServiceStack.Script.ScriptScopeContext scope, string url) => throw null; public ServiceStack.Script.IgnoreResult inspectVars(object vars) => throw null; public object invalidateAllCaches(ServiceStack.Script.ScriptScopeContext scope) => throw null; public ServiceStack.Script.ScriptMethodInfo[] methodTypes(object o) => throw null; public System.Collections.Generic.List methods(object o) => throw null; public string mkdir(ServiceStack.Script.ScriptScopeContext scope, string target) => throw null; public string mv(ServiceStack.Script.ScriptScopeContext scope, string from, string to) => throw null; public object @new(string typeName, System.Collections.Generic.List constructorArgs) => throw null; public object @new(string typeName) => throw null; public string osPaths(string path) => throw null; public string proc(ServiceStack.Script.ScriptScopeContext scope, string fileName, System.Collections.Generic.Dictionary options) => throw null; public string proc(ServiceStack.Script.ScriptScopeContext scope, string fileName) => throw null; public object resolve(ServiceStack.Script.ScriptScopeContext scope, object type) => throw null; public ServiceStack.IO.IVirtualFile resolveFile(ServiceStack.Script.ScriptScopeContext scope, string virtualPath) => throw null; public string rm(ServiceStack.Script.ScriptScopeContext scope, string from, string to) => throw null; public string rmdir(ServiceStack.Script.ScriptScopeContext scope, string target) => throw null; public System.Collections.Generic.List scriptMethodNames(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Collections.Generic.List scriptMethodSignatures(ServiceStack.Script.ScriptScopeContext scope) => throw null; public System.Collections.Generic.List scriptMethods(ServiceStack.Script.ScriptScopeContext scope) => throw null; public object set(object instance, System.Collections.Generic.Dictionary args) => throw null; public string sh(ServiceStack.Script.ScriptScopeContext scope, string arguments, System.Collections.Generic.Dictionary options) => throw null; public string sh(ServiceStack.Script.ScriptScopeContext scope, string arguments) => throw null; public string sha1(object target) => throw null; public string sha256(object target) => throw null; public string sha512(object target) => throw null; public ServiceStack.Script.ScriptMethodInfo[] staticMethodTypes(object o) => throw null; public System.Collections.Generic.List staticMethods(object o) => throw null; public string textContents(ServiceStack.IO.IVirtualFile file) => throw null; public string touch(ServiceStack.Script.ScriptScopeContext scope, string target) => throw null; public string typeQualifiedName(System.Type type) => throw null; public System.Type @typeof(string typeName) => throw null; public System.Type typeofProgId(string name) => throw null; public System.ReadOnlyMemory urlBytesContents(ServiceStack.Script.ScriptScopeContext scope, string url, object options) => throw null; public System.Threading.Tasks.Task urlContents(ServiceStack.Script.ScriptScopeContext scope, string url, object options) => throw null; public System.Threading.Tasks.Task urlContents(ServiceStack.Script.ScriptScopeContext scope, string url) => throw null; public System.Threading.Tasks.Task urlContentsWithCache(ServiceStack.Script.ScriptScopeContext scope, string url, object options) => throw null; public System.Threading.Tasks.Task urlContentsWithCache(ServiceStack.Script.ScriptScopeContext scope, string url) => throw null; public string urlTextContents(ServiceStack.Script.ScriptScopeContext scope, string url, object options) => throw null; public string urlTextContents(ServiceStack.Script.ScriptScopeContext scope, string url) => throw null; public System.Collections.Generic.IEnumerable vfsAllFiles() => throw null; public System.Collections.Generic.IEnumerable vfsAllRootDirectories() => throw null; public System.Collections.Generic.IEnumerable vfsAllRootFiles() => throw null; public string vfsCombinePath(string basePath, string relativePath) => throw null; public ServiceStack.IO.FileSystemVirtualFiles vfsFileSystem(string dirPath) => throw null; public ServiceStack.IO.GistVirtualFiles vfsGist(string gistId, string accessToken) => throw null; public ServiceStack.IO.GistVirtualFiles vfsGist(string gistId) => throw null; public ServiceStack.IO.MemoryVirtualFiles vfsMemory() => throw null; public string writeFile(string virtualPath, object contents) => throw null; public string writeFile(ServiceStack.IO.IVirtualPathProvider vfs, string virtualPath, object contents) => throw null; public object writeFiles(ServiceStack.IO.IVirtualPathProvider vfs, System.Collections.Generic.Dictionary files) => throw null; public object writeTextFiles(ServiceStack.IO.IVirtualPathProvider vfs, System.Collections.Generic.Dictionary textFiles) => throw null; public string xcopy(ServiceStack.Script.ScriptScopeContext scope, string from, string to) => throw null; } // Generated from `ServiceStack.Script.RawScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class RawScriptBlock : ServiceStack.Script.ScriptBlock { public override ServiceStack.Script.ScriptLanguage Body { get => throw null; } public override string Name { get => throw null; } public RawScriptBlock() => throw null; public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.RawString` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class RawString : ServiceStack.IRawString { public static ServiceStack.Script.RawString Empty; public RawString(string value) => throw null; public string ToRawString() => throw null; } // Generated from `ServiceStack.Script.ReturnValue` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ReturnValue { public System.Collections.Generic.Dictionary Args { get => throw null; } public object Result { get => throw null; } public ReturnValue(object result, System.Collections.Generic.Dictionary args) => throw null; } // Generated from `ServiceStack.Script.ScopeVars` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScopeVars : System.Collections.Generic.Dictionary { public ScopeVars(int capacity, System.Collections.Generic.IEqualityComparer comparer) => throw null; public ScopeVars(int capacity) => throw null; public ScopeVars(System.Collections.Generic.IEqualityComparer comparer) => throw null; public ScopeVars(System.Collections.Generic.IDictionary dictionary, System.Collections.Generic.IEqualityComparer comparer) => throw null; public ScopeVars(System.Collections.Generic.IDictionary dictionary) => throw null; public ScopeVars() => throw null; } // Generated from `ServiceStack.Script.ScriptABlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptABlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptABlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptBBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptBBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptBBlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class ScriptBlock : ServiceStack.Script.IConfigureScriptContext { protected int AssertWithinMaxQuota(int value) => throw null; public virtual ServiceStack.Script.ScriptLanguage Body { get => throw null; } protected bool CanExportScopeArgs(object element) => throw null; public void Configure(ServiceStack.Script.ScriptContext context) => throw null; public ServiceStack.Script.ScriptContext Context { get => throw null; set => throw null; } protected virtual string GetCallTrace(ServiceStack.Script.PageBlockFragment fragment) => throw null; protected virtual string GetElseCallTrace(ServiceStack.Script.PageElseBlock fragment) => throw null; public abstract string Name { get; } public ServiceStack.Script.ISharpPages Pages { get => throw null; set => throw null; } protected ScriptBlock() => throw null; public abstract System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token); protected virtual System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageFragment[] body, string callTrace, System.Threading.CancellationToken cancel) => throw null; protected virtual System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.JsStatement[] body, string callTrace, System.Threading.CancellationToken cancel) => throw null; protected virtual System.Threading.Tasks.Task WriteBodyAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment fragment, System.Threading.CancellationToken token) => throw null; protected virtual System.Threading.Tasks.Task WriteElseAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageElseBlock fragment, System.Threading.CancellationToken token) => throw null; protected System.Threading.Tasks.Task WriteElseAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageElseBlock[] elseBlocks, System.Threading.CancellationToken cancel) => throw null; } // Generated from `ServiceStack.Script.ScriptButtonBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptButtonBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptButtonBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptCode` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptCode : ServiceStack.Script.ScriptLanguage { public static ServiceStack.Script.ScriptLanguage Language; public override string Name { get => throw null; } public override System.Collections.Generic.List Parse(ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory body, System.ReadOnlyMemory modifiers) => throw null; public override System.Threading.Tasks.Task WritePageFragmentAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageFragment fragment, System.Threading.CancellationToken token) => throw null; public override System.Threading.Tasks.Task WriteStatementAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.JsStatement statement, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.ScriptCodeUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ScriptCodeUtils { public static ServiceStack.Script.SharpPage CodeBlock(this ServiceStack.Script.ScriptContext context, string code) => throw null; public static ServiceStack.Script.SharpPage CodeSharpPage(this ServiceStack.Script.ScriptContext context, string code) => throw null; public static string EnsureReturn(string code) => throw null; public static object EvaluateCode(this ServiceStack.Script.ScriptContext context, string code, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static T EvaluateCode(this ServiceStack.Script.ScriptContext context, string code, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task EvaluateCodeAsync(this ServiceStack.Script.ScriptContext context, string code, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task EvaluateCodeAsync(this ServiceStack.Script.ScriptContext context, string code, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static ServiceStack.Script.JsBlockStatement ParseCode(this ServiceStack.Script.ScriptContext context, string code) => throw null; public static ServiceStack.Script.JsBlockStatement ParseCode(this ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory code) => throw null; public static System.ReadOnlyMemory ParseCodeScriptBlock(this System.ReadOnlyMemory literal, ServiceStack.Script.ScriptContext context, out ServiceStack.Script.PageBlockFragment blockFragment) => throw null; public static string RenderCode(this ServiceStack.Script.ScriptContext context, string code, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task RenderCodeAsync(this ServiceStack.Script.ScriptContext context, string code, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; } // Generated from `ServiceStack.Script.ScriptConfig` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ScriptConfig { public static bool AllowAssignmentExpressions { get => throw null; set => throw null; } public static bool AllowUnixPipeSyntax { get => throw null; set => throw null; } public static System.Collections.Generic.HashSet CaptureAndEvaluateExceptionsToNull { get => throw null; set => throw null; } public static System.Globalization.CultureInfo CreateCulture() => throw null; public static System.Globalization.CultureInfo DefaultCulture { get => throw null; set => throw null; } public static string DefaultDateFormat { get => throw null; set => throw null; } public static string DefaultDateTimeFormat { get => throw null; set => throw null; } public static string DefaultErrorClassName { get => throw null; set => throw null; } public static System.TimeSpan DefaultFileCacheExpiry { get => throw null; set => throw null; } public static string DefaultIndent { get => throw null; set => throw null; } public static string DefaultJsConfig { get => throw null; set => throw null; } public static string DefaultNewLine { get => throw null; set => throw null; } public static System.StringComparison DefaultStringComparison { get => throw null; set => throw null; } public static string DefaultTableClassName { get => throw null; set => throw null; } public static string DefaultTimeFormat { get => throw null; set => throw null; } public static System.TimeSpan DefaultUrlCacheExpiry { get => throw null; set => throw null; } public static System.Collections.Generic.HashSet FatalExceptions { get => throw null; set => throw null; } public static ServiceStack.Script.ParseRealNumber ParseRealNumber; } // Generated from `ServiceStack.Script.ScriptConstants` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ScriptConstants { public const string AssetsBase = default; public const string AssignError = default; public const string BaseUrl = default; public const string CatchError = default; public const string Comparer = default; public const string Debug = default; public const string DefaultCulture = default; public const string DefaultDateFormat = default; public const string DefaultDateTimeFormat = default; public const string DefaultErrorClassName = default; public const string DefaultFileCacheExpiry = default; public const string DefaultIndent = default; public const string DefaultJsConfig = default; public const string DefaultNewLine = default; public const string DefaultStringComparison = default; public const string DefaultTableClassName = default; public const string DefaultTimeFormat = default; public const string DefaultUrlCacheExpiry = default; public const string Dto = default; public static ServiceStack.IRawString EmptyRawString { get => throw null; } public const string ErrorCode = default; public const string ErrorMessage = default; public static ServiceStack.IRawString FalseRawString { get => throw null; } public const string Field = default; public const string Format = default; public const string Global = default; public const string HtmlEncode = default; public const string IfErrorReturn = default; public const string Index = default; public const string It = default; public const string Map = default; public const string Model = default; public const string Page = default; public const string Partial = default; public const string PartialArg = default; public const string PathArgs = default; public const string PathBase = default; public const string PathInfo = default; public const string Request = default; public const string Return = default; public const string TempFilePath = default; public static ServiceStack.IRawString TrueRawString { get => throw null; } } // Generated from `ServiceStack.Script.ScriptContext` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptContext : System.IDisposable { public bool AllowScriptingOfAllTypes { get => throw null; set => throw null; } public ServiceStack.Configuration.IAppSettings AppSettings { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary Args { get => throw null; } public ServiceStack.Script.ProtectedScripts AssertProtectedMethods() => throw null; public string AssignExceptionsTo { get => throw null; set => throw null; } public System.Collections.Concurrent.ConcurrentDictionary> AssignExpressionCache { get => throw null; } public System.Collections.Concurrent.ConcurrentDictionary Cache { get => throw null; } public ServiceStack.IO.IVirtualFiles CacheFiles { get => throw null; set => throw null; } public System.Collections.Concurrent.ConcurrentDictionary, object> CacheMemory { get => throw null; } public bool CheckForModifiedPages { get => throw null; set => throw null; } public System.TimeSpan? CheckForModifiedPagesAfter { get => throw null; set => throw null; } public System.Collections.Concurrent.ConcurrentDictionary> CodePageInvokers { get => throw null; } public System.Collections.Generic.Dictionary CodePages { get => throw null; } public ServiceStack.IContainer Container { get => throw null; set => throw null; } public bool DebugMode { get => throw null; set => throw null; } public ServiceStack.Script.DefaultScripts DefaultFilters { get => throw null; } public string DefaultLayoutPage { get => throw null; set => throw null; } public ServiceStack.Script.DefaultScripts DefaultMethods { get => throw null; } public ServiceStack.Script.ScriptLanguage DefaultScriptLanguage { get => throw null; set => throw null; } public void Dispose() => throw null; public ServiceStack.IO.InMemoryVirtualFile EmptyFile { get => throw null; } public ServiceStack.Script.SharpPage EmptyPage { get => throw null; } public System.Collections.Generic.HashSet ExcludeFiltersNamed { get => throw null; } public System.Collections.Concurrent.ConcurrentDictionary> ExpiringCache { get => throw null; } public System.Collections.Generic.HashSet FileFilterNames { get => throw null; } public System.Collections.Generic.Dictionary>> FilterTransformers { get => throw null; set => throw null; } public System.Action GetAssignExpression(System.Type targetType, System.ReadOnlyMemory expression) => throw null; public ServiceStack.Script.ScriptBlock GetBlock(string name) => throw null; public ServiceStack.Script.SharpCodePage GetCodePage(string virtualPath) => throw null; public ServiceStack.Script.PageFormat GetFormat(string extension) => throw null; public void GetPage(string fromVirtualPath, string virtualPath, out ServiceStack.Script.SharpPage page, out ServiceStack.Script.SharpCodePage codePage) => throw null; public ServiceStack.Script.SharpPage GetPage(string virtualPath) => throw null; public string GetPathMapping(string prefix, string key) => throw null; public ServiceStack.Script.ScriptLanguage GetScriptLanguage(string name) => throw null; public bool HasInit { get => throw null; set => throw null; } public ServiceStack.Script.HtmlScripts HtmlMethods { get => throw null; } public string IndexPage { get => throw null; set => throw null; } public ServiceStack.Script.ScriptContext Init() => throw null; public System.Collections.Generic.List InsertPlugins { get => throw null; } public System.Collections.Generic.List InsertScriptBlocks { get => throw null; } public System.Collections.Generic.List InsertScriptMethods { get => throw null; } public System.DateTime? InvalidateCachesBefore { get => throw null; set => throw null; } public System.Collections.Concurrent.ConcurrentDictionary, ServiceStack.Script.JsToken> JsTokenCache { get => throw null; } public ServiceStack.Logging.ILog Log { get => throw null; } public System.Int64 MaxEvaluations { get => throw null; set => throw null; } public int MaxQuota { get => throw null; set => throw null; } public int MaxStackDepth { get => throw null; set => throw null; } public System.Action OnAfterPlugins { get => throw null; set => throw null; } public System.Action OnRenderException { get => throw null; set => throw null; } public System.Func> OnUnhandledExpression { get => throw null; set => throw null; } public ServiceStack.Script.SharpPage OneTimePage(string contents, string ext = default(string)) => throw null; public System.Collections.Generic.HashSet OnlyEvaluateFiltersWhenSkippingPageFilterExecution { get => throw null; set => throw null; } public System.Collections.Generic.List PageFormats { get => throw null; set => throw null; } public ServiceStack.Script.ISharpPages Pages { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary ParseAsLanguage { get => throw null; set => throw null; } public System.Collections.Concurrent.ConcurrentDictionary PathMappings { get => throw null; } public System.Collections.Generic.List Plugins { get => throw null; } public System.Collections.Generic.List> Preprocessors { get => throw null; } public ServiceStack.Script.ProtectedScripts ProtectedFilters { get => throw null; } public ServiceStack.Script.ProtectedScripts ProtectedMethods { get => throw null; } public ServiceStack.Script.ScriptContext RemoveBlocks(System.Predicate match) => throw null; public ServiceStack.Script.ScriptContext RemoveFilters(System.Predicate match) => throw null; public System.Collections.Generic.HashSet RemoveNewLineAfterFiltersNamed { get => throw null; set => throw null; } public void RemovePathMapping(string prefix, string mapPath) => throw null; public ServiceStack.Script.ScriptContext RemovePlugins(System.Predicate match) => throw null; public bool RenderExpressionExceptions { get => throw null; set => throw null; } public System.Collections.Generic.List ScanAssemblies { get => throw null; set => throw null; } public ServiceStack.Script.ScriptContext ScanType(System.Type type) => throw null; public System.Collections.Generic.List ScanTypes { get => throw null; set => throw null; } public System.Collections.Generic.List ScriptAssemblies { get => throw null; set => throw null; } public System.Collections.Generic.List ScriptBlocks { get => throw null; } public ScriptContext() => throw null; public System.Collections.Generic.List ScriptLanguages { get => throw null; } public System.Collections.Generic.List ScriptMethods { get => throw null; } public System.Collections.Generic.List ScriptNamespaces { get => throw null; set => throw null; } public System.Collections.Generic.Dictionary ScriptTypeNameMap { get => throw null; } public System.Collections.Generic.Dictionary ScriptTypeQualifiedNameMap { get => throw null; } public System.Collections.Generic.List ScriptTypes { get => throw null; set => throw null; } public string SetPathMapping(string prefix, string mapPath, string toPath) => throw null; public bool SkipExecutingFiltersIfError { get => throw null; set => throw null; } public bool TryGetPage(string fromVirtualPath, string virtualPath, out ServiceStack.Script.SharpPage page, out ServiceStack.Script.SharpCodePage codePage) => throw null; public ServiceStack.IO.IVirtualPathProvider VirtualFiles { get => throw null; set => throw null; } } // Generated from `ServiceStack.Script.ScriptContextUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ScriptContextUtils { public static ServiceStack.Script.ScriptScopeContext CreateScope(this ServiceStack.Script.ScriptContext context, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary), ServiceStack.Script.ScriptMethods functions = default(ServiceStack.Script.ScriptMethods), ServiceStack.Script.ScriptBlock blocks = default(ServiceStack.Script.ScriptBlock)) => throw null; public static string ErrorNoReturn; public static bool EvaluateResult(this ServiceStack.Script.PageResult pageResult, out object returnValue) => throw null; public static System.Threading.Tasks.Task> EvaluateResultAsync(this ServiceStack.Script.PageResult pageResult) => throw null; public static System.Exception HandleException(System.Exception e, ServiceStack.Script.PageResult pageResult) => throw null; public static System.Threading.Tasks.Task RenderAsync(this ServiceStack.Script.PageResult pageResult, System.IO.Stream stream, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static string RenderScript(this ServiceStack.Script.PageResult pageResult) => throw null; public static System.Threading.Tasks.Task RenderScriptAsync(this ServiceStack.Script.PageResult pageResult, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static void RenderToStream(this ServiceStack.Script.PageResult pageResult, System.IO.Stream stream) => throw null; public static System.Threading.Tasks.Task RenderToStreamAsync(this ServiceStack.Script.PageResult pageResult, System.IO.Stream stream) => throw null; public static bool ShouldRethrow(System.Exception e) => throw null; public static void ThrowNoReturn() => throw null; } // Generated from `ServiceStack.Script.ScriptDdBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptDdBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptDdBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptDivBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptDivBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptDivBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptDlBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptDlBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptDlBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptDtBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptDtBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptDtBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptEmBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptEmBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptEmBlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptException` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptException : System.Exception { public ServiceStack.Script.PageResult PageResult { get => throw null; } public string PageStackTrace { get => throw null; } public ScriptException(ServiceStack.Script.PageResult pageResult) => throw null; } // Generated from `ServiceStack.Script.ScriptExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ScriptExtensions { public static string AsString(this object str) => throw null; public static object InStopFilter(this System.Exception ex, ServiceStack.Script.ScriptScopeContext scope, object options) => throw null; } // Generated from `ServiceStack.Script.ScriptFormBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptFormBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptFormBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptHtmlBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class ScriptHtmlBlock : ServiceStack.Script.ScriptBlock { public override ServiceStack.Script.ScriptLanguage Body { get => throw null; } public override string Name { get => throw null; } protected ScriptHtmlBlock() => throw null; public virtual string Suffix { get => throw null; } public abstract string Tag { get; } public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.ScriptIBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptIBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptIBlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptImgBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptImgBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptImgBlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptInputBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptInputBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptInputBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptLanguage` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class ScriptLanguage { public virtual string LineComment { get => throw null; } public abstract string Name { get; } public abstract System.Collections.Generic.List Parse(ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory body, System.ReadOnlyMemory modifiers); public System.Collections.Generic.List Parse(ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory body) => throw null; public virtual ServiceStack.Script.PageBlockFragment ParseVerbatimBlock(string blockName, System.ReadOnlyMemory argument, System.ReadOnlyMemory body) => throw null; protected ScriptLanguage() => throw null; public static object UnwrapValue(object value) => throw null; public static ServiceStack.Script.ScriptLanguage Verbatim { get => throw null; } public virtual System.Threading.Tasks.Task WritePageFragmentAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageFragment fragment, System.Threading.CancellationToken token) => throw null; public virtual System.Threading.Tasks.Task WriteStatementAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.JsStatement statement, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.ScriptLiBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptLiBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptLiBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptLinkBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptLinkBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptLinkBlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptLisp` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptLisp : ServiceStack.Script.ScriptLanguage, ServiceStack.Script.IConfigureScriptContext { public void Configure(ServiceStack.Script.ScriptContext context) => throw null; public static ServiceStack.Script.ScriptLanguage Language; public override string LineComment { get => throw null; } public override string Name { get => throw null; } public override System.Collections.Generic.List Parse(ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory body, System.ReadOnlyMemory modifiers) => throw null; public override System.Threading.Tasks.Task WritePageFragmentAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageFragment fragment, System.Threading.CancellationToken token) => throw null; public override System.Threading.Tasks.Task WriteStatementAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.JsStatement statement, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.ScriptLispUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ScriptLispUtils { public static string EnsureReturn(string lisp) => throw null; public static object EvaluateLisp(this ServiceStack.Script.ScriptContext context, string lisp, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static T EvaluateLisp(this ServiceStack.Script.ScriptContext context, string lisp, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task EvaluateLispAsync(this ServiceStack.Script.ScriptContext context, string lisp, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task EvaluateLispAsync(this ServiceStack.Script.ScriptContext context, string lisp, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static ServiceStack.Script.Lisp.Interpreter GetLispInterpreter(this ServiceStack.Script.ScriptScopeContext scope) => throw null; public static ServiceStack.Script.Lisp.Interpreter GetLispInterpreter(this ServiceStack.Script.PageResult pageResult, ServiceStack.Script.ScriptScopeContext scope) => throw null; public static ServiceStack.Script.SharpPage LispSharpPage(this ServiceStack.Script.ScriptContext context, string lisp) => throw null; public static ServiceStack.Script.LispStatements ParseLisp(this ServiceStack.Script.ScriptContext context, string lisp) => throw null; public static ServiceStack.Script.LispStatements ParseLisp(this ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory lisp) => throw null; public static string RenderLisp(this ServiceStack.Script.ScriptContext context, string lisp, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task RenderLispAsync(this ServiceStack.Script.ScriptContext context, string lisp, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; } // Generated from `ServiceStack.Script.ScriptMetaBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptMetaBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptMetaBlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptMethodInfo` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptMethodInfo { public string Body { get => throw null; } public static ServiceStack.Script.ScriptMethodInfo Create(System.Reflection.MethodInfo mi) => throw null; public string FirstParam { get => throw null; } public string FirstParamType { get => throw null; } public System.Reflection.MethodInfo GetMethodInfo() => throw null; public static System.Collections.Generic.List GetScriptMethods(System.Type scriptMethodsType, System.Func where = default(System.Func)) => throw null; public string Name { get => throw null; } public int ParamCount { get => throw null; } public string[] ParamNames { get => throw null; } public string[] ParamTypes { get => throw null; } public string[] RemainingParams { get => throw null; } public string Return { get => throw null; } public string ReturnType { get => throw null; } public ScriptMethodInfo(System.Reflection.MethodInfo methodInfo, System.Reflection.ParameterInfo[] @params) => throw null; public string ScriptSignature { get => throw null; } public string Signature { get => throw null; } public ServiceStack.ScriptMethodType ToScriptMethodType() => throw null; public override string ToString() => throw null; } // Generated from `ServiceStack.Script.ScriptMethods` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptMethods { public ServiceStack.Script.ScriptContext Context { get => throw null; set => throw null; } public ServiceStack.MethodInvoker GetInvoker(string name, int argsCount, ServiceStack.Script.InvokerType type) => throw null; public System.Collections.Concurrent.ConcurrentDictionary InvokerCache { get => throw null; } public ServiceStack.Script.ISharpPages Pages { get => throw null; set => throw null; } public System.Collections.Generic.List QueryFilters(string filterName) => throw null; public ScriptMethods() => throw null; } // Generated from `ServiceStack.Script.ScriptOlBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptOlBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptOlBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptOptionBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptOptionBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptOptionBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptPBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptPBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptPBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptPreprocessors` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ScriptPreprocessors { public static string TransformCodeBlocks(string script) => throw null; public static string TransformStatementBody(string body) => throw null; } // Generated from `ServiceStack.Script.ScriptScopeContext` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public struct ScriptScopeContext { public ServiceStack.Script.ScriptScopeContext Clone() => throw null; public ServiceStack.Script.SharpCodePage CodePage { get => throw null; } public ServiceStack.Script.ScriptContext Context { get => throw null; } public System.IO.Stream OutputStream { get => throw null; } public ServiceStack.Script.SharpPage Page { get => throw null; } public ServiceStack.Script.PageResult PageResult { get => throw null; } public System.Collections.Generic.Dictionary ScopedParams { get => throw null; set => throw null; } public ScriptScopeContext(ServiceStack.Script.ScriptContext context, System.Collections.Generic.Dictionary scopedParams) => throw null; public ScriptScopeContext(ServiceStack.Script.PageResult pageResult, System.IO.Stream outputStream, System.Collections.Generic.Dictionary scopedParams) => throw null; // Stub generator skipped constructor public static implicit operator ServiceStack.Templates.TemplateScopeContext(ServiceStack.Script.ScriptScopeContext from) => throw null; } // Generated from `ServiceStack.Script.ScriptScopeContextUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ScriptScopeContextUtils { public static ServiceStack.Script.ScriptScopeContext CreateScopedContext(this ServiceStack.Script.ScriptScopeContext scope, string template, System.Collections.Generic.Dictionary scopeParams = default(System.Collections.Generic.Dictionary), bool cachePage = default(bool)) => throw null; public static object EvaluateExpression(this ServiceStack.Script.ScriptScopeContext scope, string expr) => throw null; public static object GetArgument(this ServiceStack.Script.ScriptScopeContext scope, string name) => throw null; public static object GetValue(this ServiceStack.Script.ScriptScopeContext scope, string name) => throw null; public static void InvokeAssignExpression(this ServiceStack.Script.ScriptScopeContext scope, string assignExpr, object target, object value) => throw null; public static ServiceStack.Script.StopExecution ReturnValue(this ServiceStack.Script.ScriptScopeContext scope, object returnValue, System.Collections.Generic.Dictionary returnArgs = default(System.Collections.Generic.Dictionary)) => throw null; public static ServiceStack.Script.ScriptScopeContext ScopeWith(this ServiceStack.Script.ScriptScopeContext parentContext, System.Collections.Generic.Dictionary scopedParams = default(System.Collections.Generic.Dictionary), System.IO.Stream outputStream = default(System.IO.Stream)) => throw null; public static ServiceStack.Script.ScriptScopeContext ScopeWithParams(this ServiceStack.Script.ScriptScopeContext parentContext, System.Collections.Generic.Dictionary scopedParams) => throw null; public static ServiceStack.Script.ScriptScopeContext ScopeWithStream(this ServiceStack.Script.ScriptScopeContext scope, System.IO.Stream stream) => throw null; public static bool TryGetMethod(this ServiceStack.Script.ScriptScopeContext scope, string name, int fnArgValuesCount, out System.Delegate fn, out ServiceStack.Script.ScriptMethods scriptMethod, out bool requiresScope) => throw null; public static bool TryGetValue(this ServiceStack.Script.ScriptScopeContext scope, string name, out object value) => throw null; public static System.Threading.Tasks.Task WritePageAsync(this ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.SharpPage page, ServiceStack.Script.SharpCodePage codePage, System.Collections.Generic.Dictionary pageParams, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null; public static System.Threading.Tasks.Task WritePageAsync(this ServiceStack.Script.ScriptScopeContext scope) => throw null; } // Generated from `ServiceStack.Script.ScriptScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptScriptBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptScriptBlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptSelectBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptSelectBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptSelectBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptSpanBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptSpanBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptSpanBlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptStrongBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptStrongBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptStrongBlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptStyleBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptStyleBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptStyleBlock() => throw null; public override string Suffix { get => throw null; } public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptTBodyBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptTBodyBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptTBodyBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptTFootBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptTFootBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptTFootBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptTHeadBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptTHeadBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptTHeadBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptTableBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptTableBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptTableBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptTdBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptTdBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptTdBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptTemplate` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptTemplate : ServiceStack.Script.ScriptLanguage { public static ServiceStack.Script.ScriptLanguage Language; public override string Name { get => throw null; } public override System.Collections.Generic.List Parse(ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory body, System.ReadOnlyMemory modifiers) => throw null; public override System.Threading.Tasks.Task WritePageFragmentAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageFragment fragment, System.Threading.CancellationToken token) => throw null; } // Generated from `ServiceStack.Script.ScriptTemplateUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class ScriptTemplateUtils { public static System.Collections.Concurrent.ConcurrentDictionary> BinderCache { get => throw null; } public static System.Func Compile(System.Type type, System.ReadOnlyMemory expr) => throw null; public static System.Action CompileAssign(System.Type type, System.ReadOnlyMemory expr) => throw null; public static System.Reflection.MethodInfo CreateConvertMethod(System.Type toType) => throw null; public static object Evaluate(this ServiceStack.Script.ScriptContext context, string script, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static T Evaluate(this ServiceStack.Script.ScriptContext context, string script, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task EvaluateAsync(this ServiceStack.Script.ScriptContext context, string script, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task EvaluateAsync(this ServiceStack.Script.ScriptContext context, string script, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static object EvaluateBinding(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.JsToken token) => throw null; public static T EvaluateBindingAs(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.JsToken token) => throw null; public static string EvaluateScript(this ServiceStack.Script.ScriptContext context, string script, out ServiceStack.Script.ScriptException error) => throw null; public static string EvaluateScript(this ServiceStack.Script.ScriptContext context, string script, System.Collections.Generic.Dictionary args, out ServiceStack.Script.ScriptException error) => throw null; public static string EvaluateScript(this ServiceStack.Script.ScriptContext context, string script, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task EvaluateScriptAsync(this ServiceStack.Script.ScriptContext context, string script, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Func GetMemberExpression(System.Type targetType, System.ReadOnlyMemory expression) => throw null; public static bool IsWhiteSpace(this System.Char c) => throw null; public static System.Collections.Generic.List ParseScript(this ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory text) => throw null; public static System.Collections.Generic.List ParseTemplate(this ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory text) => throw null; public static System.Collections.Generic.List ParseTemplate(string text) => throw null; public static System.ReadOnlyMemory ParseTemplateBody(this System.ReadOnlyMemory literal, System.ReadOnlyMemory blockName, out System.ReadOnlyMemory body) => throw null; public static System.ReadOnlyMemory ParseTemplateElseBlock(this System.ReadOnlyMemory literal, string blockName, out System.ReadOnlyMemory elseArgument, out System.ReadOnlyMemory elseBody) => throw null; public static System.ReadOnlyMemory ParseTemplateScriptBlock(this System.ReadOnlyMemory literal, ServiceStack.Script.ScriptContext context, out ServiceStack.Script.PageBlockFragment blockFragment) => throw null; public static string RenderScript(this ServiceStack.Script.ScriptContext context, string script, out ServiceStack.Script.ScriptException error) => throw null; public static string RenderScript(this ServiceStack.Script.ScriptContext context, string script, System.Collections.Generic.Dictionary args, out ServiceStack.Script.ScriptException error) => throw null; public static string RenderScript(this ServiceStack.Script.ScriptContext context, string script, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task RenderScriptAsync(this ServiceStack.Script.ScriptContext context, string script, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static ServiceStack.Script.SharpPage SharpScriptPage(this ServiceStack.Script.ScriptContext context, string code) => throw null; public static ServiceStack.Script.SharpPage TemplateSharpPage(this ServiceStack.Script.ScriptContext context, string code) => throw null; public static ServiceStack.IRawString ToRawString(this string value) => throw null; } // Generated from `ServiceStack.Script.ScriptTextAreaBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptTextAreaBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptTextAreaBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptTrBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptTrBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptTrBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptUlBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptUlBlock : ServiceStack.Script.ScriptHtmlBlock { public ScriptUlBlock() => throw null; public override string Tag { get => throw null; } } // Generated from `ServiceStack.Script.ScriptVerbatim` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ScriptVerbatim : ServiceStack.Script.ScriptLanguage { public static ServiceStack.Script.ScriptLanguage Language; public override string Name { get => throw null; } public override System.Collections.Generic.List Parse(ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory body, System.ReadOnlyMemory modifiers) => throw null; } // Generated from `ServiceStack.Script.SharpCodePage` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class SharpCodePage : System.IDisposable { public System.Collections.Generic.Dictionary Args { get => throw null; } public ServiceStack.Script.ScriptContext Context { get => throw null; set => throw null; } public virtual void Dispose() => throw null; public ServiceStack.Script.PageFormat Format { get => throw null; set => throw null; } public bool HasInit { get => throw null; set => throw null; } public virtual ServiceStack.Script.SharpCodePage Init() => throw null; public string Layout { get => throw null; set => throw null; } public ServiceStack.Script.SharpPage LayoutPage { get => throw null; set => throw null; } public ServiceStack.Script.ISharpPages Pages { get => throw null; set => throw null; } public ServiceStack.Script.ScriptScopeContext Scope { get => throw null; set => throw null; } protected SharpCodePage(string layout = default(string)) => throw null; public string VirtualPath { get => throw null; set => throw null; } public System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope) => throw null; } // Generated from `ServiceStack.Script.SharpPage` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class SharpPage { public System.Collections.Generic.Dictionary Args { get => throw null; set => throw null; } public System.ReadOnlyMemory BodyContents { get => throw null; set => throw null; } public ServiceStack.Script.ScriptContext Context { get => throw null; } public ServiceStack.IO.IVirtualFile File { get => throw null; } public System.ReadOnlyMemory FileContents { get => throw null; set => throw null; } public ServiceStack.Script.PageFormat Format { get => throw null; } public bool HasInit { get => throw null; set => throw null; } public virtual System.Threading.Tasks.Task Init() => throw null; public bool IsImmutable { get => throw null; set => throw null; } public bool IsLayout { get => throw null; set => throw null; } public bool IsTempFile { get => throw null; } public System.DateTime LastModified { get => throw null; set => throw null; } public System.DateTime LastModifiedCheck { get => throw null; set => throw null; } public ServiceStack.Script.SharpPage LayoutPage { get => throw null; set => throw null; } public System.Threading.Tasks.Task Load() => throw null; public ServiceStack.Script.PageFragment[] PageFragments { get => throw null; set => throw null; } public ServiceStack.Script.ScriptLanguage ScriptLanguage { get => throw null; set => throw null; } public SharpPage(ServiceStack.Script.ScriptContext context, ServiceStack.Script.PageFragment[] body) => throw null; public SharpPage(ServiceStack.Script.ScriptContext context, ServiceStack.IO.IVirtualFile file, ServiceStack.Script.PageFormat format = default(ServiceStack.Script.PageFormat)) => throw null; public string VirtualPath { get => throw null; } } // Generated from `ServiceStack.Script.SharpPages` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class SharpPages : ServiceStack.Templates.ITemplatePages, ServiceStack.Script.ISharpPages { public virtual ServiceStack.Script.SharpPage AddPage(string virtualPath, ServiceStack.IO.IVirtualFile file) => throw null; public ServiceStack.Script.ScriptContext Context { get => throw null; } public ServiceStack.Script.SharpCodePage GetCodePage(string virtualPath) => throw null; public System.DateTime GetLastModified(ServiceStack.Script.SharpPage page) => throw null; public System.DateTime GetLastModifiedPage(ServiceStack.Script.SharpPage page) => throw null; public virtual ServiceStack.Script.SharpPage GetPage(string pathInfo) => throw null; public static string Layout; public virtual ServiceStack.Script.SharpPage OneTimePage(string contents, string ext) => throw null; public ServiceStack.Script.SharpPage OneTimePage(string contents, string ext, System.Action init) => throw null; public virtual ServiceStack.Script.SharpPage ResolveLayoutPage(ServiceStack.Script.SharpPage page, string layout) => throw null; public virtual ServiceStack.Script.SharpPage ResolveLayoutPage(ServiceStack.Script.SharpCodePage page, string layout) => throw null; public SharpPages(ServiceStack.Script.ScriptContext context) => throw null; public virtual ServiceStack.Script.SharpPage TryGetPage(string path) => throw null; } // Generated from `ServiceStack.Script.SharpPartialPage` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class SharpPartialPage : ServiceStack.Script.SharpPage { public override System.Threading.Tasks.Task Init() => throw null; public SharpPartialPage(ServiceStack.Script.ScriptContext context, string name, System.Collections.Generic.IEnumerable body, string format, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) : base(default(ServiceStack.Script.ScriptContext), default(ServiceStack.Script.PageFragment[])) => throw null; } // Generated from `ServiceStack.Script.SharpScript` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class SharpScript : ServiceStack.Script.ScriptLanguage { public static ServiceStack.Script.ScriptLanguage Language; public override string Name { get => throw null; } public override System.Collections.Generic.List Parse(ServiceStack.Script.ScriptContext context, System.ReadOnlyMemory body, System.ReadOnlyMemory modifiers) => throw null; } // Generated from `ServiceStack.Script.StopExecution` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class StopExecution : ServiceStack.Script.IResultInstruction { public static ServiceStack.Script.StopExecution Value; } // Generated from `ServiceStack.Script.StopFilterExecutionException` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class StopFilterExecutionException : ServiceStack.StopExecutionException, ServiceStack.Model.IResponseStatusConvertible { public object Options { get => throw null; } public ServiceStack.Script.ScriptScopeContext Scope { get => throw null; } public StopFilterExecutionException(ServiceStack.Script.ScriptScopeContext scope, object options, System.Exception innerException) => throw null; public ServiceStack.ResponseStatus ToResponseStatus() => throw null; } // Generated from `ServiceStack.Script.SyntaxErrorException` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class SyntaxErrorException : System.ArgumentException { public SyntaxErrorException(string message, System.Exception innerException) => throw null; public SyntaxErrorException(string message) => throw null; public SyntaxErrorException() => throw null; } // Generated from `ServiceStack.Script.TemplateFilterUtils` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class TemplateFilterUtils { public static ServiceStack.Script.ScriptScopeContext AddItemToScope(this ServiceStack.Script.ScriptScopeContext scope, string itemBinding, object item, int index) => throw null; public static ServiceStack.Script.ScriptScopeContext AddItemToScope(this ServiceStack.Script.ScriptScopeContext scope, string itemBinding, object item) => throw null; public static System.Collections.Generic.IEnumerable AssertEnumerable(this object items, string filterName) => throw null; public static string AssertExpression(this ServiceStack.Script.ScriptScopeContext scope, string filterName, object expression) => throw null; public static ServiceStack.Script.JsToken AssertExpression(this ServiceStack.Script.ScriptScopeContext scope, string filterName, object expression, object scopeOptions, out string itemBinding) => throw null; public static object AssertNoCircularDeps(this object value) => throw null; public static System.Collections.Generic.Dictionary AssertOptions(this object scopedParams, string filterName) => throw null; public static System.Collections.Generic.Dictionary AssertOptions(this ServiceStack.Script.ScriptScopeContext scope, string filterName, object scopedParams) => throw null; public static ServiceStack.Script.ScriptContext CreateNewContext(this ServiceStack.Script.ScriptScopeContext scope, System.Collections.Generic.Dictionary args) => throw null; public static System.Collections.Generic.Dictionary GetParamsWithItemBinding(this ServiceStack.Script.ScriptScopeContext scope, string filterName, object scopedParams, out string itemBinding) => throw null; public static System.Collections.Generic.Dictionary GetParamsWithItemBinding(this ServiceStack.Script.ScriptScopeContext scope, string filterName, ServiceStack.Script.SharpPage page, object scopedParams, out string itemBinding) => throw null; public static System.Collections.Generic.Dictionary GetParamsWithItemBindingOnly(this ServiceStack.Script.ScriptScopeContext scope, string filterName, ServiceStack.Script.SharpPage page, object scopedParams, out string itemBinding) => throw null; public static object GetValueOrEvaluateBinding(this ServiceStack.Script.ScriptScopeContext scope, object valueOrBinding, System.Type returnType) => throw null; public static T GetValueOrEvaluateBinding(this ServiceStack.Script.ScriptScopeContext scope, object valueOrBinding) => throw null; public static bool TryGetPage(this ServiceStack.Script.ScriptScopeContext scope, string virtualPath, out ServiceStack.Script.SharpPage page, out ServiceStack.Script.SharpCodePage codePage) => throw null; } // Generated from `ServiceStack.Script.WhileScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class WhileScriptBlock : ServiceStack.Script.ScriptBlock { public override string Name { get => throw null; } public WhileScriptBlock() => throw null; public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken ct) => throw null; } // Generated from `ServiceStack.Script.WithScriptBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class WithScriptBlock : ServiceStack.Script.ScriptBlock { public override string Name { get => throw null; } public WithScriptBlock() => throw null; public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; } } namespace Support { // Generated from `ServiceStack.Support.ActionExecHandler` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ActionExecHandler : ServiceStack.Commands.ICommandExec, ServiceStack.Commands.ICommand { public ActionExecHandler(System.Action action, System.Threading.AutoResetEvent waitHandle) => throw null; public bool Execute() => throw null; } // Generated from `ServiceStack.Support.AdapterBase` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class AdapterBase { protected AdapterBase() => throw null; protected void Execute(System.Action action) => throw null; protected T Execute(System.Func action) => throw null; protected System.Threading.Tasks.Task ExecuteAsync(System.Func> action) => throw null; protected System.Threading.Tasks.Task ExecuteAsync(System.Func> action, System.Threading.CancellationToken token) => throw null; protected System.Threading.Tasks.Task ExecuteAsync(System.Func action) => throw null; protected System.Threading.Tasks.Task ExecuteAsync(System.Func action, System.Threading.CancellationToken token) => throw null; protected abstract ServiceStack.Logging.ILog Log { get; } } // Generated from `ServiceStack.Support.CommandExecsHandler` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class CommandExecsHandler : ServiceStack.Commands.ICommandExec, ServiceStack.Commands.ICommand { public CommandExecsHandler(ServiceStack.Commands.ICommandExec command, System.Threading.AutoResetEvent waitHandle) => throw null; public bool Execute() => throw null; } // Generated from `ServiceStack.Support.CommandResultsHandler<>` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class CommandResultsHandler : ServiceStack.Commands.ICommandExec, ServiceStack.Commands.ICommand { public CommandResultsHandler(System.Collections.Generic.List results, ServiceStack.Commands.ICommandList command, System.Threading.AutoResetEvent waitHandle) => throw null; public bool Execute() => throw null; } // Generated from `ServiceStack.Support.InMemoryLog` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class InMemoryLog : ServiceStack.Logging.ILog { public System.Text.StringBuilder CombinedLog { get => throw null; set => throw null; } public void Debug(object message, System.Exception exception) => throw null; public void Debug(object message) => throw null; public System.Collections.Generic.List DebugEntries { get => throw null; set => throw null; } public System.Collections.Generic.List DebugExceptions { get => throw null; set => throw null; } public void DebugFormat(string format, params object[] args) => throw null; public void Error(object message, System.Exception exception) => throw null; public void Error(object message) => throw null; public System.Collections.Generic.List ErrorEntries { get => throw null; set => throw null; } public System.Collections.Generic.List ErrorExceptions { get => throw null; set => throw null; } public void ErrorFormat(string format, params object[] args) => throw null; public void Fatal(object message, System.Exception exception) => throw null; public void Fatal(object message) => throw null; public System.Collections.Generic.List FatalEntries { get => throw null; set => throw null; } public System.Collections.Generic.List FatalExceptions { get => throw null; set => throw null; } public void FatalFormat(string format, params object[] args) => throw null; public bool HasExceptions { get => throw null; } public InMemoryLog(string loggerName) => throw null; public void Info(object message, System.Exception exception) => throw null; public void Info(object message) => throw null; public System.Collections.Generic.List InfoEntries { get => throw null; set => throw null; } public System.Collections.Generic.List InfoExceptions { get => throw null; set => throw null; } public void InfoFormat(string format, params object[] args) => throw null; public bool IsDebugEnabled { get => throw null; set => throw null; } public string LoggerName { get => throw null; set => throw null; } public void Warn(object message, System.Exception exception) => throw null; public void Warn(object message) => throw null; public System.Collections.Generic.List WarnEntries { get => throw null; set => throw null; } public System.Collections.Generic.List WarnExceptions { get => throw null; set => throw null; } public void WarnFormat(string format, params object[] args) => throw null; } // Generated from `ServiceStack.Support.InMemoryLogFactory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class InMemoryLogFactory : ServiceStack.Logging.ILogFactory { public ServiceStack.Logging.ILog GetLogger(string typeName) => throw null; public ServiceStack.Logging.ILog GetLogger(System.Type type) => throw null; public InMemoryLogFactory(bool debugEnabled = default(bool)) => throw null; } } namespace Templates { // Generated from `ServiceStack.Templates.ITemplatePages` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface ITemplatePages : ServiceStack.Script.ISharpPages { } // Generated from `ServiceStack.Templates.ITemplatePlugin` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public interface ITemplatePlugin : ServiceStack.Script.IScriptPlugin { } // Generated from `ServiceStack.Templates.TemplateBlock` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class TemplateBlock : ServiceStack.Script.ScriptBlock { protected TemplateBlock() => throw null; public override System.Threading.Tasks.Task WriteAsync(ServiceStack.Script.ScriptScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken token) => throw null; public abstract System.Threading.Tasks.Task WriteAsync(ServiceStack.Templates.TemplateScopeContext scope, ServiceStack.Script.PageBlockFragment block, System.Threading.CancellationToken ct); } // Generated from `ServiceStack.Templates.TemplateCodePage` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class TemplateCodePage : ServiceStack.Script.SharpCodePage { public TemplateCodePage() : base(default(string)) => throw null; } // Generated from `ServiceStack.Templates.TemplateConfig` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class TemplateConfig { public static System.Collections.Generic.HashSet CaptureAndEvaluateExceptionsToNull { get => throw null; } public static System.Globalization.CultureInfo CreateCulture() => throw null; public static System.Globalization.CultureInfo DefaultCulture { get => throw null; } public static string DefaultDateFormat { get => throw null; } public static string DefaultDateTimeFormat { get => throw null; } public static string DefaultErrorClassName { get => throw null; } public static System.TimeSpan DefaultFileCacheExpiry { get => throw null; } public static string DefaultIndent { get => throw null; } public static string DefaultJsConfig { get => throw null; } public static string DefaultNewLine { get => throw null; } public static System.StringComparison DefaultStringComparison { get => throw null; } public static string DefaultTableClassName { get => throw null; } public static string DefaultTimeFormat { get => throw null; } public static System.TimeSpan DefaultUrlCacheExpiry { get => throw null; } public static System.Collections.Generic.HashSet FatalExceptions { get => throw null; } public static int MaxQuota { get => throw null; set => throw null; } } // Generated from `ServiceStack.Templates.TemplateConstants` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class TemplateConstants { public const string AssetsBase = default; public const string AssignError = default; public const string CatchError = default; public const string Comparer = default; public const string Debug = default; public const string DefaultCulture = default; public const string DefaultDateFormat = default; public const string DefaultDateTimeFormat = default; public const string DefaultErrorClassName = default; public const string DefaultFileCacheExpiry = default; public const string DefaultIndent = default; public const string DefaultJsConfig = default; public const string DefaultNewLine = default; public const string DefaultStringComparison = default; public const string DefaultTableClassName = default; public const string DefaultTimeFormat = default; public const string DefaultUrlCacheExpiry = default; public static ServiceStack.IRawString EmptyRawString { get => throw null; } public static ServiceStack.IRawString FalseRawString { get => throw null; } public const string Format = default; public const string HtmlEncode = default; public const string Index = default; public const string Map = default; public const string Model = default; public const string Page = default; public const string Partial = default; public const string PathArgs = default; public const string PathInfo = default; public const string Request = default; public const string TempFilePath = default; public static ServiceStack.IRawString TrueRawString { get => throw null; } } // Generated from `ServiceStack.Templates.TemplateContext` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class TemplateContext : ServiceStack.Script.ScriptContext { public ServiceStack.Script.DefaultScripts DefaultFilters { get => throw null; } public ServiceStack.Script.HtmlScripts HtmlFilters { get => throw null; } public ServiceStack.Templates.TemplateContext Init() => throw null; public ServiceStack.Script.ProtectedScripts ProtectedFilters { get => throw null; } public System.Collections.Generic.List TemplateBlocks { get => throw null; } public TemplateContext() => throw null; public System.Collections.Generic.List TemplateFilters { get => throw null; } } // Generated from `ServiceStack.Templates.TemplateContextExtensions` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public static class TemplateContextExtensions { public static string EvaluateTemplate(this ServiceStack.Templates.TemplateContext context, string script, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; public static System.Threading.Tasks.Task EvaluateTemplateAsync(this ServiceStack.Templates.TemplateContext context, string script, System.Collections.Generic.Dictionary args = default(System.Collections.Generic.Dictionary)) => throw null; } // Generated from `ServiceStack.Templates.TemplateDefaultFilters` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class TemplateDefaultFilters : ServiceStack.Script.DefaultScripts { public TemplateDefaultFilters() => throw null; } // Generated from `ServiceStack.Templates.TemplateFilter` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class TemplateFilter : ServiceStack.Script.ScriptMethods { public TemplateFilter() => throw null; } // Generated from `ServiceStack.Templates.TemplateHtmlFilters` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class TemplateHtmlFilters : ServiceStack.Script.HtmlScripts { public TemplateHtmlFilters() => throw null; } // Generated from `ServiceStack.Templates.TemplatePage` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class TemplatePage : ServiceStack.Script.SharpPage { public TemplatePage(ServiceStack.Templates.TemplateContext context, ServiceStack.IO.IVirtualFile file, ServiceStack.Script.PageFormat format = default(ServiceStack.Script.PageFormat)) : base(default(ServiceStack.Script.ScriptContext), default(ServiceStack.Script.PageFragment[])) => throw null; } // Generated from `ServiceStack.Templates.TemplateProtectedFilters` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class TemplateProtectedFilters : ServiceStack.Script.ProtectedScripts { public TemplateProtectedFilters() => throw null; } // Generated from `ServiceStack.Templates.TemplateScopeContext` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public struct TemplateScopeContext { public ServiceStack.Script.SharpCodePage CodePage { get => throw null; } public ServiceStack.Script.ScriptContext Context { get => throw null; } public System.IO.Stream OutputStream { get => throw null; } public ServiceStack.Script.SharpPage Page { get => throw null; } public ServiceStack.Script.PageResult PageResult { get => throw null; } public System.Collections.Generic.Dictionary ScopedParams { get => throw null; set => throw null; } public TemplateScopeContext(ServiceStack.Script.PageResult pageResult, System.IO.Stream outputStream, System.Collections.Generic.Dictionary scopedParams) => throw null; // Stub generator skipped constructor public static implicit operator ServiceStack.Script.ScriptScopeContext(ServiceStack.Templates.TemplateScopeContext from) => throw null; } } namespace VirtualPath { // Generated from `ServiceStack.VirtualPath.AbstractVirtualDirectoryBase` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class AbstractVirtualDirectoryBase : System.Collections.IEnumerable, System.Collections.Generic.IEnumerable, ServiceStack.IO.IVirtualNode, ServiceStack.IO.IVirtualDirectory { protected AbstractVirtualDirectoryBase(ServiceStack.IO.IVirtualPathProvider owningProvider, ServiceStack.IO.IVirtualDirectory parentDirectory) => throw null; protected AbstractVirtualDirectoryBase(ServiceStack.IO.IVirtualPathProvider owningProvider) => throw null; public abstract System.Collections.Generic.IEnumerable Directories { get; } public ServiceStack.IO.IVirtualDirectory Directory { get => throw null; } public override bool Equals(object obj) => throw null; public abstract System.Collections.Generic.IEnumerable Files { get; } public virtual System.Collections.Generic.IEnumerable GetAllMatchingFiles(string globPattern, int maxDepth = default(int)) => throw null; public virtual ServiceStack.IO.IVirtualDirectory GetDirectory(string virtualPath) => throw null; public virtual ServiceStack.IO.IVirtualDirectory GetDirectory(System.Collections.Generic.Stack virtualPath) => throw null; protected abstract ServiceStack.IO.IVirtualDirectory GetDirectoryFromBackingDirectoryOrDefault(string directoryName); public abstract System.Collections.Generic.IEnumerator GetEnumerator(); System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null; public virtual ServiceStack.IO.IVirtualFile GetFile(string virtualPath) => throw null; public virtual ServiceStack.IO.IVirtualFile GetFile(System.Collections.Generic.Stack virtualPath) => throw null; protected abstract ServiceStack.IO.IVirtualFile GetFileFromBackingDirectoryOrDefault(string fileName); public override int GetHashCode() => throw null; protected abstract System.Collections.Generic.IEnumerable GetMatchingFilesInDir(string globPattern); protected virtual string GetPathToRoot(string separator, System.Func pathSel) => throw null; protected virtual string GetRealPathToRoot() => throw null; protected virtual string GetVirtualPathToRoot() => throw null; public virtual bool IsDirectory { get => throw null; } public virtual bool IsRoot { get => throw null; } public abstract System.DateTime LastModified { get; } public abstract string Name { get; } public ServiceStack.IO.IVirtualDirectory ParentDirectory { get => throw null; set => throw null; } public virtual string RealPath { get => throw null; } public override string ToString() => throw null; public virtual string VirtualPath { get => throw null; } protected ServiceStack.IO.IVirtualPathProvider VirtualPathProvider; } // Generated from `ServiceStack.VirtualPath.AbstractVirtualFileBase` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class AbstractVirtualFileBase : ServiceStack.IO.IVirtualNode, ServiceStack.IO.IVirtualFile { protected AbstractVirtualFileBase(ServiceStack.IO.IVirtualPathProvider owningProvider, ServiceStack.IO.IVirtualDirectory directory) => throw null; public ServiceStack.IO.IVirtualDirectory Directory { get => throw null; set => throw null; } public override bool Equals(object obj) => throw null; public virtual string Extension { get => throw null; } public virtual object GetContents() => throw null; public virtual string GetFileHash() => throw null; public override int GetHashCode() => throw null; protected virtual string GetPathToRoot(string separator, System.Func pathSel) => throw null; protected virtual string GetRealPathToRoot() => throw null; protected virtual string GetVirtualPathToRoot() => throw null; public virtual bool IsDirectory { get => throw null; } public abstract System.DateTime LastModified { get; } public abstract System.Int64 Length { get; } public abstract string Name { get; } public abstract System.IO.Stream OpenRead(); public virtual System.IO.StreamReader OpenText() => throw null; public virtual System.Byte[] ReadAllBytes() => throw null; public virtual string ReadAllText() => throw null; public virtual string RealPath { get => throw null; } public virtual void Refresh() => throw null; public static System.Collections.Generic.List ScanSkipPaths { get => throw null; set => throw null; } public override string ToString() => throw null; public virtual string VirtualPath { get => throw null; } public ServiceStack.IO.IVirtualPathProvider VirtualPathProvider { get => throw null; set => throw null; } } // Generated from `ServiceStack.VirtualPath.AbstractVirtualPathProviderBase` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public abstract class AbstractVirtualPathProviderBase : ServiceStack.IO.IVirtualPathProvider { protected AbstractVirtualPathProviderBase() => throw null; public virtual void AppendFile(string path, object contents) => throw null; public virtual void AppendFile(string path, System.ReadOnlyMemory text) => throw null; public virtual void AppendFile(string path, System.ReadOnlyMemory bytes) => throw null; public virtual string CombineVirtualPath(string basePath, string relativePath) => throw null; protected System.NotSupportedException CreateContentNotSupportedException(object value) => throw null; public virtual bool DirectoryExists(string virtualPath) => throw null; public virtual bool FileExists(string virtualPath) => throw null; public virtual System.Collections.Generic.IEnumerable GetAllFiles() => throw null; public virtual System.Collections.Generic.IEnumerable GetAllMatchingFiles(string globPattern, int maxDepth = default(int)) => throw null; public virtual ServiceStack.IO.IVirtualDirectory GetDirectory(string virtualPath) => throw null; public virtual ServiceStack.IO.IVirtualFile GetFile(string virtualPath) => throw null; public virtual string GetFileHash(string virtualPath) => throw null; public virtual string GetFileHash(ServiceStack.IO.IVirtualFile virtualFile) => throw null; public virtual System.Collections.Generic.IEnumerable GetRootDirectories() => throw null; public virtual System.Collections.Generic.IEnumerable GetRootFiles() => throw null; protected abstract void Initialize(); public virtual bool IsSharedFile(ServiceStack.IO.IVirtualFile virtualFile) => throw null; public virtual bool IsViewFile(ServiceStack.IO.IVirtualFile virtualFile) => throw null; public abstract string RealPathSeparator { get; } public abstract ServiceStack.IO.IVirtualDirectory RootDirectory { get; } public virtual string SanitizePath(string filePath) => throw null; public override string ToString() => throw null; public abstract string VirtualPathSeparator { get; } public virtual void WriteFile(string path, object contents) => throw null; public virtual void WriteFile(string path, System.ReadOnlyMemory text) => throw null; public virtual void WriteFile(string path, System.ReadOnlyMemory bytes) => throw null; public virtual void WriteFiles(System.Collections.Generic.Dictionary textFiles) => throw null; public virtual void WriteFiles(System.Collections.Generic.Dictionary files) => throw null; } // Generated from `ServiceStack.VirtualPath.FileSystemMapping` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class FileSystemMapping : ServiceStack.VirtualPath.AbstractVirtualPathProviderBase { public string Alias { get => throw null; set => throw null; } public FileSystemMapping(string alias, string rootDirectoryPath) => throw null; public FileSystemMapping(string alias, System.IO.DirectoryInfo rootDirInfo) => throw null; public override ServiceStack.IO.IVirtualDirectory GetDirectory(string virtualPath) => throw null; public override ServiceStack.IO.IVirtualFile GetFile(string virtualPath) => throw null; public string GetRealVirtualPath(string virtualPath) => throw null; public override System.Collections.Generic.IEnumerable GetRootDirectories() => throw null; public override System.Collections.Generic.IEnumerable GetRootFiles() => throw null; protected override void Initialize() => throw null; public override string RealPathSeparator { get => throw null; } protected ServiceStack.VirtualPath.FileSystemVirtualDirectory RootDir; protected System.IO.DirectoryInfo RootDirInfo; public override ServiceStack.IO.IVirtualDirectory RootDirectory { get => throw null; } public override string VirtualPathSeparator { get => throw null; } } // Generated from `ServiceStack.VirtualPath.FileSystemVirtualDirectory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class FileSystemVirtualDirectory : ServiceStack.VirtualPath.AbstractVirtualDirectoryBase { protected System.IO.DirectoryInfo BackingDirInfo; public override System.Collections.Generic.IEnumerable Directories { get => throw null; } public System.Collections.Generic.IEnumerable EnumerateDirectories(string dirName) => throw null; public System.Collections.Generic.IEnumerable EnumerateFiles(string pattern) => throw null; public FileSystemVirtualDirectory(ServiceStack.IO.IVirtualPathProvider owningProvider, ServiceStack.IO.IVirtualDirectory parentDirectory, System.IO.DirectoryInfo dInfo) : base(default(ServiceStack.IO.IVirtualPathProvider)) => throw null; public override System.Collections.Generic.IEnumerable Files { get => throw null; } protected override ServiceStack.IO.IVirtualDirectory GetDirectoryFromBackingDirectoryOrDefault(string dName) => throw null; public override System.Collections.Generic.IEnumerator GetEnumerator() => throw null; protected override ServiceStack.IO.IVirtualFile GetFileFromBackingDirectoryOrDefault(string fName) => throw null; protected override System.Collections.Generic.IEnumerable GetMatchingFilesInDir(string globPattern) => throw null; public override System.DateTime LastModified { get => throw null; } public override string Name { get => throw null; } public override string RealPath { get => throw null; } } // Generated from `ServiceStack.VirtualPath.FileSystemVirtualFile` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class FileSystemVirtualFile : ServiceStack.VirtualPath.AbstractVirtualFileBase { protected System.IO.FileInfo BackingFile; public FileSystemVirtualFile(ServiceStack.IO.IVirtualPathProvider owningProvider, ServiceStack.IO.IVirtualDirectory directory, System.IO.FileInfo fInfo) : base(default(ServiceStack.IO.IVirtualPathProvider), default(ServiceStack.IO.IVirtualDirectory)) => throw null; public override System.DateTime LastModified { get => throw null; } public override System.Int64 Length { get => throw null; } public override string Name { get => throw null; } public override System.IO.Stream OpenRead() => throw null; public override string RealPath { get => throw null; } public override void Refresh() => throw null; } // Generated from `ServiceStack.VirtualPath.ResourceVirtualDirectory` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ResourceVirtualDirectory : ServiceStack.VirtualPath.AbstractVirtualDirectoryBase { protected virtual ServiceStack.VirtualPath.ResourceVirtualDirectory ConsumeTokensForVirtualDir(System.Collections.Generic.Stack resourceTokens) => throw null; protected virtual ServiceStack.VirtualPath.ResourceVirtualDirectory CreateVirtualDirectory(System.Linq.IGrouping subResources) => throw null; protected virtual ServiceStack.VirtualPath.ResourceVirtualFile CreateVirtualFile(string resourceName) => throw null; public override System.Collections.Generic.IEnumerable Directories { get => throw null; } public string DirectoryName { get => throw null; set => throw null; } public static System.Collections.Generic.HashSet EmbeddedResourceTreatAsFiles { get => throw null; set => throw null; } public override System.Collections.Generic.IEnumerable Files { get => throw null; } protected override ServiceStack.IO.IVirtualDirectory GetDirectoryFromBackingDirectoryOrDefault(string directoryName) => throw null; public override System.Collections.Generic.IEnumerator GetEnumerator() => throw null; protected override ServiceStack.IO.IVirtualFile GetFileFromBackingDirectoryOrDefault(string fileName) => throw null; protected override System.Collections.Generic.IEnumerable GetMatchingFilesInDir(string globPattern) => throw null; protected override string GetRealPathToRoot() => throw null; public static System.Collections.Generic.List GetResourceNames(System.Reflection.Assembly asm, string basePath) => throw null; protected void InitializeDirectoryStructure(System.Collections.Generic.List manifestResourceNames) => throw null; public override System.DateTime LastModified { get => throw null; } public override string Name { get => throw null; } public ResourceVirtualDirectory(ServiceStack.IO.IVirtualPathProvider owningProvider, ServiceStack.IO.IVirtualDirectory parentDir, System.Reflection.Assembly backingAsm, System.DateTime lastModified, string rootNamespace, string directoryName, System.Collections.Generic.List manifestResourceNames) : base(default(ServiceStack.IO.IVirtualPathProvider)) => throw null; public ResourceVirtualDirectory(ServiceStack.IO.IVirtualPathProvider owningProvider, ServiceStack.IO.IVirtualDirectory parentDir, System.Reflection.Assembly backingAsm, System.DateTime lastModified, string rootNamespace) : base(default(ServiceStack.IO.IVirtualPathProvider)) => throw null; protected System.Collections.Generic.List SubDirectories; protected System.Collections.Generic.List SubFiles; protected System.Reflection.Assembly backingAssembly; public string rootNamespace { get => throw null; set => throw null; } } // Generated from `ServiceStack.VirtualPath.ResourceVirtualFile` in `ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null` public class ResourceVirtualFile : ServiceStack.VirtualPath.AbstractVirtualFileBase { protected System.Reflection.Assembly BackingAssembly; protected string FileName; public override System.DateTime LastModified { get => throw null; } public override System.Int64 Length { get => throw null; } public override string Name { get => throw null; } public override System.IO.Stream OpenRead() => throw null; public override string RealPath { get => throw null; } public ResourceVirtualFile(ServiceStack.IO.IVirtualPathProvider owningProvider, ServiceStack.VirtualPath.ResourceVirtualDirectory directory, string fileName) : base(default(ServiceStack.IO.IVirtualPathProvider), default(ServiceStack.IO.IVirtualDirectory)) => throw null; public override string VirtualPath { get => throw null; } } } } namespace System { namespace Runtime { namespace CompilerServices { /* Duplicate type 'IsReadOnlyAttribute' is not stubbed in this assembly 'ServiceStack.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=null'. */ } } }