SYMBOL INDEX (3318 symbols across 382 files) FILE: VirtoCommerce.LiquidThemeEngine/Converters/CountryConverter.cs class CountryConverter (line 9) | public static class CountryConverter method ToOptionTag (line 11) | public static string ToOptionTag(this Country country) FILE: VirtoCommerce.LiquidThemeEngine/Exceptions/SaasCompileException.cs class SaasCompileException (line 7) | [Serializable] method SaasCompileException (line 10) | [Obsolete(DiagnosticId = "SYSLIB0051")] method ToString (line 30) | public override string ToString() method SaasCompileException (line 38) | public SaasCompileException(string filename, string sass, Exception in... method ReadLine (line 48) | private static string ReadLine(string text, int lineNumber) method GetObjectData (line 65) | [Obsolete(DiagnosticId = "SYSLIB0051")] FILE: VirtoCommerce.LiquidThemeEngine/Extensions/GraphQLResponseExtensions.cs class GraphQLResponseExtensions (line 9) | public static class GraphQLResponseExtensions method ThrowIfHasErrors (line 11) | public static void ThrowIfHasErrors(this IGraphQLResponse response) FILE: VirtoCommerce.LiquidThemeEngine/Extensions/StringExtensions.cs class StringExtensions (line 5) | public static class StringExtensions method TrimQuotes (line 7) | public static string TrimQuotes(this string input) method TryGetCultureInfo (line 12) | public static CultureInfo TryGetCultureInfo(this string languageCode) method SafeParseInt (line 24) | public static int SafeParseInt(this string input, int defaultValue = d... FILE: VirtoCommerce.LiquidThemeEngine/Extensions/UriExtensions.cs class UriExtensions (line 8) | public static class UriExtensions method SetQueryParameter (line 17) | public static Uri SetQueryParameter(this Uri url, string name, string ... method SetQueryParameters (line 38) | public static Uri SetQueryParameters(this Uri uri, IHasQueryKeyValues ... FILE: VirtoCommerce.LiquidThemeEngine/Filters/ArrayFilters.cs class ArrayFilters (line 11) | public static partial class ArrayFilters method Tree (line 13) | public static object Tree(object input, string propName, string titleP... method Where (line 77) | public static object Where(object input, string propName, string op, s... method SortList (line 160) | public static object SortList(object input, string sort) method ParseString (line 189) | private static object ParseString(string str) FILE: VirtoCommerce.LiquidThemeEngine/Filters/CommerceFilters.cs class CommerceFilters (line 8) | public static partial class CommerceFilters method CurrentCurrencyCode (line 31) | public static string CurrentCurrencyCode() method CurrentCurrencyCode (line 36) | public static string CurrentCurrencyCode(string cultureName) method EffectiveCulture (line 50) | public static CultureInfo EffectiveCulture(string currencyCode) method FormatCurrency (line 85) | public static string FormatCurrency(decimal amount, string currencyCode) method CreateCultures (line 94) | private static CultureInfo[] CreateCultures() FILE: VirtoCommerce.LiquidThemeEngine/Filters/CommonFilters.cs class CommonFilters (line 25) | public static partial class CommonFilters method Default (line 54) | public static object Default(object input, object value) method Json (line 59) | public static string Json(object input) method ParseJson (line 65) | public static object ParseJson(string input) method PoweredBy (line 71) | public static string PoweredBy(string signature) method Render (line 77) | public static string Render(TemplateContext context, string input) method Antiforgery (line 88) | public static string Antiforgery(TemplateContext context) method Layout (line 99) | public static string Layout(TemplateContext context, string layout) method Paginate (line 109) | public static Paginate Paginate(TemplateContext context, object source... method Setting (line 164) | public static string Setting(TemplateContext context, string key) FILE: VirtoCommerce.LiquidThemeEngine/Filters/DynamicDataSourceFilters.cs class DataSourceFilter (line 15) | public static class DataSourceFilter method GraphqlDataSource (line 17) | public static ScriptObject GraphqlDataSource(TemplateContext context, ... method BuildScriptObject (line 29) | private static ScriptObject BuildScriptObject(ExpandoObject expando) class GraphQLMemberRenamer (line 63) | private class GraphQLMemberRenamer method GraphQLMemberRenamer (line 65) | protected GraphQLMemberRenamer() method Rename (line 73) | public static string Rename(string name) FILE: VirtoCommerce.LiquidThemeEngine/Filters/FeatureFilter.cs class FeatureFilter (line 7) | public static class FeatureFilter method IsFeatureActive (line 9) | public static bool IsFeatureActive(TemplateContext context, string key... method IsFeaturesActive (line 24) | public static string IsFeaturesActive(TemplateContext context, string ... method BuildFeaturesStateJsonObject (line 45) | private static JObject BuildFeaturesStateJsonObject(ShopifyLiquidTheme... FILE: VirtoCommerce.LiquidThemeEngine/Filters/HtmlFilters.cs class HtmlFilters (line 6) | public static partial class HtmlFilters method ScriptTag (line 14) | public static string ScriptTag(string input) method ScriptTagAsync (line 25) | public static string ScriptTagAsync(string input) method ScriptTagDefer (line 36) | public static string ScriptTagDefer(string input) method ScriptTagModule (line 47) | public static string ScriptTagModule(string input) method StylesheetTag (line 59) | public static string StylesheetTag(string input, string media = "all") FILE: VirtoCommerce.LiquidThemeEngine/Filters/MathFilters.cs class MathFilters (line 6) | public static partial class MathFilters method Round (line 8) | public static object Round(object input, int digits = 0) method Ceil (line 17) | public static object Ceil(object input) method Floor (line 26) | public static object Floor(object input) method Abs (line 35) | public static object Abs(object input) FILE: VirtoCommerce.LiquidThemeEngine/Filters/MoneyFilters.cs class MoneyFilters (line 11) | public static partial class MoneyFilters method Money (line 20) | public static string Money(TemplateContext context, object input, stri... method MoneyWithoutDecimalPart (line 26) | public static string MoneyWithoutDecimalPart(TemplateContext context, ... method MoneyWithCurrency (line 32) | public static string MoneyWithCurrency(TemplateContext context, object... method MoneyWithoutCurrency (line 36) | public static string MoneyWithoutCurrency(TemplateContext context, obj... method GetMoney (line 41) | private static Money GetMoney(TemplateContext context, object input, s... FILE: VirtoCommerce.LiquidThemeEngine/Filters/StandardFilters.cs class StandardFilters (line 16) | public static partial class StandardFilters method Size (line 23) | public static int Size(object input) method Slice (line 40) | public static string Slice(string input, int start, int len = 1) method Downcase (line 65) | public static string Downcase(string input) method Upcase (line 75) | public static string Upcase(string input) method Capitalize (line 87) | public static string Capitalize(string input) method Escape (line 99) | public static string Escape(string input) method H (line 116) | public static string H(string input) method Truncate (line 128) | public static string Truncate(string input, int length = 50, string tr... method Truncatewords (line 144) | public static string Truncatewords(string input, int words = 15, strin... method Split (line 165) | public static string[] Split(string input, string pattern) method StripHtml (line 172) | public static string StripHtml(object input) method StripNewlines (line 191) | public static string StripNewlines(string input) method Join (line 204) | public static string Join(IEnumerable input, string glue = " ") method Sort (line 223) | public static IEnumerable Sort(object input, string property = null) method Map (line 254) | public static IEnumerable Map(IEnumerable input, string property) method Replace (line 282) | public static string Replace(object input, string @string, string repl... method ReplaceFirst (line 305) | public static string ReplaceFirst(string input, string @string, string... method Remove (line 331) | public static string Remove(string input, string @string) method RemoveFirst (line 344) | public static string RemoveFirst(string input, string @string) method Append (line 357) | public static string Append(object input, object @string) method Prepend (line 368) | public static string Prepend(object input, object @string) method NewlineToBr (line 378) | public static string NewlineToBr(string input) method Date (line 391) | public static string Date(TemplateContext context, object input, strin... method First (line 449) | public static object First(IEnumerable array) method Last (line 462) | public static object Last(IEnumerable array) method Plus (line 473) | public static object Plus(object input, object operand) method Minus (line 485) | public static object Minus(object input, object operand) method Times (line 496) | public static object Times(object input, object operand) method DividedBy (line 509) | public static object DividedBy(object input, object operand) method Modulo (line 514) | public static object Modulo(object input, object operand) method DoMathsOperation (line 519) | private static object DoMathsOperation(object input, object operand, F... method TryFormatDateTime (line 530) | private static void TryFormatDateTime(DateTime input, string format, o... class ExpressionUtility (line 554) | internal static class ExpressionUtility method CreateExpression (line 570) | public static Delegate CreateExpression(Func array, Actio... FILE: VirtoCommerce.LiquidThemeEngine/Filters/StringFilters.cs class StringFilters (line 11) | public static partial class StringFilters method Camelize (line 21) | public static string Camelize(string input) method Handle (line 39) | public static string Handle(string input) method Handleize (line 54) | public static string Handleize(string input) method Md5 (line 69) | public static string Md5(string input) method Pluralize (line 92) | public static string Pluralize(int input, string singular, string plural) method Strip (line 103) | public static string Strip(string input) method Format (line 113) | public static string Format(object input, string format) FILE: VirtoCommerce.LiquidThemeEngine/Filters/TranslationFilter.cs class TranslationFilter (line 9) | public static partial class TranslationFilter method T (line 11) | public static string T(TemplateContext context, string key, params obj... FILE: VirtoCommerce.LiquidThemeEngine/Filters/UrlFilters.cs class UrlFilters (line 14) | public static partial class UrlFilters method SizeImageLink (line 16) | public static string SizeImageLink(string input, string size) method ImgUrl (line 32) | public static string ImgUrl(object input, string type = null) method LinkTo (line 61) | public static string LinkTo(object input, string link, string title = "") method AssetUrl (line 72) | public static string AssetUrl(TemplateContext context, string input) method StaticAssetUrl (line 89) | public static string StaticAssetUrl(TemplateContext context, string in... method FileUrl (line 105) | public static string FileUrl(TemplateContext context, string input) method StoreAbsoluteUrl (line 117) | public static string StoreAbsoluteUrl(TemplateContext context, string ... method FullUrl (line 142) | public static string FullUrl(TemplateContext context, string input, st... method AbsoluteUrl (line 161) | public static string AbsoluteUrl(TemplateContext context, string input... method ProductImgUrl (line 187) | public static string ProductImgUrl(object input, string type = null) method AppendVersion (line 197) | public static string AppendVersion(TemplateContext context, string input) method AddTermUrl (line 219) | public static string AddTermUrl(TemplateContext context, string facetN... method RemoveTermUrl (line 233) | public static string RemoveTermUrl(TemplateContext context, string fac... FILE: VirtoCommerce.LiquidThemeEngine/ILiquidThemeEngine.cs type ILiquidThemeEngine (line 8) | public interface ILiquidThemeEngine method ResolveTemplatePath (line 11) | string ResolveTemplatePath(string templateName); method RenderTemplateByNameAsync (line 12) | ValueTask RenderTemplateByNameAsync(string templateName, objec... method RenderTemplateAsync (line 13) | ValueTask RenderTemplateAsync(string templateContent, string t... method GetSettings (line 14) | IDictionary GetSettings(string defaultValue = null); method ReadLocalization (line 15) | JObject ReadLocalization(); method GetAssetStreamAsync (line 16) | Task GetAssetStreamAsync(string filePath); method GetAssetHash (line 17) | string GetAssetHash(string filePath); method GetAssetAbsoluteUrl (line 18) | string GetAssetAbsoluteUrl(string assetName); FILE: VirtoCommerce.LiquidThemeEngine/ILiquidViewEngine.cs type ILiquidViewEngine (line 5) | public interface ILiquidViewEngine : IViewEngine FILE: VirtoCommerce.LiquidThemeEngine/ISassFileManager.cs type ISassFileManager (line 5) | public interface ISassFileManager : IFileManager FILE: VirtoCommerce.LiquidThemeEngine/JsonConverters/MutablePagedListAsArrayJsonConverter.cs class MutablePagedListAsArrayJsonConverter (line 13) | public class MutablePagedListAsArrayJsonConverter : JsonConverter method MutablePagedListAsArrayJsonConverter (line 17) | public MutablePagedListAsArrayJsonConverter() method MutablePagedListAsArrayJsonConverter (line 22) | public MutablePagedListAsArrayJsonConverter(JsonSerializerSettings jso... method CanConvert (line 26) | public override bool CanConvert(Type objectType) method WriteJson (line 32) | public override void WriteJson(JsonWriter writer, object value, JsonSe... method ReadJson (line 46) | public override object ReadJson(JsonReader reader, Type objectType, ob... FILE: VirtoCommerce.LiquidThemeEngine/LiquidThemeEngineOptions.cs class LiquidThemeEngineOptions (line 6) | public class LiquidThemeEngineOptions FILE: VirtoCommerce.LiquidThemeEngine/LiquidThemedView.cs class LiquidThemedView (line 13) | public class LiquidThemedView : IView method LiquidThemedView (line 20) | public LiquidThemedView(IWorkContextAccessor workContextAccessor, ISto... method RenderAsync (line 37) | public virtual Task RenderAsync(ViewContext context) method RenderInternalAsync (line 48) | protected virtual async Task RenderInternalAsync(ViewContext context) FILE: VirtoCommerce.LiquidThemeEngine/LiquidThemedViewEngine.cs class LiquidThemedViewEngine (line 9) | public class LiquidThemedViewEngine : ILiquidViewEngine method LiquidThemedViewEngine (line 14) | public LiquidThemedViewEngine(IWorkContextAccessor workContextAccessor... method FindView (line 23) | public ViewEngineResult FindView(ActionContext context, string viewNam... method GetView (line 28) | public ViewEngineResult GetView(string executingFilePath, string viewP... method InnerGetView (line 34) | protected ViewEngineResult InnerGetView(string view, bool isMainPage) FILE: VirtoCommerce.LiquidThemeEngine/Objects/Paginate.cs class Paginate (line 12) | public partial class Paginate : ValueObject method Paginate (line 16) | public Paginate(IPagedList pagedList) FILE: VirtoCommerce.LiquidThemeEngine/Objects/Part.cs class Part (line 9) | public partial class Part : ValueObject FILE: VirtoCommerce.LiquidThemeEngine/SassFileManager.cs class SassFileManager (line 8) | public class SassFileManager : ISassFileManager method SassFileManager (line 16) | public SassFileManager(IContentBlobProvider contentBlobProvider) method GetCurrentDirectory (line 21) | public string GetCurrentDirectory() => CurrentDirectory; method FileExists (line 23) | public bool FileExists(string path) method IsAbsolutePath (line 33) | public bool IsAbsolutePath(string path) method ToAbsolutePath (line 38) | public string ToAbsolutePath(string path) method ReadFile (line 43) | public string ReadFile(string path) FILE: VirtoCommerce.LiquidThemeEngine/Scriban/WorkContextConverter.cs class WorkContextConverter (line 8) | public static class WorkContextConverter method ToScriptObject (line 10) | public static ScriptObject ToScriptObject(this WorkContext workContext) FILE: VirtoCommerce.LiquidThemeEngine/SettingsManager.cs class SettingsManager (line 9) | public static class SettingsManager class Settings (line 11) | public class Settings class Preset (line 18) | public class Preset method Merge (line 25) | public static JObject Merge(JObject baseJson, JObject currentJson) method ReadSettings (line 48) | public static Settings ReadSettings(JObject json) FILE: VirtoCommerce.LiquidThemeEngine/ShopifyLiquidThemeEngine.cs class ShopifyLiquidThemeEngine (line 42) | public class ShopifyLiquidThemeEngine : ILiquidThemeEngine, ITemplateLoader method ShopifyLiquidThemeEngine (line 55) | public ShopifyLiquidThemeEngine( method GetPath (line 135) | public string GetPath(TemplateContext context, SourceSpan callerSpan, ... method Load (line 140) | public string Load(TemplateContext context, SourceSpan callerSpan, str... method LoadAsync (line 146) | public ValueTask LoadAsync(TemplateContext context, SourceSpan... method GetAssetStreamAsync (line 176) | public async Task GetAssetStreamAsync(string filePath) method GetAssetHash (line 242) | public string GetAssetHash(string filePath) method ResolveTemplatePath (line 264) | public string ResolveTemplatePath(string templateName) method RenderTemplateByNameAsync (line 289) | public ValueTask RenderTemplateByNameAsync(string templateName... method RenderTemplateByNameInternalAsync (line 299) | private async ValueTask RenderTemplateByNameInternalAsync(stri... method RenderTemplateAsync (line 317) | public ValueTask RenderTemplateAsync(string templateContent, s... method GetSettings (line 382) | public IDictionary GetSettings(string defaultValue = n... method ReadLocalization (line 412) | public JObject ReadLocalization() method GetAssetAbsoluteUrl (line 436) | public string GetAssetAbsoluteUrl(string assetName) method InnerReadLocalization (line 444) | private static JObject InnerReadLocalization(IContentBlobProvider them... method InnerGetAllSettings (line 484) | private static JObject InnerGetAllSettings(IContentBlobProvider themeB... method ReadTemplateByPath (line 503) | private string ReadTemplateByPath(string templatePath) method GetSettingsFilePath (line 519) | private string GetSettingsFilePath() method IsFeatureActive (line 525) | public bool IsFeatureActive(string featureName) FILE: VirtoCommerce.LiquidThemeEngine/ThemeEngineCacheRegion.cs class ThemeEngineCacheRegion (line 5) | public class ThemeEngineCacheRegion : CancellableCacheRegion GetEqualityComponents() FILE: VirtoCommerce.Storefront.Model/AddressType.cs type AddressType (line 5) | [Flags] FILE: VirtoCommerce.Storefront.Model/AmountType.cs type AmountType (line 3) | public enum AmountType FILE: VirtoCommerce.Storefront.Model/Attachment.cs class Attachment (line 5) | public partial class Attachment FILE: VirtoCommerce.Storefront.Model/BankCardInfo.cs class BankCardInfo (line 6) | public partial class BankCardInfo FILE: VirtoCommerce.Storefront.Model/Caching/IStorefrontMemoryCache.cs type IStorefrontMemoryCache (line 6) | public interface IStorefrontMemoryCache : IMemoryCache method GetDefaultCacheEntryOptions (line 8) | MemoryCacheEntryOptions GetDefaultCacheEntryOptions(); FILE: VirtoCommerce.Storefront.Model/Common/AnonymousComparer.cs class AnonymousComparer (line 16) | public static class AnonymousComparer class Comparer (line 20) | private class Comparer : IComparer method Comparer (line 24) | public Comparer(Func compare) method Compare (line 29) | public int Compare(T x, T y) method Create (line 36) | public static IComparer Create(Func compare) method Create (line 51) | public static IEqualityComparer Create(Func compa... method Create (line 90) | public static IEqualityComparer Create(Func equals, ... class EqualityComparer (line 105) | private class EqualityComparer : IEqualityComparer method EqualityComparer (line 110) | public EqualityComparer(Func equals, Func getHas... method Equals (line 116) | public bool Equals(T x, T y) method GetHashCode (line 121) | public int GetHashCode(T obj) FILE: VirtoCommerce.Storefront.Model/Common/ArrayExtensions.cs class ArrayExtensions (line 5) | public static class ArrayExtensions method ToHex (line 7) | public static string ToHex(this byte[] bytes, bool upperCase) FILE: VirtoCommerce.Storefront.Model/Common/AsyncLock.cs class AsyncLock (line 6) | public static class AsyncLock method GetLockByKey (line 10) | public static Nito.AsyncEx.AsyncLock GetLockByKey(string key) FILE: VirtoCommerce.Storefront.Model/Common/Breadcrumb.cs class Breadcrumb (line 3) | public abstract class Breadcrumb : ValueObject method Breadcrumb (line 5) | protected Breadcrumb(string type) FILE: VirtoCommerce.Storefront.Model/Common/Bus/IHandlerRegistrar.cs type IHandlerRegistrar (line 8) | public interface IHandlerRegistrar method RegisterHandler (line 10) | void RegisterHandler(Func handler) wher... FILE: VirtoCommerce.Storefront.Model/Common/Bus/InProcessBus.cs class InProcessBus (line 11) | public class InProcessBus : IEventPublisher, IHandlerRegistrar method RegisterHandler (line 15) | public void RegisterHandler(Func handle... method Publish (line 25) | public async Task Publish(T @event, CancellationToken cancellationT... FILE: VirtoCommerce.Storefront.Model/Common/Caching/CacheCancellableTokensRegistry.cs class CacheCancellableTokensRegistry (line 11) | public static class CacheCancellableTokensRegistry method CreateChangeToken (line 17) | public static IChangeToken CreateChangeToken(string tokenKey) method TryCancelToken (line 23) | public static bool TryCancelToken(string tokenKey, bool raiseEvent = t... method TriggerOnCancel (line 40) | private static void TriggerOnCancel(string tokenKey) FILE: VirtoCommerce.Storefront.Model/Common/Caching/CacheKey.cs class CacheKey (line 5) | public static class CacheKey method With (line 7) | public static string With(params string[] keys) method With (line 12) | public static string With(Type ownerType, params string[] keys) FILE: VirtoCommerce.Storefront.Model/Common/Caching/CancellableCacheRegion.cs class CancellableCacheRegion (line 10) | public class CancellableCacheRegion method CancellableCacheRegion (line 14) | protected CancellableCacheRegion() method CreateChangeTokenForKey (line 18) | public static IChangeToken CreateChangeTokenForKey(string key) method CreateChangeToken (line 27) | public static IChangeToken CreateChangeToken() method ExpireTokenForKey (line 32) | public static void ExpireTokenForKey(string key) method ExpireRegion (line 40) | public static void ExpireRegion() method GenerateRegionTokenKey (line 45) | private static string GenerateRegionTokenKey(string key = null) FILE: VirtoCommerce.Storefront.Model/Common/Caching/GlobalCacheRegion.cs class GlobalCacheRegion (line 3) | public class GlobalCacheRegion : CancellableCacheRegion FILE: VirtoCommerce.Storefront.Model/Common/Caching/ICacheKey.cs type ICacheKey (line 3) | public interface ICacheKey method GetCacheKey (line 5) | string GetCacheKey(); FILE: VirtoCommerce.Storefront.Model/Common/Caching/MemoryCacheExtensions.cs class MemoryCacheExtensions (line 9) | public static class MemoryCacheExtensions method GetOrCreateExclusiveAsync (line 12) | public static async Task GetOrCreateExclusiveAsync(this ... method GetOrCreateExclusive (line 32) | public static TItem GetOrCreateExclusive(this IMemoryCache cach... FILE: VirtoCommerce.Storefront.Model/Common/Caching/TokenCancelledEventArgs.cs class TokenCancelledEventArgs (line 5) | public sealed class TokenCancelledEventArgs : EventArgs method TokenCancelledEventArgs (line 7) | public TokenCancelledEventArgs(string tokenKey) method ToString (line 13) | public override string ToString() FILE: VirtoCommerce.Storefront.Model/Common/CollectionExtensions.cs class CollectionExtensions (line 10) | public static class CollectionExtensions method AddRange (line 20) | public static ICollection AddRange(this ICollection collectio... method AddDistinct (line 40) | public static void AddDistinct(this ICollection obj, params T[] ... method AddDistinct (line 45) | public static void AddDistinct(this ICollection obj, IEqualityCo... method Replace (line 69) | public static void Replace(this ICollection obj, IEnumerable ... method Patch (line 80) | public static void Patch(this ICollection source, ICollection... method Patch (line 86) | public static void Patch(this ICollection source, ICollection... method CompareTo (line 107) | public static void CompareTo(this ICollection source, ICollectio... FILE: VirtoCommerce.Storefront.Model/Common/DefaultableDictionary.cs class DefaultableDictionaryExtensions (line 6) | public static class DefaultableDictionaryExtensions method WithDefaultValue (line 8) | public static IDictionary WithDefaultValue... class DefaultableDictionary (line 17) | public class DefaultableDictionary : IDictionary dictionary, TVa... method GetEnumerator (line 28) | public IEnumerator> GetEnumerator() method GetEnumerator (line 33) | IEnumerator IEnumerable.GetEnumerator() method Add (line 38) | public void Add(KeyValuePair item) method Clear (line 43) | public void Clear() method Contains (line 48) | public bool Contains(KeyValuePair item) method CopyTo (line 53) | public void CopyTo(KeyValuePair[] array, int arrayIndex) method Remove (line 58) | public bool Remove(KeyValuePair item) method ContainsKey (line 73) | public bool ContainsKey(TKey key) method Add (line 78) | public void Add(TKey key, TValue value) method Remove (line 83) | public bool Remove(TKey key) method TryGetValue (line 88) | public bool TryGetValue(TKey key, out TValue value) FILE: VirtoCommerce.Storefront.Model/Common/DynamicPropertyExtension.cs class DynamicPropertiesExtensions (line 7) | public static class DynamicPropertiesExtensions method GetDynamicPropertyValue (line 9) | public static string GetDynamicPropertyValue(this IEnumerable GetEqualityComponents() FILE: VirtoCommerce.Storefront.Model/Common/EntryState.cs type EntryState (line 3) | public enum EntryState FILE: VirtoCommerce.Storefront.Model/Common/EnumUtility.cs class EnumUtility (line 5) | public static class EnumUtility method SafeParse (line 7) | public static T SafeParse(string value, T defaultValue) FILE: VirtoCommerce.Storefront.Model/Common/EnumerableExtension.cs class EnumerableExtensions (line 7) | public static class EnumerableExtensions method IsNullOrEmpty (line 12) | public static bool IsNullOrEmpty(this IEnumerable data) method GetOrderIndependentHashCode (line 17) | public static int GetOrderIndependentHashCode(this IEnumerable s... method Apply (line 33) | public static void Apply(this IEnumerable items, Action action) method Apply (line 46) | public static void Apply(this List items, Action action) FILE: VirtoCommerce.Storefront.Model/Common/EventThrottlingExtensions.cs class EventThrottlingExtensions (line 7) | public static class EventThrottlingExtensions method Throttle (line 9) | public static FileSystemEventHandler Throttle(this FileSystemEventHand... FILE: VirtoCommerce.Storefront.Model/Common/Events/DomainEvent.cs class DomainEvent (line 5) | public class DomainEvent : IEvent method DomainEvent (line 7) | public DomainEvent() FILE: VirtoCommerce.Storefront.Model/Common/Events/ICancellableEventHandler.cs type ICancellableEventHandler (line 5) | public interface ICancellableEventHandler : ICancellableHandler... FILE: VirtoCommerce.Storefront.Model/Common/Events/IEvent.cs type IEvent (line 6) | public interface IEvent : IMessage FILE: VirtoCommerce.Storefront.Model/Common/Events/IEventHandler.cs type IEventHandler (line 6) | public interface IEventHandler : IHandler where T : IEvent FILE: VirtoCommerce.Storefront.Model/Common/Events/IEventPublisher.cs type IEventPublisher (line 6) | public interface IEventPublisher method Publish (line 8) | Task Publish(T @event, CancellationToken cancellationToken = defaul... FILE: VirtoCommerce.Storefront.Model/Common/Exceptions/StorefrontException.cs class StorefrontException (line 6) | [Serializable] method StorefrontException (line 11) | [Obsolete(DiagnosticId = "SYSLIB0051")] method StorefrontException (line 17) | public StorefrontException() method StorefrontException (line 22) | public StorefrontException(string message) method StorefrontException (line 26) | public StorefrontException(string message, string view) method StorefrontException (line 31) | public StorefrontException(string message, Exception innerException, s... method GetObjectData (line 37) | [Obsolete(DiagnosticId = "SYSLIB0051")] FILE: VirtoCommerce.Storefront.Model/Common/GenericSearchResult.cs class GenericSearchResult (line 5) | public class GenericSearchResult method GenericSearchResult (line 7) | public GenericSearchResult() FILE: VirtoCommerce.Storefront.Model/Common/GeoPoint.cs class GeoPoint (line 7) | public class GeoPoint : ValueObject method GeoPoint (line 10) | public GeoPoint() method GeoPoint (line 15) | public GeoPoint(double latitude, double longitude) method IsValidLatitude (line 37) | public static bool IsValidLatitude(double latitude) method IsValidLongitude (line 47) | public static bool IsValidLongitude(double longitude) method ToString (line 52) | public override string ToString() method Parse (line 57) | public static GeoPoint Parse(string value) method TryParse (line 67) | public static GeoPoint TryParse(string value) FILE: VirtoCommerce.Storefront.Model/Common/IAccessibleByIndexKey.cs type IAccessibleByIndexKey (line 6) | public interface IAccessibleByIndexKey FILE: VirtoCommerce.Storefront.Model/Common/IEntity.cs type IEntity (line 3) | public interface IEntity FILE: VirtoCommerce.Storefront.Model/Common/IHasBreadcrumbs.cs type IHasBreadcrumbs (line 5) | public interface IHasBreadcrumbs method GetBreadcrumbs (line 7) | IEnumerable GetBreadcrumbs(); FILE: VirtoCommerce.Storefront.Model/Common/IHasQueryKeyValues.cs type IHasQueryKeyValues (line 5) | public interface IHasQueryKeyValues method GetQueryKeyValues (line 7) | IEnumerable> GetQueryKeyValues(); FILE: VirtoCommerce.Storefront.Model/Common/IMutablePagedList.cs type IMutablePagedList (line 10) | public interface IMutablePagedList : IPagedList method Slice (line 21) | void Slice(int pageNumber, int pageSize, IEnumerable sortInf... type IMutablePagedList (line 24) | public interface IMutablePagedList : IMutablePagedList, IPagedLis... method Slice (line 21) | void Slice(int pageNumber, int pageSize, IEnumerable sortInf... FILE: VirtoCommerce.Storefront.Model/Common/IQueryableExtensions.cs class IQueryableExtensions (line 8) | public static class IQueryableExtensions method OrderBy (line 10) | public static IOrderedQueryable OrderBy(this IQueryable sourc... method OrderByDescending (line 14) | public static IOrderedQueryable OrderByDescending(this IQueryabl... method ThenBy (line 18) | public static IOrderedQueryable ThenBy(this IOrderedQueryable... method ThenByDescending (line 22) | public static IOrderedQueryable ThenByDescending(this IOrderedQu... method OrderBySortInfos (line 28) | public static IOrderedQueryable OrderBySortInfos(this IQueryable... method ThenBySortInfos (line 42) | public static IOrderedQueryable ThenBySortInfos(this IOrderedQue... method ApplyOrder (line 62) | public static IOrderedQueryable ApplyOrder(IQueryable source,... FILE: VirtoCommerce.Storefront.Model/Common/IStorefrontUrlBuilder.cs type IStorefrontUrlBuilder (line 5) | public interface IStorefrontUrlBuilder method ToAppAbsolute (line 7) | string ToAppAbsolute(string virtualPath); method ToAppAbsolute (line 8) | string ToAppAbsolute(string virtualPath, Store store, Language language); method ToStoreAbsolute (line 9) | string ToStoreAbsolute(string virtualPath, Store store = null, Languag... method ToAppRelative (line 10) | string ToAppRelative(string virtualPath); method ToAppRelative (line 11) | string ToAppRelative(string virtualPath, Store store, Language language); method ToLocalPath (line 12) | string ToLocalPath(string virtualPath); FILE: VirtoCommerce.Storefront.Model/Common/IValueObject.cs type IValueObject (line 3) | public interface IValueObject FILE: VirtoCommerce.Storefront.Model/Common/LocalizationExtensions.cs class LocalizationExtensions (line 8) | public static class LocalizationExtensions method FindWithLanguage (line 24) | public static T FindWithLanguage(this IEnumerable items, Languag... method FindWithLanguage (line 36) | public static TValue FindWithLanguage(this IEnumerable i... method GetLocalizedStringsForLanguage (line 53) | public static IEnumerable GetLocalizedStringsForLangu... method GetCurrencySymbol (line 67) | public static string GetCurrencySymbol(this string ISOCurrencySymbol) FILE: VirtoCommerce.Storefront.Model/Common/Messages/ICancellableHandler.cs type ICancellableHandler (line 6) | public interface ICancellableHandler where T : IMessage method Handle (line 8) | Task Handle(T message, CancellationToken token = default(CancellationT... FILE: VirtoCommerce.Storefront.Model/Common/Messages/IHandler.cs type IHandler (line 5) | public interface IHandler where T : IMessage method Handle (line 7) | Task Handle(T message); FILE: VirtoCommerce.Storefront.Model/Common/Messages/IMessage.cs type IMessage (line 3) | public interface IMessage FILE: VirtoCommerce.Storefront.Model/Common/Money/Currency.cs class Currency (line 11) | public class Currency : ValueObject method Currency (line 14) | static Currency() method Currency (line 33) | protected Currency() method Currency (line 37) | public Currency(Language language, string code, string name, string sy... method Currency (line 53) | public Currency(Language language, string code) method Initialize (line 101) | private void Initialize() method GetHashCode (line 131) | public override int GetHashCode() method Equals (line 136) | public override bool Equals(object obj) method GetEqualityComponents (line 146) | protected override IEnumerable GetEqualityComponents() FILE: VirtoCommerce.Storefront.Model/Common/Money/IConvertible.cs type IConvertible (line 3) | public interface IConvertible method ConvertTo (line 5) | T ConvertTo(Currency currency); FILE: VirtoCommerce.Storefront.Model/Common/Money/Money.cs class Money (line 36) | public sealed class Money : IComparable, IEquatable, IComp... method Money (line 40) | public Money() method Money (line 44) | public Money(Currency currency) method Money (line 49) | public Money(double amount, Currency currency) method Money (line 54) | public Money(decimal amount, Currency currency) method GetHashCode (line 129) | public override int GetHashCode() method Equals (line 134) | public override bool Equals(object obj) method Equals (line 139) | public bool Equals(Money other) method CompareTo (line 198) | public int CompareTo(object obj) method CompareTo (line 213) | public int CompareTo(Money other) method ToString (line 351) | public override string ToString() method ToString (line 356) | public string ToString(bool showDecimalDigits, bool showCurrencySymbol) method ConvertTo (line 389) | public Money ConvertTo(Currency currency) method Clone (line 401) | public object Clone() FILE: VirtoCommerce.Storefront.Model/Common/MutablePagedList.cs class MutablePagedList (line 10) | public sealed class MutablePagedList : PagedListMetaData, IMutablePag... method MutablePagedList (line 17) | public MutablePagedList(IEnumerable superSet, int pageNumber, int p... method MutablePagedList (line 24) | public MutablePagedList(IEnumerable superSet) method MutablePagedList (line 29) | public MutablePagedList(Func, IPagedLi... method MutablePagedList (line 34) | public MutablePagedList(Func, NameValu... method Slice (line 58) | public void Slice(int pageNumber, int pageSize, IEnumerable ... method GetEnumerator (line 104) | public IEnumerator GetEnumerator() method GetEnumerator (line 114) | IEnumerator IEnumerable.GetEnumerator() method GetMetaData (line 148) | public IPagedList GetMetaData() method Add (line 179) | public int Add(object value) method CanWrite (line 184) | public bool CanWrite(string member) method Clear (line 189) | public void Clear() method Contains (line 195) | public bool Contains(object value) method CopyTo (line 201) | public void CopyTo(Array array, int index) method IndexOf (line 207) | public int IndexOf(object value) method Insert (line 217) | public void Insert(int index, object value) method Remove (line 222) | public void Remove(object value) method RemoveAt (line 227) | public void RemoveAt(int index) method Add (line 232) | public void Add(object key, object value) method GetEnumerator (line 277) | IDictionaryEnumerator IDictionary.GetEnumerator() method TryGetValue (line 285) | private bool TryGetValue(object key, out object value) method ReloadPagedData (line 316) | private void ReloadPagedData() FILE: VirtoCommerce.Storefront.Model/Common/MutablePagedListExtensions.cs class MutablePagedListExtensions (line 3) | public static class MutablePagedListExtensions method GetTotalCount (line 11) | public static int GetTotalCount(this IMutablePagedList list) FILE: VirtoCommerce.Storefront.Model/Common/Notifications/EmailNotificationBase.cs class EmailNotificationBase (line 5) | public abstract class EmailNotificationBase : NotificationBase method EmailNotificationBase (line 7) | protected EmailNotificationBase(string storeId, Language language) method GetNotificationParameters (line 14) | public override IEnumerable> GetNotificat... FILE: VirtoCommerce.Storefront.Model/Common/Notifications/NotificationBase.cs class NotificationBase (line 5) | public abstract class NotificationBase : ValueObject method NotificationBase (line 7) | protected NotificationBase(string storeId, Language language) method GetNotificationParameters (line 19) | public virtual IEnumerable> GetNotificati... FILE: VirtoCommerce.Storefront.Model/Common/Notifications/SmsNotificationBase.cs class SmsNotificationBase (line 3) | public abstract class SmsNotificationBase : NotificationBase method SmsNotificationBase (line 5) | protected SmsNotificationBase(string storeId, Language language) FILE: VirtoCommerce.Storefront.Model/Common/NumericRange.cs class NumericRange (line 3) | public class NumericRange : ValueObject FILE: VirtoCommerce.Storefront.Model/Common/ObjectExtensions.cs class ObjectExtensions (line 7) | public static class ObjectExtensions method CopyFrom (line 9) | public static void CopyFrom(this object obj, NameValueCollection source) FILE: VirtoCommerce.Storefront.Model/Common/PagedSearchCriteria.cs class PagedSearchCriteria (line 6) | public class PagedSearchCriteria : ValueObject method PagedSearchCriteria (line 8) | public PagedSearchCriteria(IDictionary queryString, in... method GetQueryKeyValues (line 25) | public virtual IEnumerable> GetQueryKeyVa... FILE: VirtoCommerce.Storefront.Model/Common/PathUtils.cs class PathUtils (line 7) | public static class PathUtils method HasInvalidPathChars (line 15) | public static bool HasInvalidPathChars(string path) method HasInvalidFilterChars (line 20) | public static bool HasInvalidFilterChars(string path) method EnsureTrailingSlash (line 25) | public static string EnsureTrailingSlash(string path) method PathNavigatesAboveRoot (line 36) | public static bool PathNavigatesAboveRoot(string path) FILE: VirtoCommerce.Storefront.Model/Common/ReflectionExtension.cs class ReflectionExtension (line 9) | public static class ReflectionExtension method GetTypePropsRecursively (line 11) | public static IEnumerable GetTypePropsRecursively(this T... method IteratePropsInner (line 16) | private static IEnumerable IteratePropsInner(Type baseTy... method ListTypesOrSelf (line 33) | public static Type ListTypesOrSelf(Type type) method GetEnumerableType (line 38) | public static Type GetEnumerableType(this Type type) method IsAssignableFromGenericList (line 43) | public static bool IsAssignableFromGenericList(this Type type) method GetFlatObjectsListWithInterface (line 48) | public static T[] GetFlatObjectsListWithInterface(this object obj, ... method AsDictionary (line 96) | public static IDictionary AsDictionary(this object sou... FILE: VirtoCommerce.Storefront.Model/Common/SettingsExtension.cs class SettingsExtension (line 8) | public static class SettingsExtension method GetSettingValue (line 10) | public static T GetSettingValue(this IEnumerable sett... FILE: VirtoCommerce.Storefront.Model/Common/SortInfo.cs type SortDirection (line 10) | public enum SortDirection class SortInfo (line 22) | public sealed class SortInfo : ValueObject method ToString (line 24) | public override string ToString() method ToString (line 28) | public static string ToString(IEnumerable sortInfos) method Parse (line 36) | public static IEnumerable Parse(string sortExpr) FILE: VirtoCommerce.Storefront.Model/Common/Specifications/ISpecification.cs type ISpecification (line 3) | public interface ISpecification method IsSatisfiedBy (line 5) | bool IsSatisfiedBy(T obj); FILE: VirtoCommerce.Storefront.Model/Common/StreamExtensions.cs class StreamExtensions (line 7) | public static class StreamExtensions method CopyTo (line 9) | public static void CopyTo(this Stream fromStream, Stream toStream) method ReadFully (line 28) | public static byte[] ReadFully(this Stream stream) method ReadToString (line 40) | public static string ReadToString(this Stream stream) method ReadToStringAsync (line 47) | public static async Task ReadToStringAsync(this Stream stream) FILE: VirtoCommerce.Storefront.Model/Common/StringExtensions.cs class StringExtensions (line 10) | public static class StringExtensions method PascalToKebabCase (line 18) | public static string PascalToKebabCase(this string name) method IsValidJsonPath (line 29) | public static bool IsValidJsonPath(this string input) method IsValidEmail (line 38) | public static bool IsValidEmail(this string input) method JoinWithoutWhitespaces (line 47) | public static string JoinWithoutWhitespaces(this IEnumerable i... method Decamelize (line 63) | public static string Decamelize(this string str, char spacer = '_') method EqualsInvariant (line 91) | public static bool EqualsInvariant(this string str1, string str2) method FilePathHasMaskChars (line 96) | public static bool FilePathHasMaskChars(this string path) method AddIfNotContains (line 101) | public static string AddIfNotContains(this string inputStr, string str... method FitsMask (line 112) | public static bool FitsMask(this string fileName, string fileMask) method ToNullableInt (line 118) | public static int? ToNullableInt(this string str) method SplitIntoTuple (line 127) | public static Tuple SplitIntoTuple(this string... method RemoveAccent (line 138) | public static string RemoveAccent(this string txt) method Handelize (line 144) | public static string Handelize(this string phrase) method RemoveLeadingUriScheme (line 162) | public static string RemoveLeadingUriScheme(this string str) method ReplaceLastOccurrence (line 175) | public static string ReplaceLastOccurrence(this string source, string ... method AddSuffixToFileUrl (line 193) | public static string AddSuffixToFileUrl(this string originalFileUrl, s... FILE: VirtoCommerce.Storefront.Model/Common/TreeNode.cs class TreeNode (line 6) | public partial class TreeNode FILE: VirtoCommerce.Storefront.Model/Common/TypeExtensions.cs class TypeExtensions (line 10) | public static class TypeExtensions method GetTypeInheritanceChainTo (line 12) | public static Type[] GetTypeInheritanceChainTo(this Type type, Type to... method PrettyPrint (line 29) | public static string PrettyPrint(this Type type) method GetCacheKey (line 47) | public static string GetCacheKey(this Type type) method PrettyPrintRecursive (line 52) | private static string PrettyPrintRecursive(Type type, int depth) method FriendlyId (line 71) | public static string FriendlyId(this Type type, bool fullyQualified = ... method FullNameSansTypeParameters (line 92) | public static string FullNameSansTypeParameters(this Type type) FILE: VirtoCommerce.Storefront.Model/Common/ValueObject.cs class ValueObject (line 10) | public abstract class ValueObject : IValueObject, ICacheKey, ICloneable method Equals (line 14) | public override bool Equals(object obj) method GetHashCode (line 35) | public override int GetHashCode() method ToString (line 55) | public override string ToString() FILE: VirtoCommerce.Storefront.Model/ContactForm.cs class ContactForm (line 6) | public partial class ContactForm : ValueObject method ContactForm (line 8) | public ContactForm() FILE: VirtoCommerce.Storefront.Model/Country.cs class Country (line 3) | public partial class Country FILE: VirtoCommerce.Storefront.Model/CountryRegion.cs class CountryRegion (line 3) | public partial class CountryRegion FILE: VirtoCommerce.Storefront.Model/Customer/Contact.cs class Contact (line 8) | public partial class Contact : Member FILE: VirtoCommerce.Storefront.Model/Customer/Member.cs class Member (line 9) | public class Member : Entity method ToString (line 40) | public override string ToString() FILE: VirtoCommerce.Storefront.Model/Customer/Organization.cs class Organization (line 7) | public partial class Organization : Member FILE: VirtoCommerce.Storefront.Model/Customer/OrganizationContactsSearchCriteria.cs class OrganizationContactsSearchCriteria (line 6) | public class OrganizationContactsSearchCriteria : PagedSearchCriteria method OrganizationContactsSearchCriteria (line 11) | public OrganizationContactsSearchCriteria() method OrganizationContactsSearchCriteria (line 16) | public OrganizationContactsSearchCriteria(IDictionary ... FILE: VirtoCommerce.Storefront.Model/Customer/SecurityAccount.cs class SecurityAccount (line 6) | public class SecurityAccount : Entity FILE: VirtoCommerce.Storefront.Model/Customer/Services/IMemberService.cs type IMemberService (line 7) | public interface IMemberService method GetContactByIdAsync (line 9) | Task GetContactByIdAsync(string contactId); method CreateContactAsync (line 10) | Task CreateContactAsync(Contact contact); method UpdateContactAsync (line 11) | Task UpdateContactAsync(Contact contact); method UpdateContactAddressesAsync (line 12) | Task UpdateContactAddressesAsync(string contactId, IList
addr... method DeleteContactAsync (line 13) | Task DeleteContactAsync(string contactId); method SearchOrganizationContacts (line 15) | IPagedList SearchOrganizationContacts(OrganizationContactsSea... method SearchOrganizationContactsAsync (line 16) | Task> SearchOrganizationContactsAsync(Organization... method GetOrganizationByIdAsync (line 18) | Task GetOrganizationByIdAsync(string organizationId); method CreateOrganizationAsync (line 19) | Task CreateOrganizationAsync(Organization organization); method UpdateOrganizationAsync (line 20) | Task UpdateOrganizationAsync(Organization organization); FILE: VirtoCommerce.Storefront.Model/DynamicProperty.cs class DynamicProperty (line 6) | public partial class DynamicProperty : Entity, IAccessibleByIndexKey FILE: VirtoCommerce.Storefront.Model/DynamicPropertyDictionaryItem.cs class DynamicPropertyDictionaryItem (line 6) | public partial class DynamicPropertyDictionaryItem : Entity FILE: VirtoCommerce.Storefront.Model/DynamicPropertyName.cs class DynamicPropertyName (line 3) | public partial class DynamicPropertyName FILE: VirtoCommerce.Storefront.Model/EditorialReview.cs class EditorialReview (line 5) | public partial class EditorialReview : LocalizedString, IAccessibleByInd... FILE: VirtoCommerce.Storefront.Model/Features/Exceptions/FeaturesException.cs class FeaturesException (line 6) | [Serializable] method FeaturesException (line 9) | [Obsolete(DiagnosticId = "SYSLIB0051")] method FeaturesException (line 14) | public FeaturesException(string message) method FeaturesException (line 19) | public FeaturesException(string message, Exception exception) FILE: VirtoCommerce.Storefront.Model/Features/Feature.cs class Feature (line 5) | public class Feature method ToString (line 17) | public override string ToString() FILE: VirtoCommerce.Storefront.Model/Features/FeatureExtensions.cs class FeatureExtensions (line 8) | public static class FeatureExtensions method AnyConflictWith (line 10) | public static bool AnyConflictWith(this IReadOnlyCollection f... method AnyInactive (line 15) | public static bool AnyInactive(this IEnumerable features) method AnyReplacedBy (line 20) | public static bool AnyReplacedBy(this IReadOnlyCollection fea... method GetFeature (line 25) | public static Feature GetFeature(this IReadOnlyCollection fea... method GetReferenceFeatures (line 37) | public static IEnumerable GetReferenceFeatures( FILE: VirtoCommerce.Storefront.Model/Features/FeaturesAgent.cs class FeaturesAgent (line 10) | public class FeaturesAgent : IFeaturesAgent method FeaturesAgent (line 14) | public FeaturesAgent(string featuresBranchToken = "features") method IsActive (line 19) | public bool IsActive(string featureName, JObject jObject) method GetFeatures (line 47) | private List GetFeatures(JObject jObject) FILE: VirtoCommerce.Storefront.Model/Features/IFeaturesAgent.cs type IFeaturesAgent (line 5) | public interface IFeaturesAgent method IsActive (line 7) | bool IsActive(string featureName, JObject jObject); FILE: VirtoCommerce.Storefront.Model/Form.cs class Form (line 10) | public partial class Form : IDictionary method Form (line 14) | public Form() method Form (line 19) | private Form(IDictionary dict) method FromObject (line 26) | public static Form FromObject(object obj) method Add (line 41) | public void Add(object key, object value) method Clear (line 46) | public void Clear() method Contains (line 51) | public bool Contains(object key) method GetEnumerator (line 56) | public IDictionaryEnumerator GetEnumerator() method Remove (line 61) | public void Remove(object key) method CopyTo (line 66) | public void CopyTo(Array array, int index) method GetEnumerator (line 71) | IEnumerator IEnumerable.GetEnumerator() method TryGetValue (line 116) | private bool TryGetValue(object key, out object value) FILE: VirtoCommerce.Storefront.Model/FormError.cs class FormError (line 5) | public class FormError : ValueObject, IAccessibleByIndexKey method ToString (line 12) | public override string ToString() FILE: VirtoCommerce.Storefront.Model/ICountriesService.cs type ICountriesService (line 6) | public interface ICountriesService method GetCountriesAsync (line 8) | Task> GetCountriesAsync(); FILE: VirtoCommerce.Storefront.Model/ICurrencyService.cs type ICurrencyService (line 6) | public interface ICurrencyService method GetAllCurrenciesAsync (line 8) | Task GetAllCurrenciesAsync(Language language); FILE: VirtoCommerce.Storefront.Model/IHasLanguage.cs type IHasLanguage (line 3) | public interface IHasLanguage FILE: VirtoCommerce.Storefront.Model/IHasSettings.cs type IHasSettings (line 5) | public interface IHasSettings FILE: VirtoCommerce.Storefront.Model/ISeoInfoService.cs type ISeoInfoService (line 7) | public interface ISeoInfoService method GetSeoInfosBySlug (line 9) | Task GetSeoInfosBySlug(string slug); method GetBestMatchingSeoInfos (line 11) | Task GetBestMatchingSeoInfos(string slug, Store store, stri... method GetContentItem (line 13) | ContentItem GetContentItem(string slug, WorkContext context); FILE: VirtoCommerce.Storefront.Model/ISpaRouteService.cs type ISpaRouteService (line 5) | public interface ISpaRouteService method IsSpaRoute (line 7) | Task IsSpaRoute(string route); FILE: VirtoCommerce.Storefront.Model/IWorkContextAccessor.cs type IWorkContextAccessor (line 3) | public interface IWorkContextAccessor FILE: VirtoCommerce.Storefront.Model/Image.cs class Image (line 6) | public partial class Image : ValueObject method GetEqualityComponents (line 30) | protected override IEnumerable GetEqualityComponents() FILE: VirtoCommerce.Storefront.Model/Interaction/Client.cs class Client (line 3) | public class Client FILE: VirtoCommerce.Storefront.Model/Interaction/Page.cs class Page (line 3) | public class Page FILE: VirtoCommerce.Storefront.Model/Interaction/UserEvent.cs class UserEvent (line 5) | public class UserEvent FILE: VirtoCommerce.Storefront.Model/Interaction/UserSession.cs class UserSession (line 5) | public class UserSession FILE: VirtoCommerce.Storefront.Model/Language.cs class Language (line 10) | public partial class Language : ValueObject method Language (line 12) | private Language() method Language (line 17) | public Language(string cultureName) method GetEqualityComponents (line 74) | protected override IEnumerable GetEqualityComponents() FILE: VirtoCommerce.Storefront.Model/LinkList/CategoryMenuLink.cs class CategoryMenuLink (line 6) | public class CategoryMenuLink : MenuLink FILE: VirtoCommerce.Storefront.Model/LinkList/MenuLink.cs class MenuLink (line 8) | public class MenuLink : Entity, IAccessibleByIndexKey FILE: VirtoCommerce.Storefront.Model/LinkList/MenuLinkList.cs class MenuLinkList (line 10) | public class MenuLinkList : Entity, IHasLanguage, IAccessibleByIndexKey FILE: VirtoCommerce.Storefront.Model/LinkList/ProductMenuLink.cs class ProductMenuLink (line 6) | public class ProductMenuLink : MenuLink FILE: VirtoCommerce.Storefront.Model/LinkList/Services/ILinkListService.cs type IMenuLinkListService (line 7) | public interface IMenuLinkListService method LoadAllStoreLinkLists (line 9) | IList LoadAllStoreLinkLists(Store store, Language langua... method LoadAllStoreLinkListsAsync (line 10) | Task> LoadAllStoreLinkListsAsync(Store store, Lang... FILE: VirtoCommerce.Storefront.Model/LocalizedString.cs class LocalizedString (line 3) | public class LocalizedString : IHasLanguage method LocalizedString (line 5) | public LocalizedString() method LocalizedString (line 10) | public LocalizedString(Language language, string value) FILE: VirtoCommerce.Storefront.Model/LoginProvider.cs class LoginProvider (line 5) | public class LoginProvider FILE: VirtoCommerce.Storefront.Model/Security/AccountState.cs type AccountState (line 3) | public enum AccountState FILE: VirtoCommerce.Storefront.Model/Security/ChangePassword.cs class ChangePassword (line 5) | public partial class ChangePassword : ValueObject FILE: VirtoCommerce.Storefront.Model/Security/ChangeTwoFactorAuthenticationModel.cs class ChangeTwoFactorAuthenticationModel (line 3) | public class ChangeTwoFactorAuthenticationModel FILE: VirtoCommerce.Storefront.Model/Security/ChangeTwoFactorAuthenticationResult.cs class ChangeTwoFactorAuthenticationResult (line 5) | public class ChangeTwoFactorAuthenticationResult FILE: VirtoCommerce.Storefront.Model/Security/ConfirmEmailModel.cs class ConfirmEmailModel (line 5) | public class ConfirmEmailModel FILE: VirtoCommerce.Storefront.Model/Security/CustomSignInResult.cs class CustomSignInResult (line 3) | public class CustomSignInResult : Microsoft.AspNetCore.Identity.SignInRe... FILE: VirtoCommerce.Storefront.Model/Security/Events/UserDeletedEvent.cs class UserDeletedEvent (line 5) | public class UserDeletedEvent : DomainEvent method UserDeletedEvent (line 7) | public UserDeletedEvent(WorkContext workContext, User user) FILE: VirtoCommerce.Storefront.Model/Security/Events/UserLoginEvent.cs class UserLoginEvent (line 8) | public partial class UserLoginEvent : DomainEvent method UserLoginEvent (line 10) | public UserLoginEvent(WorkContext workContext, User user) FILE: VirtoCommerce.Storefront.Model/Security/Events/UserRegisteredEvent.cs class UserRegisteredEvent (line 5) | public class UserRegisteredEvent : DomainEvent method UserRegisteredEvent (line 7) | public UserRegisteredEvent(WorkContext workContext, User user, UserReg... FILE: VirtoCommerce.Storefront.Model/Security/ExternalUserLoginInfo.cs class ExternalUserLoginInfo (line 6) | public class ExternalUserLoginInfo : ValueObject method GetEqualityComponents (line 25) | protected override IEnumerable GetEqualityComponents() FILE: VirtoCommerce.Storefront.Model/Security/ForgotPassword.cs class ForgotPassword (line 6) | public partial class ForgotPassword : ValueObject FILE: VirtoCommerce.Storefront.Model/Security/ForgotPasswordModel.cs class ForgotPasswordModel (line 5) | public class ForgotPasswordModel FILE: VirtoCommerce.Storefront.Model/Security/Login.cs class Login (line 6) | public partial class Login FILE: VirtoCommerce.Storefront.Model/Security/OrganizationRegistration.cs class OrganizationRegistration (line 3) | public partial class OrganizationRegistration : UserRegistration FILE: VirtoCommerce.Storefront.Model/Security/OrganizationUserRegistration.cs class OrganizationUserRegistration (line 5) | public partial class OrganizationUserRegistration : UserRegistration FILE: VirtoCommerce.Storefront.Model/Security/PasswordChangeResult.cs class PasswordChangeResult (line 5) | public class PasswordChangeResult FILE: VirtoCommerce.Storefront.Model/Security/RemovePhoneNumberResult.cs class RemovePhoneNumberResult (line 5) | public class RemovePhoneNumberResult FILE: VirtoCommerce.Storefront.Model/Security/ResetPassword.cs class ResetPassword (line 6) | public partial class ResetPassword FILE: VirtoCommerce.Storefront.Model/Security/ResetPasswordByCodeModel.cs class ResetPasswordByCodeModel (line 6) | public class ResetPasswordByCodeModel FILE: VirtoCommerce.Storefront.Model/Security/ResetPasswordModel.cs class ResetPasswordModel (line 5) | public class ResetPasswordModel FILE: VirtoCommerce.Storefront.Model/Security/Role.cs class Role (line 6) | public class Role : Entity FILE: VirtoCommerce.Storefront.Model/Security/SecurityConstants.cs class SecurityConstants (line 5) | public static class SecurityConstants class Claims (line 9) | public static class Claims class Roles (line 17) | public static class Roles class Permissions (line 58) | public static class Permissions FILE: VirtoCommerce.Storefront.Model/Security/SecurityErrorDescriber.cs class SecurityErrorDescriber (line 5) | public static partial class SecurityErrorDescriber method UsernameOrEmailIsRequired (line 7) | public static FormError UsernameOrEmailIsRequired() method LoginFailed (line 15) | public static FormError LoginFailed() method UserNotFound (line 24) | public static FormError UserNotFound() method UserCannotLoginInStore (line 32) | public static FormError UserCannotLoginInStore() method PhoneNumberNotFound (line 41) | public static FormError PhoneNumberNotFound() method AccountIsBlocked (line 50) | public static FormError AccountIsBlocked() method EmailVerificationIsRequired (line 59) | public static FormError EmailVerificationIsRequired() method OperationFailed (line 68) | public static FormError OperationFailed() method ResetPasswordIsTurnedOff (line 77) | public static FormError ResetPasswordIsTurnedOff() method InvalidToken (line 86) | public static FormError InvalidToken() method InvalidUrl (line 94) | public static FormError InvalidUrl() method ResetPasswordInvalidData (line 102) | public static FormError ResetPasswordInvalidData() method PasswordAndConfirmPasswordDoesNotMatch (line 110) | public static FormError PasswordAndConfirmPasswordDoesNotMatch() method InvitationHasAreadyBeenUsed (line 118) | public static FormError InvitationHasAreadyBeenUsed() method PhoneNumberVerificationFailed (line 126) | public static FormError PhoneNumberVerificationFailed() method ErrorSendNotification (line 134) | public static FormError ErrorSendNotification(string error) method UserIsLockedOut (line 142) | public static FormError UserIsLockedOut() method UserIsTemporaryLockedOut (line 150) | public static FormError UserIsTemporaryLockedOut() method PasswordExpired (line 158) | public static FormError PasswordExpired(string userId) FILE: VirtoCommerce.Storefront.Model/Security/Specifications/CanUserLoginToStoreSpecification.cs class CanUserLoginToStoreSpecification (line 9) | public class CanUserLoginToStoreSpecification : ISpecification method CanUserLoginToStoreSpecification (line 12) | public CanUserLoginToStoreSpecification(User user) method IsSatisfiedBy (line 16) | public virtual bool IsSatisfiedBy(Store obj) FILE: VirtoCommerce.Storefront.Model/Security/Specifications/IsUserLockedByRequiredEmailVerificationSpecification.cs class IsUserLockedByRequiredEmailVerificationSpecification (line 7) | public class IsUserLockedByRequiredEmailVerificationSpecification : ISpe... method IsUserLockedByRequiredEmailVerificationSpecification (line 11) | public IsUserLockedByRequiredEmailVerificationSpecification(User user) method IsSatisfiedBy (line 16) | public virtual bool IsSatisfiedBy(Store store) FILE: VirtoCommerce.Storefront.Model/Security/Specifications/IsUserLockedOutSpecification.cs class IsUserLockedOutSpecification (line 5) | public class IsUserLockedOutSpecification : ISpecification method IsSatisfiedBy (line 7) | public virtual bool IsSatisfiedBy(User obj) FILE: VirtoCommerce.Storefront.Model/Security/Specifications/IsUserPasswordExpiredSpecification.cs class IsUserPasswordExpiredSpecification (line 5) | public class IsUserPasswordExpiredSpecification : ISpecification method IsSatisfiedBy (line 7) | public virtual bool IsSatisfiedBy(User obj) FILE: VirtoCommerce.Storefront.Model/Security/Specifications/IsUserSuspendedSpecification.cs class IsUserSuspendedSpecification (line 5) | public class IsUserSuspendedSpecification : ISpecification method IsSatisfiedBy (line 7) | public bool IsSatisfiedBy(User obj) FILE: VirtoCommerce.Storefront.Model/Security/Specifications/IsUserTemporaryLockedOutSpecification.cs class IsUserTemporaryLockedOutSpecification (line 6) | public class IsUserTemporaryLockedOutSpecification : ISpecification method IsSatisfiedBy (line 8) | public virtual bool IsSatisfiedBy(User user) FILE: VirtoCommerce.Storefront.Model/Security/UpdatePhoneNumberModel.cs class UpdatePhoneNumberModel (line 6) | public class UpdatePhoneNumberModel FILE: VirtoCommerce.Storefront.Model/Security/UpdatePhoneNumberResult.cs class UpdatePhoneNumberResult (line 3) | public class UpdatePhoneNumberResult FILE: VirtoCommerce.Storefront.Model/Security/User.cs class User (line 11) | public partial class User : Entity method User (line 13) | public User() FILE: VirtoCommerce.Storefront.Model/Security/UserActionIdentityResult.cs class UserActionIdentityResult (line 7) | public class UserActionIdentityResult method Instance (line 39) | public static UserActionIdentityResult Instance(IdentityResult identit... method Failed (line 55) | public static UserActionIdentityResult Failed(params IdentityError[] e... method Failed (line 65) | public static UserActionIdentityResult Failed(params FormError[] errors) method ToString (line 83) | public override string ToString() FILE: VirtoCommerce.Storefront.Model/Security/UserRegistration.cs class UserRegistration (line 7) | public partial class UserRegistration FILE: VirtoCommerce.Storefront.Model/Security/UserRegistrationByInvitation.cs class UserRegistrationByInvitation (line 6) | public partial class UserRegistrationByInvitation : UserRegistration FILE: VirtoCommerce.Storefront.Model/Security/UserSearchResult.cs class UserSearchResult (line 5) | public class UserSearchResult : GenericSearchResult FILE: VirtoCommerce.Storefront.Model/Security/UserUpdateInfo.cs class UserUpdateInfo (line 6) | public partial class UserUpdateInfo : Entity FILE: VirtoCommerce.Storefront.Model/Security/UsersInvitation.cs class UsersInvitation (line 7) | public partial class UsersInvitation : ValueObject FILE: VirtoCommerce.Storefront.Model/Security/ValidateTokenModel.cs class ValidateTokenModel (line 5) | public partial class ValidateTokenModel FILE: VirtoCommerce.Storefront.Model/Security/VerifyCodeViewModel.cs class VerifyCodeViewModel (line 5) | public class VerifyCodeViewModel FILE: VirtoCommerce.Storefront.Model/Security/VerifyPhoneNumberModel.cs class VerifyPhoneNumberModel (line 6) | public class VerifyPhoneNumberModel FILE: VirtoCommerce.Storefront.Model/SeoInfo.cs class SeoInfo (line 8) | public partial class SeoInfo : ValueObject, IHasLanguage FILE: VirtoCommerce.Storefront.Model/SeoLinksType.cs type SeoLinksType (line 6) | public enum SeoLinksType FILE: VirtoCommerce.Storefront.Model/SettingEntry.cs class SettingEntry (line 6) | public partial class SettingEntry : IAccessibleByIndexKey method SettingEntry (line 8) | public SettingEntry() FILE: VirtoCommerce.Storefront.Model/SlugInfoRequest.cs class SlugInfoRequest (line 5) | public class SlugInfoRequest FILE: VirtoCommerce.Storefront.Model/SlugInfoResult.cs class SlugInfoResult (line 5) | public class SlugInfoResult FILE: VirtoCommerce.Storefront.Model/SlugRoutingData.cs class SlugRoutingData (line 3) | public class SlugRoutingData FILE: VirtoCommerce.Storefront.Model/SpaThemeContext.cs class SpaThemeContext (line 7) | public class SpaThemeContext method Create (line 21) | public static SpaThemeContext Create(WorkContext workContext, IStorefr... FILE: VirtoCommerce.Storefront.Model/StaticContent/Blog.cs class Blog (line 5) | public partial class Blog : ContentItem method Blog (line 7) | public Blog() FILE: VirtoCommerce.Storefront.Model/StaticContent/BlogArticle.cs class BlogArticle (line 7) | public partial class BlogArticle : ContentItem method LoadContent (line 23) | public override void LoadContent(string content, IDictionary queryString) method Parse (line 26) | protected virtual void Parse(NameValueCollection queryString) FILE: VirtoCommerce.Storefront.Model/StaticContent/ContentInThemeSearchCriteria.cs class ContentInThemeSearchCriteria (line 6) | public class ContentInThemeSearchCriteria FILE: VirtoCommerce.Storefront.Model/StaticContent/ContentItem.cs class ContentItem (line 8) | public abstract class ContentItem : IHasLanguage, IAccessibleByIndexKey method ContentItem (line 10) | protected ContentItem() method LoadContent (line 83) | public virtual void LoadContent(string content, IDictionary Search(string path, string searchPattern, bool rec... method Watch (line 45) | IChangeToken Watch(string path); FILE: VirtoCommerce.Storefront.Model/StaticContent/IStaticContentItemFactory.cs type IStaticContentItemFactory (line 3) | public interface IStaticContentItemFactory method GetItemFromPath (line 5) | ContentItem GetItemFromPath(string path); FILE: VirtoCommerce.Storefront.Model/StaticContent/IStaticContentLoader.cs type IStaticContentLoader (line 5) | public interface IStaticContentLoader method ReadMetaData (line 7) | void ReadMetaData(string content, IDictionary LoadStoreStaticContent(Store store, string ty... FILE: VirtoCommerce.Storefront.Model/StaticContent/StaticContentSearchCriteria.cs class StaticContentSearchCriteria (line 3) | public partial class StaticContentSearchCriteria FILE: VirtoCommerce.Storefront.Model/StorefrontNotification.cs class StorefrontNotification (line 3) | public partial class StorefrontNotification FILE: VirtoCommerce.Storefront.Model/StorefrontNotificationType.cs type StorefrontNotificationType (line 3) | public enum StorefrontNotificationType FILE: VirtoCommerce.Storefront.Model/Stores/IStoreService.cs type IStoreService (line 6) | public interface IStoreService method GetAllStoresAsync (line 8) | Task GetAllStoresAsync(); method GetStoreByIdAsync (line 9) | Task GetStoreByIdAsync(string id, Currency currency = null); FILE: VirtoCommerce.Storefront.Model/Stores/Store.cs class Store (line 10) | public partial class Store : Entity, IHasSettings method Store (line 14) | public Store() method IsStoreUrl (line 161) | public bool IsStoreUrl(Uri url) FILE: VirtoCommerce.Storefront.Model/Stores/StoreStatus.cs type StoreStatus (line 3) | public enum StoreStatus FILE: VirtoCommerce.Storefront.Model/SwaggerCustomSchemaIdAttribute.cs class SwaggerSchemaIdAttribute (line 6) | [AttributeUsage(AttributeTargets.Class, Inherited = false)] method SwaggerSchemaIdAttribute (line 11) | public SwaggerSchemaIdAttribute(string id) FILE: VirtoCommerce.Storefront.Model/Term.cs class Term (line 5) | public partial class Term : ValueObject FILE: VirtoCommerce.Storefront.Model/TermExtensions.cs class TermExtensions (line 7) | public static class TermExtensions method ToTerms (line 10) | public static IEnumerable ToTerms(this string input) method ToStrings (line 28) | public static List ToStrings(this IEnumerable terms) FILE: VirtoCommerce.Storefront.Model/WorkContext.cs class WorkContext (line 14) | public class WorkContext : IDisposable, ICloneable method WorkContext (line 16) | public WorkContext() method Dispose (line 226) | public void Dispose() method Dispose (line 232) | protected virtual void Dispose(bool disposing) method Clone (line 240) | public object Clone() FILE: VirtoCommerce.Storefront.Tests/Features/CustomServiceCollection.cs class CustomServiceCollection (line 7) | public class CustomServiceCollection : ServiceCollection method CustomServiceCollection (line 9) | public CustomServiceCollection() FILE: VirtoCommerce.Storefront.Tests/Features/FeaturesAgentTests.cs class FeaturesAgentTests (line 14) | public class FeaturesAgentTests method IsActive_FeatureStatus_ShouldBeExpected (line 16) | [Theory] method IsActive_FeatureWithoutReplaces_ShouldBeActive (line 51) | [Theory] method IsActive_FeatureWithConflicts_ShouldBeInactive (line 71) | [Theory] method IsActive_OrdersBrowsing_ShouldBeInactive (line 91) | [Fact] method ReadSettingsFile (line 109) | private static JObject ReadSettingsFile(string defaultFileName = "test... FILE: VirtoCommerce.Storefront.Tests/JsonConverterTests.cs class JsonConverterTests (line 9) | public class JsonConverterTests method SerializeUser (line 11) | [Fact] FILE: VirtoCommerce.Storefront.Tests/LiquidThemeEngine/ShopifyLiquidThemeEngineTests.cs class ShopifyLiquidThemeEngineTests (line 21) | public sealed class ShopifyLiquidThemeEngineTests : IDisposable type DefaultThemeType (line 23) | private enum DefaultThemeType method Settings_Without_Inheritance_Flat (line 96) | [Fact] method Settings_Without_Inheritance_Presets (line 103) | [Fact] method Settings_Without_Inheritance_Presets_And_Current_Object (line 110) | [Fact] method Check_Without_Inheritance (line 117) | private void Check_Without_Inheritance() method Settings_Inheritance_Backward_Compatibility_Base_Theme_Name (line 126) | [Fact] method Settings_Inheritance_Backward_Compatibility_Base_Theme_Path_Without_Merge (line 139) | [Fact] method Check_Inheritance_Backward_Compatibility (line 150) | private void Check_Inheritance_Backward_Compatibility(LiquidThemeEngin... method Settings_Inheritance_Both_Are_Flat (line 159) | [Fact] method Settings_Inheritance_Base_Has_Preset_Current_Is_Flat (line 166) | [Fact] method Settings_Inheritance_Current_Select_Preset_From_Base (line 173) | [Fact] method Check_Colors_In_Merged_Settings (line 180) | private void Check_Colors_In_Merged_Settings(bool isDarkPreset = false) method InitializeStreams (line 193) | private void InitializeStreams(DefaultThemeType defaultThemeType, bool... method InitializeStream (line 210) | private static void InitializeStream(StreamWriter writer, out Strea... method GetWorkContextAccessor (line 261) | private static IWorkContextAccessor GetWorkContextAccessor(bool useThe... method GetThemeEngine (line 287) | private ShopifyLiquidThemeEngine GetThemeEngine(bool useThemesInherita... method Dispose (line 293) | public void Dispose() FILE: VirtoCommerce.Storefront.Tests/Model/MoneyOperationTests.cs class MoneyOperationTests (line 7) | [Trait("Category", "CI")] method TestGettingMoneyProperties (line 13) | [Theory] FILE: VirtoCommerce.Storefront.Tests/ResponseCaching/ResponseCachingTests.cs class AppTestFixture (line 22) | public class AppTestFixture : WebApplicationFactory method CreateHostBuilder (line 24) | protected override IHostBuilder CreateHostBuilder() class ResponseCachingTests (line 35) | [Trait("Category", "CI")] method ResponseCachingTests (line 39) | public ResponseCachingTests(AppTestFixture factory) method AssertCachedResponseAsync (line 81) | private static async Task AssertCachedResponseAsync(HttpResponseMessag... method Dispose (line 94) | public void Dispose() FILE: VirtoCommerce.Storefront.Tests/Routing/Infrastructure/DummyAntiforgery.cs class DummyAntiforgery (line 10) | public class DummyAntiforgery : IAntiforgery method GetAndStoreTokens (line 17) | public AntiforgeryTokenSet GetAndStoreTokens(HttpContext httpContext) method GetTokens (line 23) | public AntiforgeryTokenSet GetTokens(HttpContext httpContext) method IsRequestValidAsync (line 29) | public Task IsRequestValidAsync(HttpContext httpContext) method ValidateRequestAsync (line 35) | public Task ValidateRequestAsync(HttpContext httpContext) method SetCookieTokenAndHeader (line 41) | public void SetCookieTokenAndHeader(HttpContext httpContext) FILE: VirtoCommerce.Storefront.Tests/Routing/Infrastructure/RoutingDataResult.cs class RoutingDataResult (line 10) | public class RoutingDataResult method RoutingDataResult (line 20) | public RoutingDataResult(string controllerTypeName, string controllerM... FILE: VirtoCommerce.Storefront.Tests/Routing/Infrastructure/RoutingTestingActionFilter.cs class RoutingTestingActionFilter (line 11) | public class RoutingTestingActionFilter : IActionFilter method OnActionExecuting (line 14) | public void OnActionExecuting(ActionExecutingContext context) method OnActionExecuted (line 24) | public void OnActionExecuted(ActionExecutedContext context) FILE: VirtoCommerce.Storefront.Tests/Routing/PathStringExtensionsTests.cs class PathStringExtensionsTests (line 8) | [Trait("Category", "CI")] method TrimStorePath_NoStoreUrls_DoesNothing (line 11) | [Theory] method TrimStorePath_NoPathInStoreUrl_DoesNothing (line 28) | [Theory] method TrimStorePath_NoPathInStoreSecureUrl_DoesNothing (line 45) | [Theory] method TrimStorePath_PathInStoreUrl_TrimsFirstOccurrenceFromBeginning (line 62) | [Theory] method TrimStorePath_PathInStoreSecureUrl_TrimsFirstOccurrenceFromBeginning (line 79) | [Theory] FILE: VirtoCommerce.Storefront.Tests/Scriban/ScribanTests.cs class ScribanTests (line 9) | public class ScribanTests method LiquidRawBlock_ParsingError (line 14) | [Fact] method Function_With_Context_And_Params_Throw_Overflow_Exception (line 51) | [Fact] class TestContext (line 105) | public class TestContext class Tag (line 109) | public class Tag class MyFunctions (line 116) | public static class MyFunctions method T (line 118) | public static string T(object input, params object[] variables) method A (line 123) | public static string A(TemplateContext context, object input, string c... method B (line 127) | public static string B(object input) FILE: VirtoCommerce.Storefront.Tests/ValueObjectTests.cs class ValueObjectTests (line 8) | [Trait("Category", "Unit")] class ComplexObject (line 11) | public class ComplexObject : ValueObject method ObjectsWithTheSameValuesShouldBeEqual (line 19) | [Fact] method ObjectsWithDifferentValuesShouldNotBeEqual (line 38) | [Fact] method ObjectsWithDifferentValuesShouldHaveDifferentCacheKeys (line 61) | [Fact] method GetObjectsWithDifferentValues (line 73) | private static IList GetObjectsWithDifferentValues() FILE: VirtoCommerce.Storefront/AutoRestClients/CatalogModuleApi.cs class CatalogModuleClient (line 20) | public partial class CatalogModuleClient : ServiceClient>> Ge... method UpdateAssociationsWithHttpMessagesAsync (line 662) | public async Task UpdateAssociationsWithHttpMes... method DeleteWithHttpMessagesAsync (line 780) | public async Task DeleteWithHttpMessagesAsync(I... method SearchWithHttpMessagesAsync (line 903) | public async Task>> GetAllAssociati... method UpdateAssociationsWithHttpMessagesAsync (line 1087) | Task UpdateAssociationsWithHttpMessagesAsync(IL... method DeleteWithHttpMessagesAsync (line 1106) | Task DeleteWithHttpMessagesAsync(IList ... method SearchWithHttpMessagesAsync (line 1127) | Task> SearchWith... class CatalogModuleAssociationsExtensions (line 1152) | public static partial class CatalogModuleAssociationsExtensions method GetAllAssociations (line 1166) | public static IList GetAllAssociations(this ICatal... method GetAllAssociationsAsync (line 1186) | public static async Task> GetAllAssociations... method UpdateAssociations (line 1206) | public static void UpdateAssociations(this ICatalogModuleAssociations ... method UpdateAssociationsAsync (line 1226) | public static async Task UpdateAssociationsAsync(this ICatalogModuleAs... method Delete (line 1243) | public static void Delete(this ICatalogModuleAssociations operations, ... method DeleteAsync (line 1263) | public static async Task DeleteAsync(this ICatalogModuleAssociations o... method Search (line 1279) | public static ProductAssociationSearchResult Search(this ICatalogModul... method SearchAsync (line 1298) | public static async Task SearchAsync(t... class CatalogModuleCatalogs (line 1332) | public partial class CatalogModuleCatalogs : IServiceOperations> SearchCa... method GetCatalogWithHttpMessagesAsync (line 1519) | public async Task> GetCatalogWithHttpMe... method DeleteCatalogWithHttpMessagesAsync (line 1660) | public async Task DeleteCatalogWithHttpMessages... method GetNewCatalogWithHttpMessagesAsync (line 1777) | public async Task> GetNewCatalogWithHtt... method GetNewVirtualCatalogWithHttpMessagesAsync (line 1903) | public async Task> GetNewVirtualCatalog... method CreateCatalogWithHttpMessagesAsync (line 2035) | public async Task> CreateCatalogWithHtt... method UpdateCatalogWithHttpMessagesAsync (line 2171) | public async Task UpdateCatalogWithHttpMessages... type ICatalogModuleCatalogs (line 2292) | public partial interface ICatalogModuleCatalogs method SearchCatalogsWithHttpMessagesAsync (line 2308) | Task> SearchCatalogsWithHtt... method GetCatalogWithHttpMessagesAsync (line 2333) | Task> GetCatalogWithHttpMessagesAsync(s... method DeleteCatalogWithHttpMessagesAsync (line 2355) | Task DeleteCatalogWithHttpMessagesAsync(string ... method GetNewCatalogWithHttpMessagesAsync (line 2374) | Task> GetNewCatalogWithHttpMessagesAsyn... method GetNewVirtualCatalogWithHttpMessagesAsync (line 2390) | Task> GetNewVirtualCatalogWithHttpMessa... method CreateCatalogWithHttpMessagesAsync (line 2412) | Task> CreateCatalogWithHttpMessagesAsyn... method UpdateCatalogWithHttpMessagesAsync (line 2431) | Task UpdateCatalogWithHttpMessagesAsync(Catalog... class CatalogModuleCatalogsExtensions (line 2456) | public static partial class CatalogModuleCatalogsExtensions method SearchCatalogs (line 2463) | public static CatalogSearchResult SearchCatalogs(this ICatalogModuleCa... method SearchCatalogsAsync (line 2476) | public static async Task SearchCatalogsAsync(this... method GetCatalog (line 2496) | public static Catalog GetCatalog(this ICatalogModuleCatalogs operation... method GetCatalogAsync (line 2516) | public static async Task GetCatalogAsync(this ICatalogModuleC... method DeleteCatalog (line 2536) | public static void DeleteCatalog(this ICatalogModuleCatalogs operation... method DeleteCatalogAsync (line 2556) | public static async Task DeleteCatalogAsync(this ICatalogModuleCatalog... method GetNewCatalog (line 2570) | public static Catalog GetNewCatalog(this ICatalogModuleCatalogs operat... method GetNewCatalogAsync (line 2587) | public static async Task GetNewCatalogAsync(this ICatalogModu... method GetNewVirtualCatalog (line 2601) | public static Catalog GetNewVirtualCatalog(this ICatalogModuleCatalogs... method GetNewVirtualCatalogAsync (line 2615) | public static async Task GetNewVirtualCatalogAsync(this ICata... method CreateCatalog (line 2635) | public static Catalog CreateCatalog(this ICatalogModuleCatalogs operat... method CreateCatalogAsync (line 2655) | public static async Task CreateCatalogAsync(this ICatalogModu... method UpdateCatalog (line 2675) | public static void UpdateCatalog(this ICatalogModuleCatalogs operation... method UpdateCatalogAsync (line 2695) | public static async Task UpdateCatalogAsync(this ICatalogModuleCatalog... class CatalogModuleCategories (line 2726) | public partial class CatalogModuleCategories : IServiceOperations> GetCategoryWithHttp... method GetCategoriesByIdsAsyncWithHttpMessagesAsync (line 2916) | public async Task>> GetCategorie... method CreateOrUpdateCategoryWithHttpMessagesAsync (line 3070) | public async Task CreateOrUpdateCategoryWithHtt... method DeleteCategoryWithHttpMessagesAsync (line 3185) | public async Task DeleteCategoryWithHttpMessage... method GetCategoriesByPlentyIdsWithHttpMessagesAsync (line 3309) | public async Task>> GetCategorie... method GetNewCategoryWithHttpMessagesAsync (line 3464) | public async Task> GetNewCategoryWithH... type ICatalogModuleCategories (line 3612) | public partial interface ICatalogModuleCategories method GetCategoryWithHttpMessagesAsync (line 3635) | Task> GetCategoryWithHttpMessagesAsync... method GetCategoriesByIdsAsyncWithHttpMessagesAsync (line 3657) | Task>> GetCategoriesByIdsAsyncWi... method CreateOrUpdateCategoryWithHttpMessagesAsync (line 3677) | Task CreateOrUpdateCategoryWithHttpMessagesAsyn... method DeleteCategoryWithHttpMessagesAsync (line 3693) | Task DeleteCategoryWithHttpMessagesAsync(IList<... method GetCategoriesByPlentyIdsWithHttpMessagesAsync (line 3715) | Task>> GetCategoriesByPlentyIdsW... method GetNewCategoryWithHttpMessagesAsync (line 3740) | Task> GetNewCategoryWithHttpMessagesAs... class CatalogModuleCategoriesExtensions (line 3765) | public static partial class CatalogModuleCategoriesExtensions method GetCategory (line 3776) | public static Category GetCategory(this ICatalogModuleCategories opera... method GetCategoryAsync (line 3793) | public static async Task GetCategoryAsync(this ICatalogModul... method GetCategoriesByIdsAsync (line 3813) | public static IList GetCategoriesByIdsAsync(this ICatalogMod... method GetCategoriesByIdsAsyncAsync (line 3833) | public static async Task> GetCategoriesByIdsAsyncAsync... method CreateOrUpdateCategory (line 3853) | public static void CreateOrUpdateCategory(this ICatalogModuleCategorie... method CreateOrUpdateCategoryAsync (line 3873) | public static async Task CreateOrUpdateCategoryAsync(this ICatalogModu... method DeleteCategory (line 3887) | public static void DeleteCategory(this ICatalogModuleCategories operat... method DeleteCategoryAsync (line 3904) | public static async Task DeleteCategoryAsync(this ICatalogModuleCatego... method GetCategoriesByPlentyIds (line 3921) | public static IList GetCategoriesByPlentyIds(this ICatalogMo... method GetCategoriesByPlentyIdsAsync (line 3941) | public static async Task> GetCategoriesByPlentyIdsAsyn... method GetNewCategory (line 3961) | public static Category GetNewCategory(this ICatalogModuleCategories op... method GetNewCategoryAsync (line 3981) | public static async Task GetNewCategoryAsync(this ICatalogMo... class CatalogModuleIndexedSearch (line 4015) | public partial class CatalogModuleIndexedSearch : IServiceOperations> S... method SearchCategoriesWithHttpMessagesAsync (line 4189) | public async Task> ... type ICatalogModuleIndexedSearch (line 4328) | public partial interface ICatalogModuleIndexedSearch method SearchProductsWithHttpMessagesAsync (line 4344) | Task> SearchProducts... method SearchCategoriesWithHttpMessagesAsync (line 4359) | Task> SearchCategor... class CatalogModuleIndexedSearchExtensions (line 4384) | public static partial class CatalogModuleIndexedSearchExtensions method SearchProducts (line 4391) | public static ProductIndexedSearchResult SearchProducts(this ICatalogM... method SearchProductsAsync (line 4404) | public static async Task SearchProductsAsy... method SearchCategories (line 4417) | public static CategoryIndexedSearchResult SearchCategories(this ICatal... method SearchCategoriesAsync (line 4430) | public static async Task SearchCategories... class CatalogModuleListEntry (line 4464) | public partial class CatalogModuleListEntry : IServiceOperations> ListIt... method CreateLinksWithHttpMessagesAsync (line 4643) | public async Task CreateLinksWithHttpMessagesAs... method BulkCreateLinksWithHttpMessagesAsync (line 4757) | public async Task BulkCreateLinksWithHttpMessag... method DeleteLinksWithHttpMessagesAsync (line 4872) | public async Task DeleteLinksWithHttpMessagesAs... method MoveWithHttpMessagesAsync (line 4987) | public async Task MoveWithHttpMessagesAsync(Lis... type ICatalogModuleListEntry (line 5108) | public partial interface ICatalogModuleListEntry method ListItemsSearchAsyncWithHttpMessagesAsync (line 5128) | Task> ListItemsSearchAsyn... method CreateLinksWithHttpMessagesAsync (line 5145) | Task CreateLinksWithHttpMessagesAsync(IList BulkCreateLinksWithHttpMessagesAsync(BulkL... method DeleteLinksWithHttpMessagesAsync (line 5177) | Task DeleteLinksWithHttpMessagesAsync(IList MoveWithHttpMessagesAsync(ListEntriesMoveR... class CatalogModuleListEntryExtensions (line 5218) | public static partial class CatalogModuleListEntryExtensions method ListItemsSearchAsync (line 5229) | public static ListEntrySearchResult ListItemsSearchAsync(this ICatalog... method ListItemsSearchAsyncAsync (line 5246) | public static async Task ListItemsSearchAsyncAs... method CreateLinks (line 5263) | public static void CreateLinks(this ICatalogModuleListEntry operations... method CreateLinksAsync (line 5280) | public static async Task CreateLinksAsync(this ICatalogModuleListEntry... method BulkCreateLinks (line 5293) | public static void BulkCreateLinks(this ICatalogModuleListEntry operat... method BulkCreateLinksAsync (line 5309) | public static async Task BulkCreateLinksAsync(this ICatalogModuleListE... method DeleteLinks (line 5323) | public static void DeleteLinks(this ICatalogModuleListEntry operations... method DeleteLinksAsync (line 5340) | public static async Task DeleteLinksAsync(this ICatalogModuleListEntry... method Move (line 5354) | public static void Move(this ICatalogModuleListEntry operations, ListE... method MoveAsync (line 5371) | public static async Task MoveAsync(this ICatalogModuleListEntry operat... class CatalogModuleProducts (line 5402) | public partial class CatalogModuleProducts : IServiceOperations> GetProductByI... method GetProductByIdsWithHttpMessagesAsync (line 5605) | public async Task>> GetPro... method SaveProductWithHttpMessagesAsync (line 5759) | public async Task> SaveProductWi... method DeleteProductWithHttpMessagesAsync (line 5892) | public async Task DeleteProductWithHttpMessages... method GetProductByPlentyIdsWithHttpMessagesAsync (line 6016) | public async Task>> GetPro... method GetNewProductByCatalogWithHttpMessagesAsync (line 6171) | public async Task> GetNewProduct... method GetNewProductByCatalogAndCategoryWithHttpMessagesAsync (line 6318) | public async Task> GetNewProduct... method GetNewVariationWithHttpMessagesAsync (line 6465) | public async Task> GetNewVariati... method CloneProductWithHttpMessagesAsync (line 6602) | public async Task> CloneProductW... method SaveProductsWithHttpMessagesAsync (line 6734) | public async Task SaveProductsWithHttpMessagesA... type ICatalogModuleProducts (line 6855) | public partial interface ICatalogModuleProducts method GetProductByIdWithHttpMessagesAsync (line 6881) | Task> GetProductByIdWithHttpMess... method GetProductByIdsWithHttpMessagesAsync (line 6903) | Task>> GetProductByIdsWith... method SaveProductWithHttpMessagesAsync (line 6922) | Task> SaveProductWithHttpMessage... method DeleteProductWithHttpMessagesAsync (line 6938) | Task DeleteProductWithHttpMessagesAsync(IList>> GetProductByPlentyI... method GetNewProductByCatalogWithHttpMessagesAsync (line 6985) | Task> GetNewProductByCatalogWith... method GetNewProductByCatalogAndCategoryWithHttpMessagesAsync (line 7013) | Task> GetNewProductByCatalogAndC... method GetNewVariationWithHttpMessagesAsync (line 7035) | Task> GetNewVariationWithHttpMes... method CloneProductWithHttpMessagesAsync (line 7053) | Task> CloneProductWithHttpMessag... method SaveProductsWithHttpMessagesAsync (line 7069) | Task SaveProductsWithHttpMessagesAsync(IList GetProductByIdAsync(this ICat... method GetProductByIds (line 7148) | public static IList GetProductByIds(this ICatalogModul... method GetProductByIdsAsync (line 7168) | public static async Task> GetProductByIdsAsync(t... method SaveProduct (line 7185) | public static CatalogProduct SaveProduct(this ICatalogModuleProducts o... method SaveProductAsync (line 7202) | public static async Task SaveProductAsync(this ICatalo... method DeleteProduct (line 7219) | public static void DeleteProduct(this ICatalogModuleProducts operation... method DeleteProductAsync (line 7236) | public static async Task DeleteProductAsync(this ICatalogModuleProduct... method GetProductByPlentyIds (line 7253) | public static IList GetProductByPlentyIds(this ICatalo... method GetProductByPlentyIdsAsync (line 7273) | public static async Task> GetProductByPlentyIdsA... method GetNewProductByCatalog (line 7293) | public static CatalogProduct GetNewProductByCatalog(this ICatalogModul... method GetNewProductByCatalogAsync (line 7313) | public static async Task GetNewProductByCatalogAsync(t... method GetNewProductByCatalogAndCategory (line 7336) | public static CatalogProduct GetNewProductByCatalogAndCategory(this IC... method GetNewProductByCatalogAndCategoryAsync (line 7359) | public static async Task GetNewProductByCatalogAndCate... method GetNewVariation (line 7376) | public static CatalogProduct GetNewVariation(this ICatalogModuleProduc... method GetNewVariationAsync (line 7393) | public static async Task GetNewVariationAsync(this ICa... method CloneProduct (line 7406) | public static CatalogProduct CloneProduct(this ICatalogModuleProducts ... method CloneProductAsync (line 7419) | public static async Task CloneProductAsync(this ICatal... method SaveProducts (line 7436) | public static void SaveProducts(this ICatalogModuleProducts operations... method SaveProductsAsync (line 7453) | public static async Task SaveProductsAsync(this ICatalogModuleProducts... class CatalogModuleProperties (line 7484) | public partial class CatalogModuleProperties : IServiceOperations> GetPropertyWithHttp... method GetNewCatalogPropertyWithHttpMessagesAsync (line 7677) | public async Task> GetNewCatalogProper... method GetNewCategoryPropertyWithHttpMessagesAsync (line 7818) | public async Task> GetNewCategoryPrope... method SavePropertyWithHttpMessagesAsync (line 7954) | public async Task SavePropertyWithHttpMessagesA... method DeletePropertyWithHttpMessagesAsync (line 8072) | public async Task DeletePropertyWithHttpMessage... type ICatalogModuleProperties (line 8201) | public partial interface ICatalogModuleProperties method GetPropertyWithHttpMessagesAsync (line 8224) | Task> GetPropertyWithHttpMessagesAsync... method GetNewCatalogPropertyWithHttpMessagesAsync (line 8246) | Task> GetNewCatalogPropertyWithHttpMes... method GetNewCategoryPropertyWithHttpMessagesAsync (line 8268) | Task> GetNewCategoryPropertyWithHttpMe... method SavePropertyWithHttpMessagesAsync (line 8288) | Task SavePropertyWithHttpMessagesAsync(Property... method DeletePropertyWithHttpMessagesAsync (line 8307) | Task DeletePropertyWithHttpMessagesAsync(string... class CatalogModulePropertiesExtensions (line 8332) | public static partial class CatalogModulePropertiesExtensions method GetProperty (line 8343) | public static Property GetProperty(this ICatalogModuleProperties opera... method GetPropertyAsync (line 8360) | public static async Task GetPropertyAsync(this ICatalogModul... method GetNewCatalogProperty (line 8377) | public static Property GetNewCatalogProperty(this ICatalogModuleProper... method GetNewCatalogPropertyAsync (line 8394) | public static async Task GetNewCatalogPropertyAsync(this ICa... method GetNewCategoryProperty (line 8411) | public static Property GetNewCategoryProperty(this ICatalogModulePrope... method GetNewCategoryPropertyAsync (line 8428) | public static async Task GetNewCategoryPropertyAsync(this IC... method SaveProperty (line 8449) | public static void SaveProperty(this ICatalogModuleProperties operatio... method SavePropertyAsync (line 8470) | public static async Task SavePropertyAsync(this ICatalogModuleProperti... method DeleteProperty (line 8487) | public static void DeleteProperty(this ICatalogModuleProperties operat... method DeletePropertyAsync (line 8507) | public static async Task DeletePropertyAsync(this ICatalogModuleProper... class CatalogModulePropertyDictionaryItems (line 8538) | public partial class CatalogModulePropertyDictionaryItems : IServiceOper... method CatalogModulePropertyDictionaryItems (line 8549) | public CatalogModulePropertyDictionaryItems(CatalogModuleClient client) method SearchPropertyDictionaryItemsWithHttpMessagesAsync (line 8584) | public async Task>... method SaveChangesWithHttpMessagesAsync (line 8716) | public async Task SaveChangesWithHttpMessagesAs... method DeletePropertyDictionaryItemsWithHttpMessagesAsync (line 8831) | public async Task DeletePropertyDictionaryItems... type ICatalogModulePropertyDictionaryItems (line 8955) | public partial interface ICatalogModulePropertyDictionaryItems method SearchPropertyDictionaryItemsWithHttpMessagesAsync (line 8975) | Task>> SearchPrope... method SaveChangesWithHttpMessagesAsync (line 8990) | Task SaveChangesWithHttpMessagesAsync(IList DeletePropertyDictionaryItemsWithHttpMessa... class CatalogModulePropertyDictionaryItemsExtensions (line 9031) | public static partial class CatalogModulePropertyDictionaryItemsExtensions method SearchPropertyDictionaryItems (line 9042) | public static IList SearchPropertyDictionaryIt... method SearchPropertyDictionaryItemsAsync (line 9059) | public static async Task> SearchProperty... method SaveChanges (line 9075) | public static void SaveChanges(this ICatalogModulePropertyDictionaryIt... method SaveChangesAsync (line 9091) | public static async Task SaveChangesAsync(this ICatalogModulePropertyD... method DeletePropertyDictionaryItems (line 9105) | public static void DeletePropertyDictionaryItems(this ICatalogModulePr... method DeletePropertyDictionaryItemsAsync (line 9122) | public static async Task DeletePropertyDictionaryItemsAsync(this ICata... class SeoInfo (line 9148) | public partial class SeoInfo method SeoInfo (line 9153) | public SeoInfo() method SeoInfo (line 9170) | public SeoInfo(string name = default(string), string semanticUrl = def... method CustomInit (line 9194) | partial void CustomInit(); class Image (line 9305) | public partial class Image method Image (line 9310) | public Image() method Image (line 9325) | public Image(int? sortOrder = default(int?), byte[] binaryData = defau... method CustomInit (line 9350) | partial void CustomInit(); class ProductAssociation (line 9463) | public partial class ProductAssociation method ProductAssociation (line 9468) | public ProductAssociation() method ProductAssociation (line 9488) | public ProductAssociation(string type = default(string), int? priority... method CustomInit (line 9509) | partial void CustomInit(); class PropertyValue (line 9606) | public partial class PropertyValue method PropertyValue (line 9611) | public PropertyValue() method PropertyValue (line 9622) | public PropertyValue(string propertyName = default(string), string pro... method CustomInit (line 9645) | partial void CustomInit(); class PropertyAttribute (line 9745) | public partial class PropertyAttribute method PropertyAttribute (line 9750) | public PropertyAttribute() method PropertyAttribute (line 9758) | public PropertyAttribute(string propertyId = default(string), string v... method CustomInit (line 9774) | partial void CustomInit(); class PropertyDisplayName (line 9837) | public partial class PropertyDisplayName method PropertyDisplayName (line 9842) | public PropertyDisplayName() method PropertyDisplayName (line 9850) | public PropertyDisplayName(string name = default(string), string langu... method CustomInit (line 9860) | partial void CustomInit(); class PropertyValidationRule (line 9896) | public partial class PropertyValidationRule method PropertyValidationRule (line 9901) | public PropertyValidationRule() method PropertyValidationRule (line 9915) | public PropertyValidationRule(bool? isUnique = default(bool?), int? ch... method CustomInit (line 9929) | partial void CustomInit(); class Property (line 9986) | public partial class Property method Property (line 9991) | public Property() method Property (line 10017) | public Property(bool? isReadOnly = default(bool?), bool? isManageable ... method CustomInit (line 10050) | partial void CustomInit(); class CategoryLink (line 10213) | public partial class CategoryLink method CategoryLink (line 10218) | public CategoryLink() method CategoryLink (line 10232) | public CategoryLink(string entryId = default(string), string listEntry... method CustomInit (line 10247) | partial void CustomInit(); class OutlineItem (line 10311) | public partial class OutlineItem method OutlineItem (line 10316) | public OutlineItem() method OutlineItem (line 10330) | public OutlineItem(string id = default(string), string seoObjectType =... method CustomInit (line 10343) | partial void CustomInit(); class Outline (line 10401) | public partial class Outline method Outline (line 10406) | public Outline() method Outline (line 10415) | public Outline(IList items = default(IList)) method CustomInit (line 10424) | partial void CustomInit(); class Category (line 10453) | public partial class Category method Category (line 10458) | public Category() method Category (line 10473) | public Category(string catalogId = default(string), string parentId = ... method CustomInit (line 10507) | partial void CustomInit(); class Asset (line 10666) | public partial class Asset method Asset (line 10671) | public Asset() method Asset (line 10686) | public Asset(string mimeType = default(string), long? size = default(l... method CustomInit (line 10713) | partial void CustomInit(); class EditorialReview (line 10836) | public partial class EditorialReview method EditorialReview (line 10841) | public EditorialReview() method EditorialReview (line 10849) | public EditorialReview(string content = default(string), string review... method CustomInit (line 10866) | partial void CustomInit(); class Variation (line 10934) | public partial class Variation method Variation (line 10939) | public Variation() method Variation (line 10967) | public Variation(string code = default(string), string manufacturerPar... method CustomInit (line 11030) | partial void CustomInit(); class CatalogProduct (line 11344) | public partial class CatalogProduct method CatalogProduct (line 11349) | public CatalogProduct() method CatalogProduct (line 11377) | public CatalogProduct(string code = default(string), string manufactur... method CustomInit (line 11440) | partial void CustomInit(); class PropertyDictionaryItemLocalizedValue (line 11754) | public partial class PropertyDictionaryItemLocalizedValue method PropertyDictionaryItemLocalizedValue (line 11760) | public PropertyDictionaryItemLocalizedValue() method PropertyDictionaryItemLocalizedValue (line 11769) | public PropertyDictionaryItemLocalizedValue(string languageCode = defa... method CustomInit (line 11779) | partial void CustomInit(); class PropertyDictionaryItem (line 11812) | public partial class PropertyDictionaryItem method PropertyDictionaryItem (line 11817) | public PropertyDictionaryItem() method PropertyDictionaryItem (line 11825) | public PropertyDictionaryItem(string propertyId = default(string), str... method CustomInit (line 11838) | partial void CustomInit(); class SortInfo (line 11886) | public partial class SortInfo method SortInfo (line 11891) | public SortInfo() method SortInfo (line 11901) | public SortInfo(string sortColumn = default(string), string sortDirect... method CustomInit (line 11911) | partial void CustomInit(); class ProductAssociationSearchCriteria (line 11945) | public partial class ProductAssociationSearchCriteria method ProductAssociationSearchCriteria (line 11951) | public ProductAssociationSearchCriteria() method ProductAssociationSearchCriteria (line 11960) | public ProductAssociationSearchCriteria(string group = default(string)... method CustomInit (line 11981) | partial void CustomInit(); class ProductAssociationSearchResult (line 12069) | public partial class ProductAssociationSearchResult method ProductAssociationSearchResult (line 12075) | public ProductAssociationSearchResult() method ProductAssociationSearchResult (line 12084) | public ProductAssociationSearchResult(int? totalCount = default(int?),... method CustomInit (line 12094) | partial void CustomInit(); class CatalogSearchCriteria (line 12127) | public partial class CatalogSearchCriteria method CatalogSearchCriteria (line 12132) | public CatalogSearchCriteria() method CatalogSearchCriteria (line 12140) | public CatalogSearchCriteria(IList catalogIds = default(IList<... method CustomInit (line 12160) | partial void CustomInit(); class CatalogLanguage (line 12243) | public partial class CatalogLanguage method CatalogLanguage (line 12248) | public CatalogLanguage() method CatalogLanguage (line 12256) | public CatalogLanguage(string catalogId = default(string), bool? isDef... method CustomInit (line 12268) | partial void CustomInit(); class Catalog (line 12311) | public partial class Catalog method Catalog (line 12316) | public Catalog() method Catalog (line 12324) | public Catalog(string name = default(string), bool? isVirtual = defaul... method CustomInit (line 12343) | partial void CustomInit(); class CatalogSearchResult (line 12421) | public partial class CatalogSearchResult method CatalogSearchResult (line 12426) | public CatalogSearchResult() method CatalogSearchResult (line 12434) | public CatalogSearchResult(int? totalCount = default(int?), IList listEntries = defaul... method CustomInit (line 13927) | partial void CustomInit(); class BulkLinkCreationRequest (line 13969) | public partial class BulkLinkCreationRequest method BulkLinkCreationRequest (line 13974) | public BulkLinkCreationRequest() method BulkLinkCreationRequest (line 13986) | public BulkLinkCreationRequest(CatalogListEntrySearchCriteria searchCr... method CustomInit (line 13997) | partial void CustomInit(); class ListEntriesMoveRequest (line 14040) | public partial class ListEntriesMoveRequest method ListEntriesMoveRequest (line 14045) | public ListEntriesMoveRequest() method ListEntriesMoveRequest (line 14053) | public ListEntriesMoveRequest(string catalog = default(string), string... method CustomInit (line 14065) | partial void CustomInit(); class PropertyDictionaryItemSearchCriteria (line 14111) | public partial class PropertyDictionaryItemSearchCriteria method PropertyDictionaryItemSearchCriteria (line 14117) | public PropertyDictionaryItemSearchCriteria() method PropertyDictionaryItemSearchCriteria (line 14126) | public PropertyDictionaryItemSearchCriteria(IList propertyIds ... method CustomInit (line 14147) | partial void CustomInit(); FILE: VirtoCommerce.Storefront/AutoRestClients/ContentModuleApi.cs class ContentModuleClient (line 20) | public partial class ContentModuleClient : ServiceClient, ... method Content (line 417) | public Content(ContentModuleClient client) method GetStoreContentStatsWithHttpMessagesAsync (line 454) | public async Task> GetStoreCon... method DeleteContentWithHttpMessagesAsync (line 592) | public async Task DeleteContentWithHttpMessages... method GetContentItemDataStreamWithHttpMessagesAsync (line 731) | public async Task> GetContentItemDataStr... method UploadContentWithHttpMessagesAsync (line 890) | public async Task>> UploadCon... method SearchContentWithHttpMessagesAsync (line 1054) | public async Task>> SearchCon... method MoveContentWithHttpMessagesAsync (line 1215) | public async Task MoveContentWithHttpMessagesAs... method CopyContentWithHttpMessagesAsync (line 1348) | public async Task CopyContentWithHttpMessagesAs... method UnpackWithHttpMessagesAsync (line 1479) | public async Task UnpackWithHttpMessagesAsync(s... method CreateContentFolderWithHttpMessagesAsync (line 1620) | public async Task CreateContentFolderWithHttpMe... type IContent (line 1753) | public partial interface IContent method GetStoreContentStatsWithHttpMessagesAsync (line 1772) | Task> GetStoreContentStatsWith... method DeleteContentWithHttpMessagesAsync (line 1791) | Task DeleteContentWithHttpMessagesAsync(string ... method GetContentItemDataStreamWithHttpMessagesAsync (line 1813) | Task> GetContentItemDataStreamWithHttpMe... method UploadContentWithHttpMessagesAsync (line 1837) | Task>> UploadContentWithHttpM... method SearchContentWithHttpMessagesAsync (line 1861) | Task>> SearchContentWithHttpM... method MoveContentWithHttpMessagesAsync (line 1882) | Task MoveContentWithHttpMessagesAsync(string co... method CopyContentWithHttpMessagesAsync (line 1896) | Task CopyContentWithHttpMessagesAsync(string sr... method UnpackWithHttpMessagesAsync (line 1917) | Task UnpackWithHttpMessagesAsync(string content... method CreateContentFolderWithHttpMessagesAsync (line 1936) | Task CreateContentFolderWithHttpMessagesAsync(s... class ContentExtensions (line 1961) | public static partial class ContentExtensions method GetStoreContentStats (line 1968) | public static ContentStatistic GetStoreContentStats(this IContent oper... method GetStoreContentStatsAsync (line 1981) | public static async Task GetStoreContentStatsAsync(t... method DeleteContent (line 1998) | public static void DeleteContent(this IContent operations, string cont... method DeleteContentAsync (line 2015) | public static async Task DeleteContentAsync(this IContent operations, ... method GetContentItemDataStream (line 2029) | public static byte[] GetContentItemDataStream(this IContent operations... method GetContentItemDataStreamAsync (line 2046) | public static async Task GetContentItemDataStreamAsync(this IC... method UploadContent (line 2065) | public static IList UploadContent(this IContent operation... method UploadContentAsync (line 2084) | public static async Task> UploadContentAsync(this I... method SearchContent (line 2103) | public static IList SearchContent(this IContent operation... method SearchContentAsync (line 2122) | public static async Task> SearchContentAsync(this I... method MoveContent (line 2141) | public static void MoveContent(this IContent operations, string conten... method MoveContentAsync (line 2160) | public static async Task MoveContentAsync(this IContent operations, st... method CopyContent (line 2172) | public static void CopyContent(this IContent operations, string srcPat... method CopyContentAsync (line 2187) | public static async Task CopyContentAsync(this IContent operations, st... method Unpack (line 2203) | public static void Unpack(this IContent operations, string contentType... method UnpackAsync (line 2222) | public static async Task UnpackAsync(this IContent operations, string ... method CreateContentFolder (line 2236) | public static void CreateContentFolder(this IContent operations, strin... method CreateContentFolderAsync (line 2253) | public static async Task CreateContentFolderAsync(this IContent operat... class Menu (line 2284) | public partial class Menu : IServiceOperations, IMenu method Menu (line 2295) | public Menu(ContentModuleClient client) method GetListsWithHttpMessagesAsync (line 2332) | public async Task>> GetLists... method UpdateMenuLinkListWithHttpMessagesAsync (line 2468) | public async Task UpdateMenuLinkListWithHttpMes... method DeleteMenuLinkListsWithHttpMessagesAsync (line 2593) | public async Task DeleteMenuLinkListsWithHttpMe... method GetListWithHttpMessagesAsync (line 2724) | public async Task> GetListWithHttp... method CheckNameWithHttpMessagesAsync (line 2873) | public async Task> CheckNameWithHttpMessa... type IMenu (line 3031) | public partial interface IMenu method GetListsWithHttpMessagesAsync (line 3050) | Task>> GetListsWithHttpMessa... method UpdateMenuLinkListWithHttpMessagesAsync (line 3067) | Task UpdateMenuLinkListWithHttpMessagesAsync(st... method DeleteMenuLinkListsWithHttpMessagesAsync (line 3084) | Task DeleteMenuLinkListsWithHttpMessagesAsync(s... method GetListWithHttpMessagesAsync (line 3104) | Task> GetListWithHttpMessagesAsync... method CheckNameWithHttpMessagesAsync (line 3128) | Task> CheckNameWithHttpMessagesAsync(stri... class MenuExtensions (line 3153) | public static partial class MenuExtensions method GetLists (line 3160) | public static IList GetLists(this IMenu operations, stri... method GetListsAsync (line 3173) | public static async Task> GetListsAsync(this IMenu... method UpdateMenuLinkList (line 3188) | public static void UpdateMenuLinkList(this IMenu operations, string st... method UpdateMenuLinkListAsync (line 3203) | public static async Task UpdateMenuLinkListAsync(this IMenu operations... method DeleteMenuLinkLists (line 3215) | public static void DeleteMenuLinkLists(this IMenu operations, string s... method DeleteMenuLinkListsAsync (line 3230) | public static async Task DeleteMenuLinkListsAsync(this IMenu operation... method GetList (line 3242) | public static MenuLinkList GetList(this IMenu operations, string store... method GetListAsync (line 3257) | public static async Task GetListAsync(this IMenu operati... method CheckName (line 3276) | public static bool? CheckName(this IMenu operations, string storeId, s... method CheckNameAsync (line 3295) | public static async Task CheckNameAsync(this IMenu operations, ... class ContentItem (line 3324) | public partial class ContentItem method ContentItem (line 3329) | public ContentItem() method ContentItem (line 3337) | public ContentItem(string name = default(string), string type = defaul... method CustomInit (line 3352) | partial void CustomInit(); class MenuLink (line 3410) | public partial class MenuLink method MenuLink (line 3415) | public MenuLink() method MenuLink (line 3423) | public MenuLink(string title = default(string), string url = default(s... method CustomInit (line 3445) | partial void CustomInit(); class MenuLinkList (line 3538) | public partial class MenuLinkList method MenuLinkList (line 3543) | public MenuLinkList() method MenuLinkList (line 3551) | public MenuLinkList(string name = default(string), string storeId = de... method CustomInit (line 3570) | partial void CustomInit(); class ContentStatistic (line 3648) | public partial class ContentStatistic method ContentStatistic (line 3653) | public ContentStatistic() method ContentStatistic (line 3661) | public ContentStatistic(string activeThemeName = default(string), int?... method CustomInit (line 3673) | partial void CustomInit(); class ContentFolder (line 3716) | public partial class ContentFolder method ContentFolder (line 3721) | public ContentFolder() method ContentFolder (line 3729) | public ContentFolder(string name = default(string), string type = defa... method CustomInit (line 3744) | partial void CustomInit(); FILE: VirtoCommerce.Storefront/AutoRestClients/CoreModuleApi.cs class CoreModuleClient (line 20) | public partial class CoreModuleClient : ServiceClient,... method CoreModuleClient (line 55) | protected CoreModuleClient(HttpClient httpClient, bool disposeHttpClie... method CoreModuleClient (line 66) | protected CoreModuleClient(params DelegatingHandler[] handlers) : base... method CoreModuleClient (line 80) | protected CoreModuleClient(HttpClientHandler rootHandler, params Deleg... method CoreModuleClient (line 97) | protected CoreModuleClient(System.Uri baseUri, params DelegatingHandle... method CoreModuleClient (line 121) | protected CoreModuleClient(System.Uri baseUri, HttpClientHandler rootH... method CoreModuleClient (line 142) | public CoreModuleClient(ServiceClientCredentials credentials, params D... method CoreModuleClient (line 169) | public CoreModuleClient(ServiceClientCredentials credentials, HttpClie... method CoreModuleClient (line 197) | public CoreModuleClient(ServiceClientCredentials credentials, HttpClie... method CoreModuleClient (line 225) | public CoreModuleClient(System.Uri baseUri, ServiceClientCredentials c... method CoreModuleClient (line 261) | public CoreModuleClient(System.Uri baseUri, ServiceClientCredentials c... method CustomInitialize (line 282) | partial void CustomInitialize(); method Initialize (line 286) | private void Initialize() type ICoreModuleClient (line 340) | public partial interface ICoreModuleClient : System.IDisposable class Commerce (line 395) | public partial class Commerce : IServiceOperations, IC... method Commerce (line 406) | public Commerce(CoreModuleClient client) method BatchUpdateSeoInfosWithHttpMessagesAsync (line 437) | public async Task BatchUpdateSeoInfosWithHttpMe... method GetSeoDuplicatesWithHttpMessagesAsync (line 553) | public async Task>> GetSeoDuplica... method GetSeoInfoBySlugWithHttpMessagesAsync (line 703) | public async Task>> GetSeoInfoByS... method GetAllCurrenciesWithHttpMessagesAsync (line 835) | public async Task>> GetAllCurren... method CreateCurrencyWithHttpMessagesAsync (line 961) | public async Task CreateCurrencyWithHttpMessage... method UpdateCurrencyWithHttpMessagesAsync (line 1076) | public async Task UpdateCurrencyWithHttpMessage... method DeleteCurrenciesWithHttpMessagesAsync (line 1191) | public async Task DeleteCurrenciesWithHttpMessa... method GetAllPackageTypesWithHttpMessagesAsync (line 1309) | public async Task>> GetAllPac... method UpdatePackageTypeWithHttpMessagesAsync (line 1435) | public async Task UpdatePackageTypeWithHttpMess... method CreatePackageTypeWithHttpMessagesAsync (line 1550) | public async Task CreatePackageTypeWithHttpMess... method DeletePackageTypesWithHttpMessagesAsync (line 1665) | public async Task DeletePackageTypesWithHttpMes... method ValidateAddressWithHttpMessagesAsync (line 1786) | public async Task> ValidateAddressWithHtt... type ICommerce (line 1925) | public partial interface ICommerce method BatchUpdateSeoInfosWithHttpMessagesAsync (line 1941) | Task BatchUpdateSeoInfosWithHttpMessagesAsync(I... method GetSeoDuplicatesWithHttpMessagesAsync (line 1958) | Task>> GetSeoDuplicatesWithHttpMe... method GetSeoInfoBySlugWithHttpMessagesAsync (line 1980) | Task>> GetSeoInfoBySlugWithHttpMe... method GetAllCurrenciesWithHttpMessagesAsync (line 1996) | Task>> GetAllCurrenciesWithHttpM... method CreateCurrencyWithHttpMessagesAsync (line 2012) | Task CreateCurrencyWithHttpMessagesAsync(Curren... method UpdateCurrencyWithHttpMessagesAsync (line 2028) | Task UpdateCurrencyWithHttpMessagesAsync(Curren... method DeleteCurrenciesWithHttpMessagesAsync (line 2044) | Task DeleteCurrenciesWithHttpMessagesAsync(ILis... method GetAllPackageTypesWithHttpMessagesAsync (line 2060) | Task>> GetAllPackageTypesWith... method UpdatePackageTypeWithHttpMessagesAsync (line 2076) | Task UpdatePackageTypeWithHttpMessagesAsync(Pac... method CreatePackageTypeWithHttpMessagesAsync (line 2092) | Task CreatePackageTypeWithHttpMessagesAsync(Pac... method DeletePackageTypesWithHttpMessagesAsync (line 2108) | Task DeletePackageTypesWithHttpMessagesAsync(IL... method ValidateAddressWithHttpMessagesAsync (line 2127) | Task> ValidateAddressWithHttpMessagesAsyn... class CommerceExtensions (line 2152) | public static partial class CommerceExtensions method BatchUpdateSeoInfos (line 2162) | public static void BatchUpdateSeoInfos(this ICommerce operations, ILis... method BatchUpdateSeoInfosAsync (line 2178) | public static async Task BatchUpdateSeoInfosAsync(this ICommerce opera... method GetSeoDuplicates (line 2190) | public static IList GetSeoDuplicates(this ICommerce operation... method GetSeoDuplicatesAsync (line 2205) | public static async Task> GetSeoDuplicatesAsync(this IC... method GetSeoInfoBySlug (line 2222) | public static IList GetSeoInfoBySlug(this ICommerce operation... method GetSeoInfoBySlugAsync (line 2239) | public static async Task> GetSeoInfoBySlugAsync(this IC... method GetAllCurrencies (line 2253) | public static IList GetAllCurrencies(this ICommerce operations) method GetAllCurrenciesAsync (line 2267) | public static async Task> GetAllCurrenciesAsync(this I... method CreateCurrency (line 2284) | public static void CreateCurrency(this ICommerce operations, Currency ... method CreateCurrencyAsync (line 2301) | public static async Task CreateCurrencyAsync(this ICommerce operations... method UpdateCurrency (line 2315) | public static void UpdateCurrency(this ICommerce operations, Currency ... method UpdateCurrencyAsync (line 2332) | public static async Task UpdateCurrencyAsync(this ICommerce operations... method DeleteCurrencies (line 2346) | public static void DeleteCurrencies(this ICommerce operations, IList GetAllPackageTypes(this ICommerce ope... method GetAllPackageTypesAsync (line 2388) | public static async Task> GetAllPackageTypesAsync(t... method UpdatePackageType (line 2405) | public static void UpdatePackageType(this ICommerce operations, Packag... method UpdatePackageTypeAsync (line 2422) | public static async Task UpdatePackageTypeAsync(this ICommerce operati... method CreatePackageType (line 2436) | public static void CreatePackageType(this ICommerce operations, Packag... method CreatePackageTypeAsync (line 2453) | public static async Task CreatePackageTypeAsync(this ICommerce operati... method DeletePackageTypes (line 2467) | public static void DeletePackageTypes(this ICommerce operations, IList... method DeletePackageTypesAsync (line 2484) | public static async Task DeletePackageTypesAsync(this ICommerce operat... method ValidateAddress (line 2498) | public static bool? ValidateAddress(this ICommerce operations, Address... method ValidateAddressAsync (line 2515) | public static async Task ValidateAddressAsync(this ICommerce op... class SeoInfo (line 2544) | public partial class SeoInfo method SeoInfo (line 2549) | public SeoInfo() method SeoInfo (line 2566) | public SeoInfo(string name = default(string), string semanticUrl = def... method CustomInit (line 2590) | partial void CustomInit(); class NumberFormatInfo (line 2701) | public partial class NumberFormatInfo method NumberFormatInfo (line 2706) | public NumberFormatInfo() method NumberFormatInfo (line 2716) | public NumberFormatInfo(int? currencyDecimalDigits = default(int?), st... method CustomInit (line 2752) | partial void CustomInit(); class Currency (line 2920) | public partial class Currency method Currency (line 2925) | public Currency() method Currency (line 2941) | public Currency(string code = default(string), string cultureName = de... method CustomInit (line 2958) | partial void CustomInit(); class PackageType (line 3036) | public partial class PackageType method PackageType (line 3041) | public PackageType() method PackageType (line 3050) | public PackageType(string name = default(string), double? length = def... method CustomInit (line 3064) | partial void CustomInit(); class Address (line 3118) | public partial class Address method Address (line 3123) | public Address() method Address (line 3133) | public Address(string addressType = default(string), string key = defa... method CustomInit (line 3159) | partial void CustomInit(); FILE: VirtoCommerce.Storefront/AutoRestClients/CustomerModuleApi.cs class CustomerModuleClient (line 20) | public partial class CustomerModuleClient : ServiceClient>> ListOrga... method SearchMemberWithHttpMessagesAsync (line 574) | public async Task> SearchMem... method GetMemberByIdWithHttpMessagesAsync (line 722) | public async Task> GetMemberByIdWithHttp... method GetMembersByIdsWithHttpMessagesAsync (line 872) | public async Task>> GetMembersById... method CreateMemberWithHttpMessagesAsync (line 1042) | public async Task> CreateMemberWithHttpM... method UpdateMemberWithHttpMessagesAsync (line 1176) | public async Task UpdateMemberWithHttpMessagesA... method DeleteMembersWithHttpMessagesAsync (line 1294) | public async Task DeleteMembersWithHttpMessages... method BulkCreateMembersWithHttpMessagesAsync (line 1416) | public async Task>> BulkCreateMemb... method BulkUpdateMembersWithHttpMessagesAsync (line 1550) | public async Task BulkUpdateMembersWithHttpMess... method BulkDeleteMembersBySearchCriteriaWithHttpMessagesAsync (line 1669) | public async Task BulkDeleteMembersBySearchCrit... method ResizeIconWithHttpMessagesAsync (line 1780) | public async Task ResizeIconWithHttpMessagesAsy... method CreateContactWithHttpMessagesAsync (line 1897) | public async Task> CreateContactWithHtt... method UpdateContactWithHttpMessagesAsync (line 2029) | public async Task UpdateContactWithHttpMessages... method DeleteContactsWithHttpMessagesAsync (line 2147) | public async Task DeleteContactsWithHttpMessage... method GetContactsByIdsWithHttpMessagesAsync (line 2268) | public async Task>> GetContactsBy... method BulkCreateContactsWithHttpMessagesAsync (line 2416) | public async Task>> BulkCreateCon... method BulkUpdateContactsWithHttpMessagesAsync (line 2548) | public async Task BulkUpdateContactsWithHttpMes... method CreateOrganizationWithHttpMessagesAsync (line 2665) | public async Task> CreateOrganizat... method UpdateOrganizationWithHttpMessagesAsync (line 2797) | public async Task UpdateOrganizationWithHttpMes... method DeleteOrganizationsWithHttpMessagesAsync (line 2915) | public async Task DeleteOrganizationsWithHttpMe... method GetOrganizationsByIdsWithHttpMessagesAsync (line 3036) | public async Task>> GetOrgan... method BulkCreateOrganizationsWithHttpMessagesAsync (line 3181) | public async Task BulkCreateOrganizationsWithHt... method BulkUpdateOrganizationsWithHttpMessagesAsync (line 3295) | public async Task BulkUpdateOrganizationsWithHt... method GetOrganizationByIdWithHttpMessagesAsync (line 3419) | public async Task> GetOrganization... method SearchOrganizationsWithHttpMessagesAsync (line 3558) | public async Task> Sea... method GetContactByIdWithHttpMessagesAsync (line 3700) | public async Task> GetContactByIdWithHt... method SearchContactsWithHttpMessagesAsync (line 3839) | public async Task> SearchCo... method GetVendorByIdWithHttpMessagesAsync (line 3981) | public async Task> GetVendorByIdWithHttp... method GetVendorsByIdsWithHttpMessagesAsync (line 4116) | public async Task>> GetVendorsById... method SearchVendorsWithHttpMessagesAsync (line 4269) | public async Task> SearchVen... method UpdateAddessesWithHttpMessagesAsync (line 4400) | public async Task UpdateAddessesWithHttpMessage... method CreateEmployeeWithHttpMessagesAsync (line 4527) | public async Task> CreateEmployeeWithH... method GetEmployeesByIdsWithHttpMessagesAsync (line 4663) | public async Task>> GetEmployees... method BulkCreateEmployeesWithHttpMessagesAsync (line 4811) | public async Task>> BulkCreateEm... method GetMemberOrganizationsWithHttpMessagesAsync (line 4953) | public async Task>> GetMembe... type ICustomerModule (line 5091) | public partial interface ICustomerModule method ListOrganizationsWithHttpMessagesAsync (line 5111) | Task>> ListOrganizationsWith... method SearchMemberWithHttpMessagesAsync (line 5134) | Task> SearchMemberWithHttpMe... method GetMemberByIdWithHttpMessagesAsync (line 5162) | Task> GetMemberByIdWithHttpMessagesAsync... method GetMembersByIdsWithHttpMessagesAsync (line 5181) | Task>> GetMembersByIdsWithHttpMess... method CreateMemberWithHttpMessagesAsync (line 5201) | Task> CreateMemberWithHttpMessagesAsync(... method UpdateMemberWithHttpMessagesAsync (line 5218) | Task UpdateMemberWithHttpMessagesAsync(Member b... method DeleteMembersWithHttpMessagesAsync (line 5237) | Task DeleteMembersWithHttpMessagesAsync(IList>> BulkCreateMembersWithHttpMe... method BulkUpdateMembersWithHttpMessagesAsync (line 5275) | Task BulkUpdateMembersWithHttpMessagesAsync(ILi... method BulkDeleteMembersBySearchCriteriaWithHttpMessagesAsync (line 5295) | Task BulkDeleteMembersBySearchCriteriaWithHttpM... method ResizeIconWithHttpMessagesAsync (line 5307) | Task ResizeIconWithHttpMessagesAsync(IconResize... method CreateContactWithHttpMessagesAsync (line 5325) | Task> CreateContactWithHttpMessagesAsyn... method UpdateContactWithHttpMessagesAsync (line 5340) | Task UpdateContactWithHttpMessagesAsync(Contact... method DeleteContactsWithHttpMessagesAsync (line 5359) | Task DeleteContactsWithHttpMessagesAsync(IList<... method GetContactsByIdsWithHttpMessagesAsync (line 5378) | Task>> GetContactsByIdsWithHttpMe... method BulkCreateContactsWithHttpMessagesAsync (line 5396) | Task>> BulkCreateContactsWithHttp... method BulkUpdateContactsWithHttpMessagesAsync (line 5411) | Task BulkUpdateContactsWithHttpMessagesAsync(IL... method CreateOrganizationWithHttpMessagesAsync (line 5429) | Task> CreateOrganizationWithHttpMe... method UpdateOrganizationWithHttpMessagesAsync (line 5444) | Task UpdateOrganizationWithHttpMessagesAsync(Or... method DeleteOrganizationsWithHttpMessagesAsync (line 5463) | Task DeleteOrganizationsWithHttpMessagesAsync(I... method GetOrganizationsByIdsWithHttpMessagesAsync (line 5482) | Task>> GetOrganizationsByIds... method BulkCreateOrganizationsWithHttpMessagesAsync (line 5497) | Task BulkCreateOrganizationsWithHttpMessagesAsy... method BulkUpdateOrganizationsWithHttpMessagesAsync (line 5512) | Task BulkUpdateOrganizationsWithHttpMessagesAsy... method GetOrganizationByIdWithHttpMessagesAsync (line 5534) | Task> GetOrganizationByIdWithHttpM... method SearchOrganizationsWithHttpMessagesAsync (line 5557) | Task> SearchOrganizati... method GetContactByIdWithHttpMessagesAsync (line 5579) | Task> GetContactByIdWithHttpMessagesAsy... method SearchContactsWithHttpMessagesAsync (line 5602) | Task> SearchContactsWithHtt... method GetVendorByIdWithHttpMessagesAsync (line 5624) | Task> GetVendorByIdWithHttpMessagesAsync... method GetVendorsByIdsWithHttpMessagesAsync (line 5643) | Task>> GetVendorsByIdsWithHttpMess... method SearchVendorsWithHttpMessagesAsync (line 5666) | Task> SearchVendorsWithHttpM... method UpdateAddessesWithHttpMessagesAsync (line 5680) | Task UpdateAddessesWithHttpMessagesAsync(IList<... method CreateEmployeeWithHttpMessagesAsync (line 5698) | Task> CreateEmployeeWithHttpMessagesAs... method GetEmployeesByIdsWithHttpMessagesAsync (line 5717) | Task>> GetEmployeesByIdsWithHttp... method BulkCreateEmployeesWithHttpMessagesAsync (line 5735) | Task>> BulkCreateEmployeesWithHt... method GetMemberOrganizationsWithHttpMessagesAsync (line 5757) | Task>> GetMemberOrganization... class CustomerModuleExtensions (line 5782) | public static partial class CustomerModuleExtensions method ListOrganizations (line 5793) | public static IList ListOrganizations(this ICustomerModu... method ListOrganizationsAsync (line 5810) | public static async Task> ListOrganizationsAsync(t... method SearchMember (line 5831) | public static MemberSearchResult SearchMember(this ICustomerModule ope... method SearchMemberAsync (line 5852) | public static async Task SearchMemberAsync(this IC... method GetMemberById (line 5875) | public static Member GetMemberById(this ICustomerModule operations, st... method GetMemberByIdAsync (line 5898) | public static async Task GetMemberByIdAsync(this ICustomerModu... method GetMembersByIds (line 5915) | public static IList GetMembersByIds(this ICustomerModule opera... method GetMembersByIdsAsync (line 5932) | public static async Task> GetMembersByIdsAsync(this ICus... method CreateMember (line 5950) | public static Member CreateMember(this ICustomerModule operations, Mem... method CreateMemberAsync (line 5968) | public static async Task CreateMemberAsync(this ICustomerModul... method UpdateMember (line 5986) | public static void UpdateMember(this ICustomerModule operations, Membe... method UpdateMemberAsync (line 6004) | public static async Task UpdateMemberAsync(this ICustomerModule operat... method DeleteMembers (line 6021) | public static void DeleteMembers(this ICustomerModule operations, ILis... method DeleteMembersAsync (line 6041) | public static async Task DeleteMembersAsync(this ICustomerModule opera... method BulkCreateMembers (line 6056) | public static IList BulkCreateMembers(this ICustomerModule ope... method BulkCreateMembersAsync (line 6074) | public static async Task> BulkCreateMembersAsync(this IC... method BulkUpdateMembers (line 6092) | public static void BulkUpdateMembers(this ICustomerModule operations, ... method BulkUpdateMembersAsync (line 6110) | public static async Task BulkUpdateMembersAsync(this ICustomerModule o... method BulkDeleteMembersBySearchCriteria (line 6128) | public static void BulkDeleteMembersBySearchCriteria(this ICustomerMod... method BulkDeleteMembersBySearchCriteriaAsync (line 6149) | public static async Task BulkDeleteMembersBySearchCriteriaAsync(this I... method ResizeIcon (line 6159) | public static void ResizeIcon(this ICustomerModule operations, IconRes... method ResizeIconAsync (line 6172) | public static async Task ResizeIconAsync(this ICustomerModule operatio... method CreateContact (line 6185) | public static Contact CreateContact(this ICustomerModule operations, C... method CreateContactAsync (line 6201) | public static async Task CreateContactAsync(this ICustomerMod... method UpdateContact (line 6217) | public static void UpdateContact(this ICustomerModule operations, Cont... method UpdateContactAsync (line 6233) | public static async Task UpdateContactAsync(this ICustomerModule opera... method DeleteContacts (line 6250) | public static void DeleteContacts(this ICustomerModule operations, ILi... method DeleteContactsAsync (line 6270) | public static async Task DeleteContactsAsync(this ICustomerModule oper... method GetContactsByIds (line 6284) | public static IList GetContactsByIds(this ICustomerModule ope... method GetContactsByIdsAsync (line 6301) | public static async Task> GetContactsByIdsAsync(this IC... method BulkCreateContacts (line 6317) | public static IList BulkCreateContacts(this ICustomerModule o... method BulkCreateContactsAsync (line 6333) | public static async Task> BulkCreateContactsAsync(this ... method BulkUpdateContacts (line 6349) | public static void BulkUpdateContacts(this ICustomerModule operations,... method BulkUpdateContactsAsync (line 6365) | public static async Task BulkUpdateContactsAsync(this ICustomerModule ... method CreateOrganization (line 6378) | public static Organization CreateOrganization(this ICustomerModule ope... method CreateOrganizationAsync (line 6394) | public static async Task CreateOrganizationAsync(this IC... method UpdateOrganization (line 6410) | public static void UpdateOrganization(this ICustomerModule operations,... method UpdateOrganizationAsync (line 6426) | public static async Task UpdateOrganizationAsync(this ICustomerModule ... method DeleteOrganizations (line 6443) | public static void DeleteOrganizations(this ICustomerModule operations... method DeleteOrganizationsAsync (line 6463) | public static async Task DeleteOrganizationsAsync(this ICustomerModule... method GetOrganizationsByIds (line 6477) | public static IList GetOrganizationsByIds(this ICustomer... method GetOrganizationsByIdsAsync (line 6494) | public static async Task> GetOrganizationsByIdsAsy... method BulkCreateOrganizations (line 6510) | public static void BulkCreateOrganizations(this ICustomerModule operat... method BulkCreateOrganizationsAsync (line 6526) | public static async Task BulkCreateOrganizationsAsync(this ICustomerMo... method BulkUpdateOrganizations (line 6539) | public static void BulkUpdateOrganizations(this ICustomerModule operat... method BulkUpdateOrganizationsAsync (line 6555) | public static async Task BulkUpdateOrganizationsAsync(this ICustomerMo... method GetOrganizationById (line 6569) | public static Organization GetOrganizationById(this ICustomerModule op... method GetOrganizationByIdAsync (line 6586) | public static async Task GetOrganizationByIdAsync(this I... method SearchOrganizations (line 6607) | public static OrganizationSearchResult SearchOrganizations(this ICusto... method SearchOrganizationsAsync (line 6628) | public static async Task SearchOrganizations... method GetContactById (line 6645) | public static Contact GetContactById(this ICustomerModule operations, ... method GetContactByIdAsync (line 6662) | public static async Task GetContactByIdAsync(this ICustomerMo... method SearchContacts (line 6683) | public static ContactSearchResult SearchContacts(this ICustomerModule ... method SearchContactsAsync (line 6704) | public static async Task SearchContactsAsync(this... method GetVendorById (line 6721) | public static Vendor GetVendorById(this ICustomerModule operations, st... method GetVendorByIdAsync (line 6738) | public static async Task GetVendorByIdAsync(this ICustomerModu... method GetVendorsByIds (line 6755) | public static IList GetVendorsByIds(this ICustomerModule opera... method GetVendorsByIdsAsync (line 6772) | public static async Task> GetVendorsByIdsAsync(this ICus... method SearchVendors (line 6793) | public static VendorSearchResult SearchVendors(this ICustomerModule op... method SearchVendorsAsync (line 6814) | public static async Task SearchVendorsAsync(this I... method UpdateAddesses (line 6829) | public static void UpdateAddesses(this ICustomerModule operations, ILi... method UpdateAddessesAsync (line 6844) | public static async Task UpdateAddessesAsync(this ICustomerModule oper... method CreateEmployee (line 6857) | public static Employee CreateEmployee(this ICustomerModule operations,... method CreateEmployeeAsync (line 6873) | public static async Task CreateEmployeeAsync(this ICustomerM... method GetEmployeesByIds (line 6890) | public static IList GetEmployeesByIds(this ICustomerModule o... method GetEmployeesByIdsAsync (line 6907) | public static async Task> GetEmployeesByIdsAsync(this ... method BulkCreateEmployees (line 6923) | public static IList BulkCreateEmployees(this ICustomerModule... method BulkCreateEmployeesAsync (line 6939) | public static async Task> BulkCreateEmployeesAsync(thi... method GetMemberOrganizations (line 6956) | public static IList GetMemberOrganizations(this ICustome... method GetMemberOrganizationsAsync (line 6973) | public static async Task> GetMemberOrganizationsAs... class CustomerAddress (line 7002) | public partial class CustomerAddress method CustomerAddress (line 7007) | public CustomerAddress() method CustomerAddress (line 7017) | public CustomerAddress(string addressType = default(string), string ke... method CustomInit (line 7046) | partial void CustomInit(); class Note (line 7176) | public partial class Note method Note (line 7181) | public Note() method Note (line 7189) | public Note(string title = default(string), string body = default(stri... method CustomInit (line 7205) | partial void CustomInit(); class DynamicPropertyObjectValue (line 7268) | public partial class DynamicPropertyObjectValue method DynamicPropertyObjectValue (line 7273) | public DynamicPropertyObjectValue() method DynamicPropertyObjectValue (line 7284) | public DynamicPropertyObjectValue(string objectType = default(string),... method CustomInit (line 7300) | partial void CustomInit(); class DynamicPropertyName (line 7366) | public partial class DynamicPropertyName method DynamicPropertyName (line 7371) | public DynamicPropertyName() method DynamicPropertyName (line 7379) | public DynamicPropertyName(string locale = default(string), string nam... method CustomInit (line 7389) | partial void CustomInit(); class DynamicObjectProperty (line 7422) | public partial class DynamicObjectProperty method DynamicObjectProperty (line 7427) | public DynamicObjectProperty() method DynamicObjectProperty (line 7438) | public DynamicObjectProperty(string objectId = default(string), IList<... method CustomInit (line 7463) | partial void CustomInit(); class SeoInfo (line 7574) | public partial class SeoInfo method SeoInfo (line 7579) | public SeoInfo() method SeoInfo (line 7596) | public SeoInfo(string name = default(string), string semanticUrl = def... method CustomInit (line 7620) | partial void CustomInit(); class Organization (line 7731) | public partial class Organization method Organization (line 7736) | public Organization() method Organization (line 7744) | public Organization(string description = default(string), string busin... method CustomInit (line 7775) | partial void CustomInit(); class Member (line 7913) | public partial class Member method Member (line 7918) | public Member() method Member (line 7926) | public Member(string name = default(string), string memberType = defau... method CustomInit (line 7953) | partial void CustomInit(); class PermissionScope (line 8071) | public partial class PermissionScope method PermissionScope (line 8076) | public PermissionScope() method PermissionScope (line 8084) | public PermissionScope(string type = default(string), string label = d... method CustomInit (line 8095) | partial void CustomInit(); class Permission (line 8133) | public partial class Permission method Permission (line 8138) | public Permission() method Permission (line 8146) | public Permission(string id = default(string), string name = default(s... method CustomInit (line 8160) | partial void CustomInit(); class Role (line 8213) | public partial class Role method Role (line 8218) | public Role() method Role (line 8226) | public Role(string description = default(string), IList pe... method CustomInit (line 8240) | partial void CustomInit(); class ApplicationUserLogin (line 8293) | public partial class ApplicationUserLogin method ApplicationUserLogin (line 8298) | public ApplicationUserLogin() method ApplicationUserLogin (line 8306) | public ApplicationUserLogin(string loginProvider = default(string), st... method CustomInit (line 8316) | partial void CustomInit(); class ApplicationUser (line 8349) | public partial class ApplicationUser method ApplicationUser (line 8354) | public ApplicationUser() method ApplicationUser (line 8364) | public ApplicationUser(string storeId = default(string), string member... method CustomInit (line 8406) | partial void CustomInit(); class Contact (line 8601) | public partial class Contact method Contact (line 8606) | public Contact() method Contact (line 8614) | public Contact(string salutation = default(string), string fullName = ... method CustomInit (line 8660) | partial void CustomInit(); class Vendor (line 8873) | public partial class Vendor method Vendor (line 8878) | public Vendor() method Vendor (line 8886) | public Vendor(string description = default(string), string siteUrl = d... method CustomInit (line 8918) | partial void CustomInit(); class Employee (line 9061) | public partial class Employee method Employee (line 9066) | public Employee() method Employee (line 9074) | public Employee(string salutation = default(string), string fullName =... method CustomInit (line 9114) | partial void CustomInit(); class ContactSearchResult (line 9297) | public partial class ContactSearchResult method ContactSearchResult (line 9302) | public ContactSearchResult() method ContactSearchResult (line 9310) | public ContactSearchResult(int? totalCount = default(int?), IList vendors = default(IList> Get... method GetNotificationByTypeIdWithHttpMessagesAsync (line 597) | public async Task> GetNotification... method UpdateNotificationWithHttpMessagesAsync (line 752) | public async Task UpdateNotificationWithHttpMes... method RenderingTemplateWithHttpMessagesAsync (line 883) | public async Task RenderingTemplateWithHttpMess... method SendNotificationWithHttpMessagesAsync (line 1012) | public async Task> SendN... method ScheduleSendNotificationWithHttpMessagesAsync (line 1144) | public async Task ScheduleSendNotificationWithH... method SendNotificationByRequestWithHttpMessagesAsync (line 1270) | public async Task> SendN... method GetNotificationJournalWithHttpMessagesAsync (line 1411) | public async Task> GetObjec... type INotifications (line 1687) | public partial interface INotifications method GetNotificationsWithHttpMessagesAsync (line 1707) | Task> GetNotifications... method GetNotificationByTypeIdWithHttpMessagesAsync (line 1743) | Task> GetNotificationByTypeIdWithH... method UpdateNotificationWithHttpMessagesAsync (line 1764) | Task UpdateNotificationWithHttpMessagesAsync(st... method RenderingTemplateWithHttpMessagesAsync (line 1787) | Task RenderingTemplateWithHttpMessagesAsync(str... method SendNotificationWithHttpMessagesAsync (line 1805) | Task> SendNotificationWi... method ScheduleSendNotificationWithHttpMessagesAsync (line 1820) | Task ScheduleSendNotificationWithHttpMessagesAs... method SendNotificationByRequestWithHttpMessagesAsync (line 1848) | Task> SendNotificationBy... method GetNotificationJournalWithHttpMessagesAsync (line 1872) | Task> GetNotifi... method GetObjectNotificationJournalWithHttpMessagesAsync (line 1890) | Task> GetObjectNotification... class NotificationsExtensions (line 1915) | public static partial class NotificationsExtensions method GetNotifications (line 1926) | public static NotificationSearchResult GetNotifications(this INotifica... method GetNotificationsAsync (line 1943) | public static async Task GetNotificationsAsy... method GetNotificationByTypeId (line 1974) | public static Notification GetNotificationByTypeId(this INotifications... method GetNotificationByTypeIdAsync (line 2005) | public static async Task GetNotificationByTypeIdAsync(th... method UpdateNotification (line 2024) | public static void UpdateNotification(this INotifications operations, ... method UpdateNotificationAsync (line 2043) | public static async Task UpdateNotificationAsync(this INotifications o... method RenderingTemplate (line 2061) | public static void RenderingTemplate(this INotifications operations, s... method RenderingTemplateAsync (line 2082) | public static async Task RenderingTemplateAsync(this INotifications op... method SendNotification (line 2095) | public static NotificationSendResult SendNotification(this INotificati... method SendNotificationAsync (line 2111) | public static async Task SendNotificationAsync... method ScheduleSendNotification (line 2127) | public static void ScheduleSendNotification(this INotifications operat... method ScheduleSendNotificationAsync (line 2143) | public static async Task ScheduleSendNotificationAsync(this INotificat... method SendNotificationByRequest (line 2165) | public static NotificationSendResult SendNotificationByRequest(this IN... method SendNotificationByRequestAsync (line 2190) | public static async Task SendNotificationByReq... method GetNotificationJournal (line 2212) | public static NotificationMessageSearchResult GetNotificationJournal(t... method GetNotificationJournalAsync (line 2234) | public static async Task GetNotificat... method GetObjectNotificationJournal (line 2247) | public static NotificationMessage GetObjectNotificationJournal(this IN... method GetObjectNotificationJournalAsync (line 2260) | public static async Task GetObjectNotificationJou... class SortInfo (line 2289) | public partial class SortInfo method SortInfo (line 2294) | public SortInfo() method SortInfo (line 2304) | public SortInfo(string sortColumn = default(string), string sortDirect... method CustomInit (line 2314) | partial void CustomInit(); class NotificationSearchCriteria (line 2351) | public partial class NotificationSearchCriteria method NotificationSearchCriteria (line 2356) | public NotificationSearchCriteria() method NotificationSearchCriteria (line 2367) | public NotificationSearchCriteria(string notificationType = default(st... method CustomInit (line 2390) | partial void CustomInit(); class TenantIdentity (line 2491) | public partial class TenantIdentity method TenantIdentity (line 2496) | public TenantIdentity() method TenantIdentity (line 2504) | public TenantIdentity(string id = default(string), string type = defau... method CustomInit (line 2516) | partial void CustomInit(); class NotificationTemplate (line 2562) | public partial class NotificationTemplate method NotificationTemplate (line 2567) | public NotificationTemplate() method NotificationTemplate (line 2578) | public NotificationTemplate(string languageCode = default(string), str... method CustomInit (line 2596) | partial void CustomInit(); class Notification (line 2674) | public partial class Notification method Notification (line 2679) | public Notification() method Notification (line 2695) | public Notification(TenantIdentity tenantIdentity = default(TenantIden... method CustomInit (line 2716) | partial void CustomInit(); class NotificationSearchResult (line 2811) | public partial class NotificationSearchResult method NotificationSearchResult (line 2816) | public NotificationSearchResult() method NotificationSearchResult (line 2824) | public NotificationSearchResult(int? totalCount = default(int?), IList... method CustomInit (line 2834) | partial void CustomInit(); class NotificationTemplateRequest (line 2867) | public partial class NotificationTemplateRequest method NotificationTemplateRequest (line 2873) | public NotificationTemplateRequest() method NotificationTemplateRequest (line 2882) | public NotificationTemplateRequest(string text = default(string), Noti... method CustomInit (line 2892) | partial void CustomInit(); class NotificationSendResult (line 2928) | public partial class NotificationSendResult method NotificationSendResult (line 2933) | public NotificationSendResult() method NotificationSendResult (line 2941) | public NotificationSendResult(string errorMessage = default(string), b... method CustomInit (line 2951) | partial void CustomInit(); class NotificationParameter (line 2984) | public partial class NotificationParameter method NotificationParameter (line 2989) | public NotificationParameter() method NotificationParameter (line 2999) | public NotificationParameter(string parameterName = default(string), s... method CustomInit (line 3014) | partial void CustomInit(); class NotificationRequest (line 3074) | public partial class NotificationRequest method NotificationRequest (line 3079) | public NotificationRequest() method NotificationRequest (line 3087) | public NotificationRequest(string type = default(string), string objec... method CustomInit (line 3100) | partial void CustomInit(); class NotificationMessageSearchCriteria (line 3148) | public partial class NotificationMessageSearchCriteria method NotificationMessageSearchCriteria (line 3154) | public NotificationMessageSearchCriteria() method NotificationMessageSearchCriteria (line 3163) | public NotificationMessageSearchCriteria(string notificationType = def... method CustomInit (line 3183) | partial void CustomInit(); class NotificationMessage (line 3269) | public partial class NotificationMessage method NotificationMessage (line 3274) | public NotificationMessage() method NotificationMessage (line 3292) | public NotificationMessage(string kind = default(string), TenantIdenti... method CustomInit (line 3315) | partial void CustomInit(); class NotificationMessageSearchResult (line 3421) | public partial class NotificationMessageSearchResult method NotificationMessageSearchResult (line 3427) | public NotificationMessageSearchResult() method NotificationMessageSearchResult (line 3436) | public NotificationMessageSearchResult(int? totalCount = default(int?)... method CustomInit (line 3446) | partial void CustomInit(); FILE: VirtoCommerce.Storefront/AutoRestClients/PlatformModuleApi.cs class PlatformModuleClient (line 28) | public partial class PlatformModuleClient : ServiceClient> ExchangeW... type IAuthorization (line 743) | public partial interface IAuthorization method ExchangeWithHttpMessagesAsync (line 762) | Task> ExchangeWithHttpMessag... class AuthorizationExtensions (line 787) | public static partial class AuthorizationExtensions method Exchange (line 794) | public static OpenIddictResponse Exchange(this IAuthorization operatio... method ExchangeAsync (line 807) | public static async Task ExchangeAsync(this IAutho... class ExternalSignIn (line 841) | public partial class ExternalSignIn : IServiceOperations SignInWithHttpMessagesAsync(s... method SignOutWithHttpMessagesAsync (line 1001) | public async Task SignOutWithHttpMessagesAsync(... method SignInCallbackWithHttpMessagesAsync (line 1115) | public async Task SignInCallbackWithHttpMessage... method GetExternalLoginProvidersWithHttpMessagesAsync (line 1230) | public async Task SignInWithHttpMessagesAsync(string authent... method SignOutWithHttpMessagesAsync (line 1389) | Task SignOutWithHttpMessagesAsync(string authen... method SignInCallbackWithHttpMessagesAsync (line 1401) | Task SignInCallbackWithHttpMessagesAsync(string... method GetExternalLoginProvidersWithHttpMessagesAsync (line 1414) | Task>> GetExte... class ExternalSignInExtensions (line 1439) | public static partial class ExternalSignInExtensions method SignIn (line 1448) | public static void SignIn(this IExternalSignIn operations, string auth... method SignInAsync (line 1463) | public static async Task SignInAsync(this IExternalSignIn operations, ... method SignOut (line 1473) | public static void SignOut(this IExternalSignIn operations, string aut... method SignOutAsync (line 1486) | public static async Task SignOutAsync(this IExternalSignIn operations,... method SignInCallback (line 1496) | public static void SignInCallback(this IExternalSignIn operations, str... method SignInCallbackAsync (line 1509) | public static async Task SignInCallbackAsync(this IExternalSignIn oper... method GetExternalLoginProviders (line 1517) | public static IList GetExternalLoginProvid... method GetExternalLoginProvidersAsync (line 1528) | public static async Task> GetExterna... class Apps (line 1562) | public partial class Apps : IServiceOperations, IApps method Apps (line 1573) | public Apps(PlatformModuleClient client) method GetAppsWithHttpMessagesAsync (line 1605) | public async Task>> GetApps... type IApps (line 1737) | public partial interface IApps method GetAppsWithHttpMessagesAsync (line 1754) | Task>> GetAppsWithHttpMessa... class AppsExtensions (line 1779) | public static partial class AppsExtensions method GetApps (line 1787) | public static IList GetApps(this IApps operations) method GetAppsAsync (line 1801) | public static async Task> GetAppsAsync(this IApps... class ChangeLog (line 1835) | public partial class ChangeLog : IServiceOperations ForceChangesWithHttpMessagesA... method ResetPlatformCacheWithHttpMessagesAsync (line 1989) | public async Task ResetPlatformCacheWithHttpMes... method GetLastModifiedDateWithHttpMessagesAsync (line 2101) | public async Task> GetLast... method GetChangedEntitiesWithHttpMessagesAsync (line 2236) | public async Task> GetC... method ResetChangedEntitiesWithHttpMessagesAsync (line 2365) | public async Task ResetChangedEntitiesWithHttpM... method SearchChangesWithHttpMessagesAsync (line 2479) | public async Task> Search... method SearchTypeChangeHistoryWithHttpMessagesAsync (line 2621) | public async Task>> SearchTy... type IChangeLog (line 2774) | public partial interface IChangeLog method ForceChangesWithHttpMessagesAsync (line 2790) | Task ForceChangesWithHttpMessagesAsync(string s... method ResetPlatformCacheWithHttpMessagesAsync (line 2800) | Task ResetPlatformCacheWithHttpMessagesAsync(Di... method GetLastModifiedDateWithHttpMessagesAsync (line 2820) | Task> GetLastModifiedDateW... method GetChangedEntitiesWithHttpMessagesAsync (line 2835) | Task> GetChangedEntitie... method ResetChangedEntitiesWithHttpMessagesAsync (line 2847) | Task ResetChangedEntitiesWithHttpMessagesAsync(... method SearchChangesWithHttpMessagesAsync (line 2862) | Task> SearchChangesWithHt... method SearchTypeChangeHistoryWithHttpMessagesAsync (line 2884) | Task>> SearchTypeChangeHisto... class ChangeLogExtensions (line 2909) | public static partial class ChangeLogExtensions method ForceChanges (line 2919) | public static void ForceChanges(this IChangeLog operations, string sco... method ForceChangesAsync (line 2935) | public static async Task ForceChangesAsync(this IChangeLog operations,... method ResetPlatformCache (line 2943) | public static void ResetPlatformCache(this IChangeLog operations) method ResetPlatformCacheAsync (line 2954) | public static async Task ResetPlatformCacheAsync(this IChangeLog opera... method GetLastModifiedDate (line 2969) | public static LastModifiedResponse GetLastModifiedDate(this IChangeLog... method GetLastModifiedDateAsync (line 2987) | public static async Task GetLastModifiedDateAsyn... method GetChangedEntities (line 3000) | public static ChangedEntitiesResponse GetChangedEntities(this IChangeL... method GetChangedEntitiesAsync (line 3013) | public static async Task GetChangedEntitiesAs... method ResetChangedEntities (line 3026) | public static void ResetChangedEntities(this IChangeLog operations, IL... method ResetChangedEntitiesAsync (line 3039) | public static async Task ResetChangedEntitiesAsync(this IChangeLog ope... method SearchChanges (line 3049) | public static ChangeLogSearchResult SearchChanges(this IChangeLog oper... method SearchChangesAsync (line 3062) | public static async Task SearchChangesAsync(thi... method SearchTypeChangeHistory (line 3079) | public static IList SearchTypeChangeHistory(this IChange... method SearchTypeChangeHistoryAsync (line 3096) | public static async Task> SearchTypeChangeHistoryA... class Diagnostics (line 3130) | public partial class Diagnostics : IServiceOperations> GetSystemInfoWith... method GetModulesErrorsWithHttpMessagesAsync (line 3296) | public async Task>> GetM... type IDiagnostics (line 3428) | public partial interface IDiagnostics method GetSystemInfoWithHttpMessagesAsync (line 3442) | Task> GetSystemInfoWithHttpMessagesA... method GetModulesErrorsWithHttpMessagesAsync (line 3458) | Task>> GetModulesErrorsW... class DiagnosticsExtensions (line 3483) | public static partial class DiagnosticsExtensions method GetSystemInfo (line 3488) | public static SystemInfo GetSystemInfo(this IDiagnostics operations) method GetSystemInfoAsync (line 3499) | public static async Task GetSystemInfoAsync(this IDiagnost... method GetModulesErrors (line 3513) | public static IList GetModulesErrors(this IDiagnosti... method GetModulesErrorsAsync (line 3527) | public static async Task> GetModulesErrorsAsyn... class DynamicProperties (line 3561) | public partial class DynamicProperties : IServiceOperations>> GetObjectTypes... method SearchDynamicPropertiesWithHttpMessagesAsync (line 3732) | public async Task> ... method CreatePropertyAsyncWithHttpMessagesAsync (line 3867) | public async Task> CreateProper... method UpdatePropertyAsyncWithHttpMessagesAsync (line 3999) | public async Task UpdatePropertyAsyncWithHttpMe... method DeletePropertyAsyncWithHttpMessagesAsync (line 4113) | public async Task DeletePropertyAsyncWithHttpMe... method ExposeDynamicObjectPropertyWithHttpMessagesAsync (line 4231) | public async Task> Expose... method SearchDictionaryItemsWithHttpMessagesAsync (line 4359) | public async Task SaveDictionaryItemsAsyncWithH... method DeleteDictionaryItemAsyncWithHttpMessagesAsync (line 4610) | public async Task DeleteDictionaryItemAsyncWith... type IDynamicProperties (line 4734) | public partial interface IDynamicProperties method GetObjectTypesWithHttpMessagesAsync (line 4751) | Task>> GetObjectTypesWithHttpMessa... method SearchDynamicPropertiesWithHttpMessagesAsync (line 4769) | Task> SearchDynamic... method CreatePropertyAsyncWithHttpMessagesAsync (line 4787) | Task> CreatePropertyAsyncWithHt... method UpdatePropertyAsyncWithHttpMessagesAsync (line 4802) | Task UpdatePropertyAsyncWithHttpMessagesAsync(D... method DeletePropertyAsyncWithHttpMessagesAsync (line 4817) | Task DeletePropertyAsyncWithHttpMessagesAsync(I... method ExposeDynamicObjectPropertyWithHttpMessagesAsync (line 4834) | Task> ExposeDynamicObject... method SearchDictionaryItemsWithHttpMessagesAsync (line 4852) | Task>... method SaveDictionaryItemsAsyncWithHttpMessagesAsync (line 4871) | Task SaveDictionaryItemsAsyncWithHttpMessagesAs... method DeleteDictionaryItemAsyncWithHttpMessagesAsync (line 4887) | Task DeleteDictionaryItemAsyncWithHttpMessagesA... class DynamicPropertiesExtensions (line 4912) | public static partial class DynamicPropertiesExtensions method GetObjectTypes (line 4920) | public static IList GetObjectTypes(this IDynamicProperties ope... method GetObjectTypesAsync (line 4934) | public static async Task> GetObjectTypesAsync(this IDyna... method SearchDynamicProperties (line 4950) | public static DynamicPropertySearchResult SearchDynamicProperties(this... method SearchDynamicPropertiesAsync (line 4966) | public static async Task SearchDynamicPro... method CreatePropertyAsync (line 4982) | public static DynamicProperty CreatePropertyAsync(this IDynamicPropert... method CreatePropertyAsyncAsync (line 4998) | public static async Task CreatePropertyAsyncAsync(thi... method UpdatePropertyAsync (line 5014) | public static void UpdatePropertyAsync(this IDynamicProperties operati... method UpdatePropertyAsyncAsync (line 5030) | public static async Task UpdatePropertyAsyncAsync(this IDynamicPropert... method DeletePropertyAsync (line 5043) | public static void DeletePropertyAsync(this IDynamicProperties operati... method DeletePropertyAsyncAsync (line 5059) | public static async Task DeletePropertyAsyncAsync(this IDynamicPropert... method ExposeDynamicObjectProperty (line 5070) | public static DynamicObjectProperty ExposeDynamicObjectProperty(this I... method ExposeDynamicObjectPropertyAsync (line 5084) | public static async Task ExposeDynamicObjectPro... method SearchDictionaryItems (line 5100) | public static DynamicPropertyDictionaryItemSearchResult SearchDictiona... method SearchDictionaryItemsAsync (line 5116) | public static async Task Se... method SaveDictionaryItemsAsync (line 5136) | public static void SaveDictionaryItemsAsync(this IDynamicProperties op... method SaveDictionaryItemsAsyncAsync (line 5156) | public static async Task SaveDictionaryItemsAsyncAsync(this IDynamicPr... method DeleteDictionaryItemAsync (line 5170) | public static void DeleteDictionaryItemAsync(this IDynamicProperties o... method DeleteDictionaryItemAsyncAsync (line 5187) | public static async Task DeleteDictionaryItemAsyncAsync(this IDynamicP... class Jobs (line 5218) | public partial class Jobs : IServiceOperations, IJobs method Jobs (line 5229) | public Jobs(PlatformModuleClient client) method GetStatusWithHttpMessagesAsync (line 5270) | public async Task> GetStatusWithHttpMessage... type IJobs (line 5408) | public partial interface IJobs method GetStatusWithHttpMessagesAsync (line 5431) | Task> GetStatusWithHttpMessagesAsync(string... class JobsExtensions (line 5456) | public static partial class JobsExtensions method GetStatus (line 5467) | public static Job GetStatus(this IJobs operations, string id) method GetStatusAsync (line 5484) | public static async Task GetStatusAsync(this IJobs operations, st... class Modules (line 5518) | public partial class Modules : IServiceOperations,... method Modules (line 5529) | public Modules(PlatformModuleClient client) method ReloadModulesWithHttpMessagesAsync (line 5558) | public async Task ReloadModulesWithHttpMessages... method GetModulesWithHttpMessagesAsync (line 5666) | public async Task>> GetM... method GetDependingModulesWithHttpMessagesAsync (line 5795) | public async Task>> GetD... method GetMissingDependenciesWithHttpMessagesAsync (line 5931) | public async Task>> GetM... method UploadModuleArchiveWithHttpMessagesAsync (line 6064) | public async Task> UploadModul... method InstallModulesWithHttpMessagesAsync (line 6193) | public async Task> Insta... method UninstallModuleWithHttpMessagesAsync (line 6329) | public async Task> Unins... method RestartWithHttpMessagesAsync (line 6459) | public async Task RestartWithHttpMessagesAsync(... method TryToAutoInstallModulesWithHttpMessagesAsync (line 6567) | public async Task ReloadModulesWithHttpMessagesAsync(Diction... method GetModulesWithHttpMessagesAsync (line 6729) | Task>> GetModulesWithHtt... method GetDependingModulesWithHttpMessagesAsync (line 6748) | Task>> GetDependingModul... method GetMissingDependenciesWithHttpMessagesAsync (line 6768) | Task>> GetMissingDepende... method UploadModuleArchiveWithHttpMessagesAsync (line 6784) | Task> UploadModuleArchiveWithH... method InstallModulesWithHttpMessagesAsync (line 6803) | Task> InstallModulesWith... method UninstallModuleWithHttpMessagesAsync (line 6822) | Task> UninstallModuleWit... method RestartWithHttpMessagesAsync (line 6835) | Task RestartWithHttpMessagesAsync(Dictionary> TryToAu... class ModulesExtensions (line 6876) | public static partial class ModulesExtensions method ReloadModules (line 6884) | public static void ReloadModules(this IModules operations) method ReloadModulesAsync (line 6898) | public static async Task ReloadModulesAsync(this IModules operations, ... method GetModules (line 6909) | public static IList GetModules(this IModules operati... method GetModulesAsync (line 6923) | public static async Task> GetModulesAsync(this... method GetDependingModules (line 6940) | public static IList GetDependingModules(this IModule... method GetDependingModulesAsync (line 6957) | public static async Task> GetDependingModulesA... method GetMissingDependencies (line 6974) | public static IList GetMissingDependencies(this IMod... method GetMissingDependenciesAsync (line 6991) | public static async Task> GetMissingDependenci... method UploadModuleArchive (line 7005) | public static ModuleDescriptor UploadModuleArchive(this IModules opera... method UploadModuleArchiveAsync (line 7019) | public static async Task UploadModuleArchiveAsync(th... method InstallModules (line 7036) | public static ModulePushNotification InstallModules(this IModules oper... method InstallModulesAsync (line 7053) | public static async Task InstallModulesAsync(t... method UninstallModule (line 7070) | public static ModulePushNotification UninstallModule(this IModules ope... method UninstallModuleAsync (line 7087) | public static async Task UninstallModuleAsync(... method Restart (line 7101) | public static void Restart(this IModules operations) method RestartAsync (line 7115) | public static async Task RestartAsync(this IModules operations, Cancel... method TryToAutoInstallModules (line 7126) | public static ModuleAutoInstallPushNotification TryToAutoInstallModule... method TryToAutoInstallModulesAsync (line 7140) | public static async Task TryToAutoI... class OAuthApps (line 7174) | public partial class OAuthApps : IServiceOperations DeleteAsyncWithHttpMessagesAs... method SearchAsyncWithHttpMessagesAsync (line 7585) | public async Task> SearchA... type IOAuthApps (line 7724) | public partial interface IOAuthApps method NewOperationWithHttpMessagesAsync (line 7738) | Task> NewOperat... method SaveAsyncWithHttpMessagesAsync (line 7753) | Task> SaveAsync... method DeleteAsyncWithHttpMessagesAsync (line 7765) | Task DeleteAsyncWithHttpMessagesAsync(IList> SearchAsyncWithHttpM... class OAuthAppsExtensions (line 7805) | public static partial class OAuthAppsExtensions method NewOperation (line 7810) | public static OpenIddictApplicationDescriptor NewOperation(this IOAuth... method NewOperationAsync (line 7821) | public static async Task NewOperation... method SaveAsync (line 7834) | public static OpenIddictApplicationDescriptor SaveAsync(this IOAuthApp... method SaveAsyncAsync (line 7847) | public static async Task SaveAsyncAsy... method DeleteAsync (line 7860) | public static void DeleteAsync(this IOAuthApps operations, IList SearchAsyncAsync(this I... class PushNotificationOperations (line 7930) | public partial class PushNotificationOperations : IServiceOperations>... method MarkAllAsReadWithHttpMessagesAsync (line 8109) | public async Task>... type IPushNotificationOperations (line 8241) | public partial interface IPushNotificationOperations method SearchPushNotificationWithHttpMessagesAsync (line 8261) | Task> SearchPushNo... method MarkAllAsReadWithHttpMessagesAsync (line 8277) | Task> MarkAllAsRea... class PushNotificationOperationsExtensions (line 8302) | public static partial class PushNotificationOperationsExtensions method SearchPushNotification (line 8313) | public static PushNotificationSearchResult SearchPushNotification(this... method SearchPushNotificationAsync (line 8330) | public static async Task SearchPushNotif... method MarkAllAsRead (line 8344) | public static PushNotificationSearchResult MarkAllAsRead(this IPushNot... method MarkAllAsReadAsync (line 8358) | public static async Task MarkAllAsReadAs... class Security (line 8392) | public partial class Security : IServiceOperations... method Security (line 8403) | public Security(PlatformModuleClient client) method LoginWithHttpMessagesAsync (line 8442) | public async Task> LoginWithHttpMe... method LogoutWithHttpMessagesAsync (line 8572) | public async Task LogoutWithHttpMessagesAsync(D... method GetCurrentUserWithHttpMessagesAsync (line 8680) | public async Task> GetCurrentUserWit... method UserinfoWithHttpMessagesAsync (line 8803) | public async Task>> UserinfoWithHtt... method GetAllRegisteredPermissionsWithHttpMessagesAsync (line 8929) | public async Task>> GetAllRegi... method SearchRolesWithHttpMessagesAsync (line 9058) | public async Task> SearchRoles... method GetRoleWithHttpMessagesAsync (line 9199) | public async Task> GetRoleWithHttpMessages... method DeleteRolesWithHttpMessagesAsync (line 9331) | public async Task DeleteRolesWithHttpMessagesAs... method UpdateRoleWithHttpMessagesAsync (line 9451) | public async Task> UpdateRoleWit... method SearchUsersWithHttpMessagesAsync (line 9587) | public async Task> SearchUsers... method GetUserByNameWithHttpMessagesAsync (line 9728) | public async Task> GetUserByNam... method GetUserByIdWithHttpMessagesAsync (line 9868) | public async Task> GetUserByIdW... method GetUserByEmailWithHttpMessagesAsync (line 10008) | public async Task> GetUserByEma... method GetUserByLoginWithHttpMessagesAsync (line 10150) | public async Task> GetUserByLog... method CreateWithHttpMessagesAsync (line 10290) | public async Task> CreateWithHtt... method ChangeCurrentUserPasswordWithHttpMessagesAsync (line 10426) | public async Task> ChangeCurrent... method ChangePasswordWithHttpMessagesAsync (line 10571) | public async Task> ChangePasswor... method ResetPasswordWithHttpMessagesAsync (line 10721) | public async Task> ResetPassword... method ResetPasswordByTokenWithHttpMessagesAsync (line 10871) | public async Task> ResetPassword... method ValidatePasswordResetTokenWithHttpMessagesAsync (line 11020) | public async Task> ValidatePasswordResetT... method RequestPasswordResetWithHttpMessagesAsync (line 11167) | public async Task RequestPasswordResetWithHttpM... method ValidatePasswordWithHttpMessagesAsync (line 11280) | public async Task> ValidatePassw... method ValidateUserPasswordWithHttpMessagesAsync (line 11412) | public async Task> ValidateUserP... method UpdateWithHttpMessagesAsync (line 11548) | public async Task> UpdateWithHtt... method DeleteWithHttpMessagesAsync (line 11681) | public async Task DeleteWithHttpMessagesAsync(I... method IsUserLockedWithHttpMessagesAsync (line 11808) | public async Task> IsUserLocke... method PasswordChangeEnabledWithHttpMessagesAsync (line 11940) | public async Task> PasswordCha... method LockUserWithHttpMessagesAsync (line 12075) | public async Task> LockUserWithH... method UnlockUserWithHttpMessagesAsync (line 12216) | public async Task> UnlockUserWit... method GetUserApiKeysWithHttpMessagesAsync (line 12353) | public async Task>> GetUserApi... method SaveUserApiKeyWithHttpMessagesAsync (line 12484) | public async Task>> SaveUserAp... method UpdateUserApiKeyWithHttpMessagesAsync (line 12616) | public async Task>> UpdateUser... method DeleteUserApiKeysWithHttpMessagesAsync (line 12748) | public async Task>> DeleteUser... method GetLoginTypesWithHttpMessagesAsync (line 12884) | public async Task>> GetLoginTyp... method SendVerificationEmailWithHttpMessagesAsync (line 13015) | public async Task SendVerificationEmailWithHttp... method ConfirmEmailWithHttpMessagesAsync (line 13136) | public async Task> ConfirmEmailW... method GenerateChangeEmailTokenWithHttpMessagesAsync (line 13282) | public async Task> GenerateChangeEmailTo... method GenerateEmailConfirmationTokenWithHttpMessagesAsync (line 13429) | public async Task> GenerateEmailConfirma... method GeneratePasswordResetTokenWithHttpMessagesAsync (line 13566) | public async Task> GeneratePasswordReset... method GenerateUserTokenWithHttpMessagesAsync (line 13707) | public async Task> GenerateUserTokenWith... method VerifyUserTokenWithHttpMessagesAsync (line 13861) | public async Task> VerifyUserTokenWithHtt... type ISecurity (line 14006) | public partial interface ISecurity method LoginWithHttpMessagesAsync (line 14030) | Task> LoginWithHttpMessagesAsync(L... method LogoutWithHttpMessagesAsync (line 14043) | Task LogoutWithHttpMessagesAsync(Dictionary> GetCurrentUserWithHttpMessages... method UserinfoWithHttpMessagesAsync (line 14072) | Task>> UserinfoWithHttpMessagesAsyn... method GetAllRegisteredPermissionsWithHttpMessagesAsync (line 14088) | Task>> GetAllRegisteredPermiss... method SearchRolesWithHttpMessagesAsync (line 14107) | Task> SearchRolesWithHttpMessa... method GetRoleWithHttpMessagesAsync (line 14128) | Task> GetRoleWithHttpMessagesAsync(string ... method DeleteRolesWithHttpMessagesAsync (line 14144) | Task DeleteRolesWithHttpMessagesAsync(IList> UpdateRoleWithHttpMessages... method SearchUsersWithHttpMessagesAsync (line 14181) | Task> SearchUsersWithHttpMessa... method GetUserByNameWithHttpMessagesAsync (line 14202) | Task> GetUserByNameWithHttpMess... method GetUserByIdWithHttpMessagesAsync (line 14223) | Task> GetUserByIdWithHttpMessag... method GetUserByEmailWithHttpMessagesAsync (line 14244) | Task> GetUserByEmailWithHttpMes... method GetUserByLoginWithHttpMessagesAsync (line 14267) | Task> GetUserByLoginWithHttpMes... method CreateWithHttpMessagesAsync (line 14285) | Task> CreateWithHttpMessagesAsyn... method ChangeCurrentUserPasswordWithHttpMessagesAsync (line 14304) | Task> ChangeCurrentUserPasswordW... method ChangePasswordWithHttpMessagesAsync (line 14329) | Task> ChangePasswordWithHttpMess... method ResetPasswordWithHttpMessagesAsync (line 14353) | Task> ResetPasswordWithHttpMessa... method ResetPasswordByTokenWithHttpMessagesAsync (line 14377) | Task> ResetPasswordByTokenWithHt... method ValidatePasswordResetTokenWithHttpMessagesAsync (line 14400) | Task> ValidatePasswordResetTokenWithHttpM... method RequestPasswordResetWithHttpMessagesAsync (line 14421) | Task RequestPasswordResetWithHttpMessagesAsync(... method ValidatePasswordWithHttpMessagesAsync (line 14436) | Task> ValidatePasswordWithHttpMe... method ValidateUserPasswordWithHttpMessagesAsync (line 14451) | Task> ValidateUserPasswordWithHt... method UpdateWithHttpMessagesAsync (line 14470) | Task> UpdateWithHttpMessagesAsyn... method DeleteWithHttpMessagesAsync (line 14486) | Task DeleteWithHttpMessagesAsync(IList ... method IsUserLockedWithHttpMessagesAsync (line 14508) | Task> IsUserLockedWithHttpMess... method PasswordChangeEnabledWithHttpMessagesAsync (line 14524) | Task> PasswordChangeEnabledWit... method LockUserWithHttpMessagesAsync (line 14546) | Task> LockUserWithHttpMessagesAs... method UnlockUserWithHttpMessagesAsync (line 14568) | Task> UnlockUserWithHttpMessages... method GetUserApiKeysWithHttpMessagesAsync (line 14586) | Task>> GetUserApiKeysWithHttpM... method SaveUserApiKeyWithHttpMessagesAsync (line 14601) | Task>> SaveUserApiKeyWithHttpM... method UpdateUserApiKeyWithHttpMessagesAsync (line 14616) | Task>> UpdateUserApiKeyWithHtt... method DeleteUserApiKeysWithHttpMessagesAsync (line 14631) | Task>> DeleteUserApiKeysWithHt... method GetLoginTypesWithHttpMessagesAsync (line 14647) | Task>> GetLoginTypesWithHttpMes... method SendVerificationEmailWithHttpMessagesAsync (line 14665) | Task SendVerificationEmailWithHttpMessagesAsync... method ConfirmEmailWithHttpMessagesAsync (line 14685) | Task> ConfirmEmailWithHttpMessag... method GenerateChangeEmailTokenWithHttpMessagesAsync (line 14705) | Task> GenerateChangeEmailTokenWithHttpMe... method GenerateEmailConfirmationTokenWithHttpMessagesAsync (line 14723) | Task> GenerateEmailConfirmationTokenWith... method GeneratePasswordResetTokenWithHttpMessagesAsync (line 14741) | Task> GeneratePasswordResetTokenWithHttp... method GenerateUserTokenWithHttpMessagesAsync (line 14763) | Task> GenerateUserTokenWithHttpMessagesA... method VerifyUserTokenWithHttpMessagesAsync (line 14783) | Task> VerifyUserTokenWithHttpMessagesAsyn... class SecurityExtensions (line 14808) | public static partial class SecurityExtensions method Login (line 14823) | public static SignInResult Login(this ISecurity operations, LoginReque... method LoginAsync (line 14844) | public static async Task LoginAsync(this ISecurity opera... method Logout (line 14858) | public static void Logout(this ISecurity operations) method LogoutAsync (line 14872) | public static async Task LogoutAsync(this ISecurity operations, Cancel... method GetCurrentUser (line 14883) | public static UserDetail GetCurrentUser(this ISecurity operations) method GetCurrentUserAsync (line 14897) | public static async Task GetCurrentUserAsync(this ISecurit... method Userinfo (line 14908) | public static IList Userinfo(this ISecurity operations) method UserinfoAsync (line 14919) | public static async Task> UserinfoAsync(this ISecurity op... method GetAllRegisteredPermissions (line 14933) | public static IList GetAllRegisteredPermissions(this ISecu... method GetAllRegisteredPermissionsAsync (line 14947) | public static async Task> GetAllRegisteredPermission... method SearchRoles (line 14964) | public static RoleSearchResult SearchRoles(this ISecurity operations, ... method SearchRolesAsync (line 14981) | public static async Task SearchRolesAsync(this ISecu... method GetRole (line 14997) | public static Role GetRole(this ISecurity operations, string roleName) method GetRoleAsync (line 15013) | public static async Task GetRoleAsync(this ISecurity operations,... method DeleteRoles (line 15030) | public static void DeleteRoles(this ISecurity operations, IList UpdateRoleAsync(this ISecurit... method SearchUsers (line 15093) | public static UserSearchResult SearchUsers(this ISecurity operations, ... method SearchUsersAsync (line 15110) | public static async Task SearchUsersAsync(this ISecu... method GetUserByName (line 15126) | public static ApplicationUser GetUserByName(this ISecurity operations,... method GetUserByNameAsync (line 15142) | public static async Task GetUserByNameAsync(this ISec... method GetUserById (line 15158) | public static ApplicationUser GetUserById(this ISecurity operations, s... method GetUserByIdAsync (line 15174) | public static async Task GetUserByIdAsync(this ISecur... method GetUserByEmail (line 15190) | public static ApplicationUser GetUserByEmail(this ISecurity operations... method GetUserByEmailAsync (line 15206) | public static async Task GetUserByEmailAsync(this ISe... method GetUserByLogin (line 15224) | public static ApplicationUser GetUserByLogin(this ISecurity operations... method GetUserByLoginAsync (line 15242) | public static async Task GetUserByLoginAsync(this ISe... method Create (line 15258) | public static SecurityResult Create(this ISecurity operations, Applica... method CreateAsync (line 15274) | public static async Task CreateAsync(this ISecurity op... method ChangeCurrentUserPassword (line 15291) | public static SecurityResult ChangeCurrentUserPassword(this ISecurity ... method ChangeCurrentUserPasswordAsync (line 15308) | public static async Task ChangeCurrentUserPasswordAsyn... method ChangePassword (line 15328) | public static SecurityResult ChangePassword(this ISecurity operations,... method ChangePasswordAsync (line 15348) | public static async Task ChangePasswordAsync(this ISec... method ResetPassword (line 15367) | public static SecurityResult ResetPassword(this ISecurity operations, ... method ResetPasswordAsync (line 15386) | public static async Task ResetPasswordAsync(this ISecu... method ResetPasswordByToken (line 15405) | public static SecurityResult ResetPasswordByToken(this ISecurity opera... method ResetPasswordByTokenAsync (line 15424) | public static async Task ResetPasswordByTokenAsync(thi... method ValidatePasswordResetToken (line 15442) | public static bool? ValidatePasswordResetToken(this ISecurity operatio... method ValidatePasswordResetTokenAsync (line 15460) | public static async Task ValidatePasswordResetTokenAsync(this I... method RequestPasswordReset (line 15479) | public static void RequestPasswordReset(this ISecurity operations, str... method RequestPasswordResetAsync (line 15498) | public static async Task RequestPasswordResetAsync(this ISecurity oper... method ValidatePassword (line 15508) | public static IdentityResult ValidatePassword(this ISecurity operation... method ValidatePasswordAsync (line 15521) | public static async Task ValidatePasswordAsync(this IS... method ValidateUserPassword (line 15534) | public static IdentityResult ValidateUserPassword(this ISecurity opera... method ValidateUserPasswordAsync (line 15547) | public static async Task ValidateUserPasswordAsync(thi... method Update (line 15564) | public static SecurityResult Update(this ISecurity operations, Applica... method UpdateAsync (line 15581) | public static async Task UpdateAsync(this ISecurity op... method Delete (line 15598) | public static void Delete(this ISecurity operations, IList nam... method DeleteAsync (line 15615) | public static async Task DeleteAsync(this ISecurity operations, IList<... method IsUserLocked (line 15629) | public static UserLockedResult IsUserLocked(this ISecurity operations,... method IsUserLockedAsync (line 15646) | public static async Task IsUserLockedAsync(this ISec... method PasswordChangeEnabled (line 15660) | public static UserLockedResult PasswordChangeEnabled(this ISecurity op... method PasswordChangeEnabledAsync (line 15674) | public static async Task PasswordChangeEnabledAsync(... method LockUser (line 15691) | public static SecurityResult LockUser(this ISecurity operations, strin... method LockUserAsync (line 15708) | public static async Task LockUserAsync(this ISecurity ... method UnlockUser (line 15725) | public static SecurityResult UnlockUser(this ISecurity operations, str... method UnlockUserAsync (line 15742) | public static async Task UnlockUserAsync(this ISecurit... method GetUserApiKeys (line 15755) | public static IList GetUserApiKeys(this ISecurity operatio... method GetUserApiKeysAsync (line 15768) | public static async Task> GetUserApiKeysAsync(this I... method SaveUserApiKey (line 15781) | public static IList SaveUserApiKey(this ISecurity operatio... method SaveUserApiKeyAsync (line 15794) | public static async Task> SaveUserApiKeyAsync(this I... method UpdateUserApiKey (line 15807) | public static IList UpdateUserApiKey(this ISecurity operat... method UpdateUserApiKeyAsync (line 15820) | public static async Task> UpdateUserApiKeyAsync(this... method DeleteUserApiKeys (line 15833) | public static IList DeleteUserApiKeys(this ISecurity opera... method DeleteUserApiKeysAsync (line 15846) | public static async Task> DeleteUserApiKeysAsync(thi... method GetLoginTypes (line 15860) | public static IList GetLoginTypes(this ISecurity operations) method GetLoginTypesAsync (line 15874) | public static async Task> GetLoginTypesAsync(this ISe... method SendVerificationEmail (line 15890) | public static void SendVerificationEmail(this ISecurity operations, st... method SendVerificationEmailAsync (line 15906) | public static async Task SendVerificationEmailAsync(this ISecurity ope... method ConfirmEmail (line 15918) | public static SecurityResult ConfirmEmail(this ISecurity operations, s... method ConfirmEmailAsync (line 15933) | public static async Task ConfirmEmailAsync(this ISecur... method GenerateChangeEmailToken (line 15948) | public static string GenerateChangeEmailToken(this ISecurity operation... method GenerateChangeEmailTokenAsync (line 15963) | public static async Task GenerateChangeEmailTokenAsync(this IS... method GenerateEmailConfirmationToken (line 15976) | public static string GenerateEmailConfirmationToken(this ISecurity ope... method GenerateEmailConfirmationTokenAsync (line 15989) | public static async Task GenerateEmailConfirmationTokenAsync(t... method GeneratePasswordResetToken (line 16002) | public static string GeneratePasswordResetToken(this ISecurity operati... method GeneratePasswordResetTokenAsync (line 16015) | public static async Task GeneratePasswordResetTokenAsync(this ... method GenerateUserToken (line 16032) | public static string GenerateUserToken(this ISecurity operations, stri... method GenerateUserTokenAsync (line 16049) | public static async Task GenerateUserTokenAsync(this ISecurity... method VerifyUserToken (line 16064) | public static bool? VerifyUserToken(this ISecurity operations, string ... method VerifyUserTokenAsync (line 16079) | public static async Task VerifyUserTokenAsync(this ISecurity op... class Setting (line 16113) | public partial class Setting : IServiceOperations,... method Setting (line 16124) | public Setting(PlatformModuleClient client) method GetAllGlobalSettingsWithHttpMessagesAsync (line 16156) | public async Task> GetAllGlo... method UpdateAsyncWithHttpMessagesAsync (line 16281) | public async Task UpdateAsyncWithHttpMessagesAs... method GetGlobalModuleSettingsAsyncWithHttpMessagesAsync (line 16405) | public async Task>> Ge... method GetGlobalSettingAsyncWithHttpMessagesAsync (line 16546) | public async Task> GetGlobal... method GetUICustomizationSettingWithHttpMessagesAsync (line 16678) | public async Task> GetUICust... type ISetting (line 16810) | public partial interface ISetting method GetAllGlobalSettingsWithHttpMessagesAsync (line 16827) | Task> GetAllGlobalSettingsWi... method UpdateAsyncWithHttpMessagesAsync (line 16842) | Task UpdateAsyncWithHttpMessagesAsync(IList>> GetGlobalModule... method GetGlobalSettingAsyncWithHttpMessagesAsync (line 16886) | Task> GetGlobalSettingAsyncW... method GetUICustomizationSettingWithHttpMessagesAsync (line 16902) | Task> GetUICustomizationSett... class SettingExtensions (line 16927) | public static partial class SettingExtensions method GetAllGlobalSettings (line 16935) | public static ObjectSettingEntry GetAllGlobalSettings(this ISetting op... method GetAllGlobalSettingsAsync (line 16949) | public static async Task GetAllGlobalSettingsAsync... method UpdateAsync (line 16965) | public static void UpdateAsync(this ISetting operations, IList GetGlobalModuleSettingsAsync(t... method GetGlobalModuleSettingsAsyncAsync (line 17012) | public static async Task> GetGlobalModuleSet... method GetGlobalSettingAsync (line 17029) | public static ObjectSettingEntry GetGlobalSettingAsync(this ISetting o... method GetGlobalSettingAsyncAsync (line 17046) | public static async Task GetGlobalSettingAsyncAsyn... method GetUICustomizationSetting (line 17060) | public static ObjectSettingEntry GetUICustomizationSetting(this ISetti... method GetUICustomizationSettingAsync (line 17074) | public static async Task GetUICustomizationSetting... class Paths1gq0sd1connectTokenpostrequestbodycontentapplicationJsonPatchJsonschema (line 17103) | public partial class Paths1gq0sd1connectTokenpostrequestbodycontentappli... method Paths1gq0sd1connectTokenpostrequestbodycontentapplicationJsonPatchJsonschema (line 17110) | public Paths1gq0sd1connectTokenpostrequestbodycontentapplicationJsonPa... method Paths1gq0sd1connectTokenpostrequestbodycontentapplicationJsonPatchJsonschema (line 17120) | public Paths1gq0sd1connectTokenpostrequestbodycontentapplicationJsonPa... method CustomInit (line 17132) | partial void CustomInit(); method Validate (line 17160) | public virtual void Validate() class ExternalSignInProviderInfo (line 17188) | public partial class ExternalSignInProviderInfo method ExternalSignInProviderInfo (line 17193) | public ExternalSignInProviderInfo() method ExternalSignInProviderInfo (line 17201) | public ExternalSignInProviderInfo(string authenticationType = default(... method CustomInit (line 17211) | partial void CustomInit(); class AppDescriptor (line 17244) | public partial class AppDescriptor method AppDescriptor (line 17249) | public AppDescriptor() method AppDescriptor (line 17257) | public AppDescriptor(string title = default(string), string descriptio... method CustomInit (line 17271) | partial void CustomInit(); class OperationLog (line 17324) | public partial class OperationLog method OperationLog (line 17329) | public OperationLog() method OperationLog (line 17339) | public OperationLog(string objectType = default(string), string object... method CustomInit (line 17356) | partial void CustomInit(); class SemanticVersion (line 17426) | public partial class SemanticVersion method SemanticVersion (line 17431) | public SemanticVersion() method SemanticVersion (line 17442) | public SemanticVersion(int? major = default(int?), int? minor = defaul... method CustomInit (line 17454) | partial void CustomInit(); class ModuleIdentity (line 17500) | public partial class ModuleIdentity method ModuleIdentity (line 17505) | public ModuleIdentity() method ModuleIdentity (line 17513) | public ModuleIdentity(string id = default(string), SemanticVersion ver... method CustomInit (line 17523) | partial void CustomInit(); class ModuleDescriptor (line 17556) | public partial class ModuleDescriptor method ModuleDescriptor (line 17561) | public ModuleDescriptor() method ModuleDescriptor (line 17569) | public ModuleDescriptor(string version = default(string), string platf... method CustomInit (line 17597) | partial void CustomInit(); class DynamicPropertyDictionaryItemName (line 17720) | public partial class DynamicPropertyDictionaryItemName method DynamicPropertyDictionaryItemName (line 17726) | public DynamicPropertyDictionaryItemName() method DynamicPropertyDictionaryItemName (line 17736) | public DynamicPropertyDictionaryItemName(string locale = default(strin... method CustomInit (line 17746) | partial void CustomInit(); class DynamicPropertyDictionaryItem (line 17780) | public partial class DynamicPropertyDictionaryItem method DynamicPropertyDictionaryItem (line 17786) | public DynamicPropertyDictionaryItem() method DynamicPropertyDictionaryItem (line 17797) | public DynamicPropertyDictionaryItem(string propertyId = default(strin... method CustomInit (line 17813) | partial void CustomInit(); class ClaimsIdentity (line 17877) | public partial class ClaimsIdentity method ClaimsIdentity (line 17882) | public ClaimsIdentity() method ClaimsIdentity (line 17890) | public ClaimsIdentity(string authenticationType = default(string), boo... method CustomInit (line 17907) | partial void CustomInit(); class Claim (line 17975) | public partial class Claim method Claim (line 17980) | public Claim() method Claim (line 17988) | public Claim(string issuer = default(string), string originalIssuer = ... method CustomInit (line 18003) | partial void CustomInit(); class PermissionScope (line 18061) | public partial class PermissionScope method PermissionScope (line 18066) | public PermissionScope() method PermissionScope (line 18078) | public PermissionScope(string type = default(string), string label = d... method CustomInit (line 18089) | partial void CustomInit(); class Permission (line 18131) | public partial class Permission method Permission (line 18136) | public Permission() method Permission (line 18149) | public Permission(string id = default(string), string name = default(s... method CustomInit (line 18163) | partial void CustomInit(); class UserApiKey (line 18220) | public partial class UserApiKey method UserApiKey (line 18225) | public UserApiKey() method UserApiKey (line 18233) | public UserApiKey(string apiKey = default(string), string userName = d... method CustomInit (line 18250) | partial void CustomInit(); class LoginType (line 18318) | public partial class LoginType method LoginType (line 18323) | public LoginType() method LoginType (line 18331) | public LoginType(bool? enabled = default(bool?), bool? hasLoginForm = ... method CustomInit (line 18343) | partial void CustomInit(); class ObjectSettingEntry (line 18386) | public partial class ObjectSettingEntry method ObjectSettingEntry (line 18391) | public ObjectSettingEntry() method ObjectSettingEntry (line 18417) | public ObjectSettingEntry(bool? itHasValues = default(bool?), string o... method CustomInit (line 18442) | partial void CustomInit(); class Role (line 18566) | public partial class Role method Role (line 18571) | public Role() method Role (line 18579) | public Role(string description = default(string), IList pe... method CustomInit (line 18593) | partial void CustomInit(); class ApplicationUserLogin (line 18646) | public partial class ApplicationUserLogin method ApplicationUserLogin (line 18651) | public ApplicationUserLogin() method ApplicationUserLogin (line 18659) | public ApplicationUserLogin(string loginProvider = default(string), st... method CustomInit (line 18669) | partial void CustomInit(); class ApplicationUser (line 18702) | public partial class ApplicationUser method ApplicationUser (line 18707) | public ApplicationUser() method ApplicationUser (line 18731) | public ApplicationUser(string storeId = default(string), string member... method CustomInit (line 18774) | partial void CustomInit(); class ChangedEntitiesRequest (line 18984) | public partial class ChangedEntitiesRequest method ChangedEntitiesRequest (line 18989) | public ChangedEntitiesRequest() method ChangedEntitiesRequest (line 18997) | public ChangedEntitiesRequest(IList entityNames = default(ILis... method CustomInit (line 19007) | partial void CustomInit(); class ChangedEntity (line 19040) | public partial class ChangedEntity method ChangedEntity (line 19045) | public ChangedEntity() method ChangedEntity (line 19053) | public ChangedEntity(string name = default(string), System.DateTime? m... method CustomInit (line 19063) | partial void CustomInit(); class ChangedEntitiesResponse (line 19096) | public partial class ChangedEntitiesResponse method ChangedEntitiesResponse (line 19101) | public ChangedEntitiesResponse() method ChangedEntitiesResponse (line 19109) | public ChangedEntitiesResponse(IList entities = default... method CustomInit (line 19118) | partial void CustomInit(); class SortInfo (line 19146) | public partial class SortInfo method SortInfo (line 19151) | public SortInfo() method SortInfo (line 19161) | public SortInfo(string sortColumn = default(string), string sortDirect... method CustomInit (line 19171) | partial void CustomInit(); class ChangeLogSearchCriteria (line 19205) | public partial class ChangeLogSearchCriteria method ChangeLogSearchCriteria (line 19210) | public ChangeLogSearchCriteria() method ChangeLogSearchCriteria (line 19223) | public ChangeLogSearchCriteria(IList operationTypes = default(... method CustomInit (line 19245) | partial void CustomInit(); class ChangeLogSearchResult (line 19342) | public partial class ChangeLogSearchResult method ChangeLogSearchResult (line 19347) | public ChangeLogSearchResult() method ChangeLogSearchResult (line 19355) | public ChangeLogSearchResult(int? totalCount = default(int?), IList ids = default(ILis... method CustomInit (line 21651) | partial void CustomInit(); class PushNotificationSearchResult (line 21753) | public partial class PushNotificationSearchResult method PushNotificationSearchResult (line 21759) | public PushNotificationSearchResult() method PushNotificationSearchResult (line 21768) | public PushNotificationSearchResult(int? totalCount = default(int?), i... method CustomInit (line 21779) | partial void CustomInit(); class ResetPasswordConfirmRequest (line 21817) | public partial class ResetPasswordConfirmRequest method ResetPasswordConfirmRequest (line 21823) | public ResetPasswordConfirmRequest() method ResetPasswordConfirmRequest (line 21832) | public ResetPasswordConfirmRequest(string token = default(string), str... method CustomInit (line 21843) | partial void CustomInit(); class RoleSearchCriteria (line 21881) | public partial class RoleSearchCriteria method RoleSearchCriteria (line 21886) | public RoleSearchCriteria() method RoleSearchCriteria (line 21899) | public RoleSearchCriteria(string responseGroup = default(string), stri... method CustomInit (line 21918) | partial void CustomInit(); class RoleSearchResult (line 22000) | public partial class RoleSearchResult method RoleSearchResult (line 22005) | public RoleSearchResult() method RoleSearchResult (line 22013) | public RoleSearchResult(IList roles = default(IList), int?... method CustomInit (line 22024) | partial void CustomInit(); class SecurityResult (line 22062) | public partial class SecurityResult method SecurityResult (line 22067) | public SecurityResult() method SecurityResult (line 22075) | public SecurityResult(bool? succeeded = default(bool?), IList ... method CustomInit (line 22085) | partial void CustomInit(); class SignInResult (line 22118) | public partial class SignInResult method SignInResult (line 22123) | public SignInResult() method SignInResult (line 22131) | public SignInResult(bool? succeeded = default(bool?), bool? isLockedOu... method CustomInit (line 22143) | partial void CustomInit(); class StringIdentityUserRole (line 22186) | public partial class StringIdentityUserRole method StringIdentityUserRole (line 22191) | public StringIdentityUserRole() method StringIdentityUserRole (line 22199) | public StringIdentityUserRole(string userId = default(string), string ... method CustomInit (line 22209) | partial void CustomInit(); class SystemInfo (line 22242) | public partial class SystemInfo method SystemInfo (line 22247) | public SystemInfo() method SystemInfo (line 22255) | public SystemInfo(string platformVersion = default(string), License li... method CustomInit (line 22270) | partial void CustomInit(); class UserDetail (line 22328) | public partial class UserDetail method UserDetail (line 22333) | public UserDetail() method UserDetail (line 22341) | public UserDetail(IList permissions = default(IList), ... method CustomInit (line 22355) | partial void CustomInit(); class UserLockedResult (line 22408) | public partial class UserLockedResult method UserLockedResult (line 22413) | public UserLockedResult() method UserLockedResult (line 22421) | public UserLockedResult(bool? locked = default(bool?)) method CustomInit (line 22430) | partial void CustomInit(); class UserSearchCriteria (line 22458) | public partial class UserSearchCriteria method UserSearchCriteria (line 22463) | public UserSearchCriteria() method UserSearchCriteria (line 22476) | public UserSearchCriteria(string memberId = default(string), IList users = default(IList> SearchSi... method GetSitemapByIdWithHttpMessagesAsync (line 577) | public async Task> GetSitemapByIdWithHt... method AddSitemapWithHttpMessagesAsync (line 705) | public async Task AddSitemapWithHttpMessagesAsy... method UpdateSitemapWithHttpMessagesAsync (line 816) | public async Task UpdateSitemapWithHttpMessages... method DeleteSitemapWithHttpMessagesAsync (line 927) | public async Task DeleteSitemapWithHttpMessages... method SearchSitemapItemsWithHttpMessagesAsync (line 1044) | public async Task> Sea... method AddSitemapItemsWithHttpMessagesAsync (line 1181) | public async Task AddSitemapItemsWithHttpMessag... method RemoveSitemapItemsWithHttpMessagesAsync (line 1298) | public async Task RemoveSitemapItemsWithHttpMes... method GetSitemapsSchemaWithHttpMessagesAsync (line 1415) | public async Task>> GetSitemapsSch... method GenerateSitemapWithHttpMessagesAsync (line 1554) | public async Task> GenerateSitemapWithHt... method DownloadSitemapWithHttpMessagesAsync (line 1688) | public async Task> ... type ISitemapsModuleApiOperations (line 1836) | public partial interface ISitemapsModuleApiOperations method SearchSitemapsWithHttpMessagesAsync (line 1852) | Task> SearchSitemapsWithHtt... method GetSitemapByIdWithHttpMessagesAsync (line 1870) | Task> GetSitemapByIdWithHttpMessagesAsy... method AddSitemapWithHttpMessagesAsync (line 1882) | Task AddSitemapWithHttpMessagesAsync(Sitemap bo... method UpdateSitemapWithHttpMessagesAsync (line 1894) | Task UpdateSitemapWithHttpMessagesAsync(Sitemap... method DeleteSitemapWithHttpMessagesAsync (line 1906) | Task DeleteSitemapWithHttpMessagesAsync(IList> SearchSitemapIte... method AddSitemapItemsWithHttpMessagesAsync (line 1938) | Task AddSitemapItemsWithHttpMessagesAsync(strin... method RemoveSitemapItemsWithHttpMessagesAsync (line 1950) | Task RemoveSitemapItemsWithHttpMessagesAsync(IL... method GetSitemapsSchemaWithHttpMessagesAsync (line 1965) | Task>> GetSitemapsSchemaWithHttpMe... method GenerateSitemapWithHttpMessagesAsync (line 1984) | Task> GenerateSitemapWithHttpMessagesAsy... method DownloadSitemapWithHttpMessagesAsync (line 2001) | Task> DownloadSitem... class SitemapsModuleApiOperationsExtensions (line 2027) | public static partial class SitemapsModuleApiOperationsExtensions method SearchSitemaps (line 2034) | public static SitemapSearchResult SearchSitemaps(this ISitemapsModuleA... method SearchSitemapsAsync (line 2047) | public static async Task SearchSitemapsAsync(this... method GetSitemapById (line 2060) | public static Sitemap GetSitemapById(this ISitemapsModuleApiOperations... method GetSitemapByIdAsync (line 2073) | public static async Task GetSitemapByIdAsync(this ISitemapsMo... method AddSitemap (line 2086) | public static void AddSitemap(this ISitemapsModuleApiOperations operat... method AddSitemapAsync (line 2099) | public static async Task AddSitemapAsync(this ISitemapsModuleApiOperat... method UpdateSitemap (line 2109) | public static void UpdateSitemap(this ISitemapsModuleApiOperations ope... method UpdateSitemapAsync (line 2122) | public static async Task UpdateSitemapAsync(this ISitemapsModuleApiOpe... method DeleteSitemap (line 2132) | public static void DeleteSitemap(this ISitemapsModuleApiOperations ope... method DeleteSitemapAsync (line 2145) | public static async Task DeleteSitemapAsync(this ISitemapsModuleApiOpe... method SearchSitemapItems (line 2155) | public static SitemapItemsSearchResult SearchSitemapItems(this ISitema... method SearchSitemapItemsAsync (line 2168) | public static async Task SearchSitemapItemsA... method AddSitemapItems (line 2183) | public static void AddSitemapItems(this ISitemapsModuleApiOperations o... method AddSitemapItemsAsync (line 2198) | public static async Task AddSitemapItemsAsync(this ISitemapsModuleApiO... method RemoveSitemapItems (line 2208) | public static void RemoveSitemapItems(this ISitemapsModuleApiOperation... method RemoveSitemapItemsAsync (line 2221) | public static async Task RemoveSitemapItemsAsync(this ISitemapsModuleA... method GetSitemapsSchema (line 2231) | public static IList GetSitemapsSchema(this ISitemapsModuleApiO... method GetSitemapsSchemaAsync (line 2244) | public static async Task> GetSitemapsSchemaAsync(this IS... method GenerateSitemap (line 2261) | public static Stream GenerateSitemap(this ISitemapsModuleApiOperations... method GenerateSitemapAsync (line 2278) | public static async Task GenerateSitemapAsync(this ISitemapsMo... method DownloadSitemap (line 2292) | public static SitemapDownloadNotification DownloadSitemap(this ISitema... method DownloadSitemapAsync (line 2307) | public static async Task DownloadSitemapA... class SitemapItemAlternateLinkRecord (line 2337) | public partial class SitemapItemAlternateLinkRecord method SitemapItemAlternateLinkRecord (line 2343) | public SitemapItemAlternateLinkRecord() method SitemapItemAlternateLinkRecord (line 2352) | public SitemapItemAlternateLinkRecord(string url = default(string), st... method CustomInit (line 2363) | partial void CustomInit(); class SitemapItemRecord (line 2402) | public partial class SitemapItemRecord method SitemapItemRecord (line 2407) | public SitemapItemRecord() method SitemapItemRecord (line 2415) | public SitemapItemRecord(string url = default(string), System.DateTime... method CustomInit (line 2428) | partial void CustomInit(); class SitemapItem (line 2477) | public partial class SitemapItem method SitemapItem (line 2482) | public SitemapItem() method SitemapItem (line 2490) | public SitemapItem(string sitemapId = default(string), string title = ... method CustomInit (line 2510) | partial void CustomInit(); class SortInfo (line 2594) | public partial class SortInfo method SortInfo (line 2599) | public SortInfo() method SortInfo (line 2609) | public SortInfo(string sortColumn = default(string), string sortDirect... method CustomInit (line 2619) | partial void CustomInit(); class SitemapSearchCriteria (line 2654) | public partial class SitemapSearchCriteria method SitemapSearchCriteria (line 2659) | public SitemapSearchCriteria() method SitemapSearchCriteria (line 2667) | public SitemapSearchCriteria(string storeId = default(string), string ... method CustomInit (line 2688) | partial void CustomInit(); class Sitemap (line 2777) | public partial class Sitemap method Sitemap (line 2782) | public Sitemap() method Sitemap (line 2790) | public Sitemap(string location = default(string), string storeId = def... method CustomInit (line 2809) | partial void CustomInit(); class SitemapSearchResult (line 2888) | public partial class SitemapSearchResult method SitemapSearchResult (line 2893) | public SitemapSearchResult() method SitemapSearchResult (line 2901) | public SitemapSearchResult(int? totalCount = default(int?), IList... method StoreModule (line 406) | public StoreModule(StoreModuleClient client) method SearchStoresWithHttpMessagesAsync (line 440) | public async Task> SearchStor... method GetStoresWithHttpMessagesAsync (line 573) | public async Task>> GetStoresWithHt... method CreateStoreWithHttpMessagesAsync (line 702) | public async Task> CreateStoreWithHttpMes... method UpdateStoreWithHttpMessagesAsync (line 835) | public async Task UpdateStoreWithHttpMessagesAs... method DeleteStoreWithHttpMessagesAsync (line 950) | public async Task DeleteStoreWithHttpMessagesAs... method GetStoreByIdWithHttpMessagesAsync (line 1077) | public async Task> GetStoreByIdWithHttpMe... method SendDynamicNotificationAnStoreEmailWithHttpMessagesAsync (line 1209) | public async Task SendDynamicNotificationAnStor... method GetLoginOnBehalfInfoWithHttpMessagesAsync (line 1336) | public async Task> GetLoginOn... method GetUserAllowedStoresWithHttpMessagesAsync (line 1482) | public async Task>> GetUserAllowedS... type IStoreModule (line 1620) | public partial interface IStoreModule method SearchStoresWithHttpMessagesAsync (line 1639) | Task> SearchStoresWithHttpMes... method GetStoresWithHttpMessagesAsync (line 1655) | Task>> GetStoresWithHttpMessagesAsy... method CreateStoreWithHttpMessagesAsync (line 1674) | Task> CreateStoreWithHttpMessagesAsync(St... method UpdateStoreWithHttpMessagesAsync (line 1690) | Task UpdateStoreWithHttpMessagesAsync(Store bod... method DeleteStoreWithHttpMessagesAsync (line 1706) | Task DeleteStoreWithHttpMessagesAsync(IList> GetStoreByIdWithHttpMessagesAsync(s... method SendDynamicNotificationAnStoreEmailWithHttpMessagesAsync (line 1744) | Task SendDynamicNotificationAnStoreEmailWithHtt... method GetLoginOnBehalfInfoWithHttpMessagesAsync (line 1769) | Task> GetLoginOnBehalfInfoWit... method GetUserAllowedStoresWithHttpMessagesAsync (line 1790) | Task>> GetUserAllowedStoresWithHttp... class StoreModuleExtensions (line 1815) | public static partial class StoreModuleExtensions method SearchStores (line 1825) | public static StoreSearchResult SearchStores(this IStoreModule operati... method SearchStoresAsync (line 1841) | public static async Task SearchStoresAsync(this ISt... method GetStores (line 1855) | public static IList GetStores(this IStoreModule operations) method GetStoresAsync (line 1869) | public static async Task> GetStoresAsync(this IStoreModul... method CreateStore (line 1886) | public static Store CreateStore(this IStoreModule operations, Store bo... method CreateStoreAsync (line 1903) | public static async Task CreateStoreAsync(this IStoreModule ope... method UpdateStore (line 1920) | public static void UpdateStore(this IStoreModule operations, Store bod... method UpdateStoreAsync (line 1937) | public static async Task UpdateStoreAsync(this IStoreModule operations... method DeleteStore (line 1951) | public static void DeleteStore(this IStoreModule operations, IList GetStoreByIdAsync(this IStoreModule op... method SendDynamicNotificationAnStoreEmail (line 2016) | public static void SendDynamicNotificationAnStoreEmail(this IStoreModu... method SendDynamicNotificationAnStoreEmailAsync (line 2033) | public static async Task SendDynamicNotificationAnStoreEmailAsync(this... method GetLoginOnBehalfInfo (line 2050) | public static LoginOnBehalfInfo GetLoginOnBehalfInfo(this IStoreModule... method GetLoginOnBehalfInfoAsync (line 2070) | public static async Task GetLoginOnBehalfInfoAsync(... method GetUserAllowedStores (line 2086) | public static IList GetUserAllowedStores(this IStoreModule oper... method GetUserAllowedStoresAsync (line 2102) | public static async Task> GetUserAllowedStoresAsync(this ... class DynamicPropertyName (line 2131) | public partial class DynamicPropertyName method DynamicPropertyName (line 2136) | public DynamicPropertyName() method DynamicPropertyName (line 2144) | public DynamicPropertyName(string locale = default(string), string nam... method CustomInit (line 2154) | partial void CustomInit(); class SeoInfo (line 2187) | public partial class SeoInfo method SeoInfo (line 2192) | public SeoInfo() method SeoInfo (line 2209) | public SeoInfo(string name = default(string), string semanticUrl = def... method CustomInit (line 2233) | partial void CustomInit(); class DynamicPropertyObjectValue (line 2344) | public partial class DynamicPropertyObjectValue method DynamicPropertyObjectValue (line 2349) | public DynamicPropertyObjectValue() method DynamicPropertyObjectValue (line 2360) | public DynamicPropertyObjectValue(string objectType = default(string),... method CustomInit (line 2376) | partial void CustomInit(); class DynamicObjectProperty (line 2442) | public partial class DynamicObjectProperty method DynamicObjectProperty (line 2447) | public DynamicObjectProperty() method DynamicObjectProperty (line 2458) | public DynamicObjectProperty(string objectId = default(string), IList<... method CustomInit (line 2483) | partial void CustomInit(); class ObjectSettingEntry (line 2594) | public partial class ObjectSettingEntry method ObjectSettingEntry (line 2599) | public ObjectSettingEntry() method ObjectSettingEntry (line 2610) | public ObjectSettingEntry(bool? itHasValues = default(bool?), string o... method CustomInit (line 2630) | partial void CustomInit(); class Store (line 2715) | public partial class Store method Store (line 2720) | public Store() method Store (line 2748) | public Store(string name = default(string), string description = defau... method CustomInit (line 2791) | partial void CustomInit(); class SortInfo (line 3004) | public partial class SortInfo method SortInfo (line 3009) | public SortInfo() method SortInfo (line 3019) | public SortInfo(string sortColumn = default(string), string sortDirect... method CustomInit (line 3029) | partial void CustomInit(); class StoreSearchCriteria (line 3063) | public partial class StoreSearchCriteria method StoreSearchCriteria (line 3068) | public StoreSearchCriteria() method StoreSearchCriteria (line 3076) | public StoreSearchCriteria(IList storeIds = default(IList stores = default(IList), ... method CustomInit (line 3215) | partial void CustomInit(); class SendDynamicNotificationRequest (line 3253) | public partial class SendDynamicNotificationRequest method SendDynamicNotificationRequest (line 3259) | public SendDynamicNotificationRequest() method SendDynamicNotificationRequest (line 3268) | public SendDynamicNotificationRequest(string storeId = default(string)... method CustomInit (line 3280) | partial void CustomInit(); class LoginOnBehalfInfo (line 3326) | public partial class LoginOnBehalfInfo method LoginOnBehalfInfo (line 3331) | public LoginOnBehalfInfo() method LoginOnBehalfInfo (line 3339) | public LoginOnBehalfInfo(string userName = default(string), bool? canL... method CustomInit (line 3349) | partial void CustomInit(); FILE: VirtoCommerce.Storefront/Caching/Redis/RedisCachingMessage.cs class RedisCachingMessage (line 6) | internal class RedisCachingMessage method RedisCachingMessage (line 8) | public RedisCachingMessage() method ToString (line 25) | public override string ToString() FILE: VirtoCommerce.Storefront/Caching/Redis/RedisCachingOptions.cs class RedisCachingOptions (line 6) | public class RedisCachingOptions FILE: VirtoCommerce.Storefront/Caching/Redis/RedisStorefrontMemoryCache.cs class RedisStorefrontMemoryCache (line 15) | internal class RedisStorefrontMemoryCache : StorefrontMemoryCache method RedisStorefrontMemoryCache (line 29) | public RedisStorefrontMemoryCache(IMemoryCache memoryCache method CacheCancellableTokensRegistry_OnTokenCancelled (line 46) | private void CacheCancellableTokensRegistry_OnTokenCancelled(TokenCanc... method OnConnectionFailed (line 53) | protected virtual void OnConnectionFailed(object sender, ConnectionFai... method OnConnectionRestored (line 65) | protected virtual void OnConnectionRestored(object sender, ConnectionF... method OnMessage (line 78) | protected virtual void OnMessage(RedisChannel channel, RedisValue redi... method TryGetValue (line 102) | public override bool TryGetValue(object key, out object value) method EvictionCallback (line 110) | protected override void EvictionCallback(object key, object value, Evi... method GetRedisChannel (line 119) | protected virtual RedisChannel GetRedisChannel() method Publish (line 124) | private void Publish(RedisCachingMessage message) method EnsureRedisServerConnection (line 130) | private void EnsureRedisServerConnection() method Dispose (line 151) | protected override void Dispose(bool disposing) FILE: VirtoCommerce.Storefront/Caching/ServiceCollectionExtensions.cs class ServiceCollectionExtensions (line 9) | public static class ServiceCollectionExtensions method AddStorefrontCache (line 11) | public static IServiceCollection AddStorefrontCache(this IServiceColle... FILE: VirtoCommerce.Storefront/Caching/StorefrontMemoryCache.cs class StorefrontMemoryCache (line 12) | public class StorefrontMemoryCache : IStorefrontMemoryCache method StorefrontMemoryCache (line 20) | public StorefrontMemoryCache(IMemoryCache memoryCache, IOptions SendNotificationAsync(Notif... method SetLastLoginDate (line 531) | private Task SetLastLoginDate(User user) method GetPasswordRequirements (line 539) | [HttpGet("passwordrequirements")] FILE: VirtoCommerce.Storefront/Controllers/Api/ApiBlogController.cs class ApiBlogController (line 12) | [StorefrontApiRoute("blog")] method ApiBlogController (line 16) | public ApiBlogController(IWorkContextAccessor workContextAccessor, ISt... method Search (line 22) | [HttpPost("{blogName}/search")] FILE: VirtoCommerce.Storefront/Controllers/Api/ApiCommonController.cs class ApiCommonController (line 15) | [StorefrontApiRoute("")] method ApiCommonController (line 23) | public ApiCommonController( method GetCountries (line 37) | [Obsolete("Use countries query from GraphQL")] method GetCountryRegions (line 45) | [Obsolete("Use countries or regions query from GraphQL")] method Feedback (line 58) | [HttpPost("feedback")] method GetSlugInfoBySlugAsync (line 67) | [HttpPost("slug")] method GetInfoBySlugAsync (line 75) | [Obsolete("Use GetSlugInfoBySlug (POST /slug) instead")] method Version (line 83) | [HttpGet("version")] method GetSlugInfoAsync (line 90) | private async Task GetSlugInfoAsync(string slug, strin... FILE: VirtoCommerce.Storefront/Controllers/Api/ApiStaticContentController.cs class ApiStaticContentController (line 15) | [StorefrontApiRoute("content")] method ApiStaticContentController (line 19) | public ApiStaticContentController(IWorkContextAccessor workContextAcce... method ResetCache (line 25) | [HttpPost("reset-cache")] method ResetCacheRegion (line 37) | [HttpPost("reset-cache/{region}")] method TryResetCacheInternal (line 48) | private static bool TryResetCacheInternal(string region) method FindPage (line 65) | [HttpPost("pages")] method LoadTemplate (line 79) | [HttpPost("templates")] method JsonResult (line 92) | private ActionResult JsonResult(string content) FILE: VirtoCommerce.Storefront/Controllers/Api/ApiThemeController.cs class ApiThemeController (line 11) | [Obsolete] method ApiThemeController (line 17) | public ApiThemeController(IWorkContextAccessor workContextAccessor, IS... method GetSpaThemeContext (line 24) | [Obsolete("Use store query from GraphQL")] FILE: VirtoCommerce.Storefront/Controllers/AssetController.cs class AssetController (line 16) | [StorefrontRoute] method AssetController (line 24) | public AssetController(IWorkContextAccessor workContextAccessor, IStor... method GetThemeLocalizationJson (line 38) | [HttpGet("themes/localization.json")] method GetThemeSettingsJson (line 51) | [HttpGet("themes/settings.json")] method GetThemeAssets (line 65) | [HttpGet("themes/assets/{*path}")] method GetStaticContentAssets (line 82) | [HttpGet("assets/{*path}")] method HandleStaticFiles (line 104) | public ActionResult HandleStaticFiles(string path) FILE: VirtoCommerce.Storefront/Controllers/CommonController.cs class CommonController (line 19) | [StorefrontRoute] method CommonController (line 25) | public CommonController(IWorkContextAccessor workContextAccesor, IStor... method ResetCache (line 36) | [HttpGet("common/resetcache")] method ContactForm (line 51) | [HttpPost("contact/{viewName?}")] method SetCurrency (line 72) | [HttpGet("common/setcurrency/{currency}")] method GetCountries (line 86) | [Obsolete("Use countries query from GraphQL")] method GetRegions (line 95) | [Obsolete("Use countries or regions query from GraphQL")] method Maintenance (line 122) | [HttpGet("common/maintenance")] method InternalRedirect (line 134) | [HttpOptions] method NoTheme (line 141) | [HttpGet("common/notheme")] FILE: VirtoCommerce.Storefront/Controllers/DesignerPreviewController.cs class DesignerPreviewController (line 10) | [StorefrontRoute] method DesignerPreviewController (line 14) | public DesignerPreviewController(IWorkContextAccessor workContextAcces... method Index (line 19) | [HttpGet("designer-preview")] method Block (line 26) | [HttpPost("designer-preview/block")] FILE: VirtoCommerce.Storefront/Controllers/ErrorController.cs class ErrorController (line 14) | [StorefrontRoute("error")] method ErrorController (line 20) | public ErrorController( method Error (line 31) | [Route("{errCode}")] method AccessDenied (line 82) | [Route("AccessDenied")] method TrimTwoLetterLangSegment (line 89) | private string TrimTwoLetterLangSegment(string path) FILE: VirtoCommerce.Storefront/Controllers/HomeController.cs class HomeController (line 6) | [StorefrontRoute] method Index (line 9) | [HttpGet] FILE: VirtoCommerce.Storefront/Controllers/SitemapController.cs class SitemapController (line 13) | [StorefrontRoute] method SitemapController (line 18) | public SitemapController(IWorkContextAccessor workContextAccessor, ISt... method GetSitemapIndex (line 31) | [HttpGet("sitemap.xml")] method GetSitemap (line 47) | [HttpGet("sitemap/{sitemapPath}")] method TryGetSitemapStream (line 59) | private async Task TryGetSitemapStream(string filePath) FILE: VirtoCommerce.Storefront/Controllers/StorefrontControllerBase.cs class StorefrontControllerBase (line 7) | public class StorefrontControllerBase : Controller method StorefrontControllerBase (line 13) | public StorefrontControllerBase(IWorkContextAccessor workContextAccess... method StoreFrontRedirect (line 19) | protected RedirectResult StoreFrontRedirect(string url) method StoreFrontRedirectPermanent (line 27) | protected RedirectResult StoreFrontRedirectPermanent(string url) FILE: VirtoCommerce.Storefront/DependencyInjection/ServiceCollectionExtension.cs class PollyPolicyName (line 32) | public static class PollyPolicyName class ServiceCollectionExtension (line 38) | public static class ServiceCollectionExtension method AddPlatformEnpointHttpClient (line 48) | private static IServiceCollection AddPlatformEnpointHttpClient(this IS... method AddAutoRestClient (line 70) | private static IServiceCollection AddAutoRestClient(th... method AddPlatformEndpoint (line 85) | public static void AddPlatformEndpoint(this IServiceCollection service... method AddFileSystemBlobContent (line 129) | public static void AddFileSystemBlobContent(this IServiceCollection se... method AddAzureBlobContent (line 138) | public static void AddAzureBlobContent(this IServiceCollection service... method AddLiquidViewEngine (line 147) | public static void AddLiquidViewEngine(this IServiceCollection service... method RegisterAssembliesEventHandlers (line 164) | public static void RegisterAssembliesEventHandlers(this IServiceCollec... method InvokeHandler (line 201) | private static void InvokeHandler(Type @interface, IHandlerRegistrar r... method IsCancellable (line 235) | private static bool IsCancellable(Type @interface) method ResolveMessageHandlerInterface (line 240) | private static IEnumerable ResolveMessageHandlerInterface(Type t... FILE: VirtoCommerce.Storefront/Domain/Common/AddressConverter.cs class AddressConverter (line 8) | public static class AddressConverter method ToAddress (line 10) | public static Address ToAddress(this coreDto.Address addressDto) method ToCoreAddressDto (line 37) | public static coreDto.Address ToCoreAddressDto(this Address address) method ToWebModel (line 66) | public static Address ToWebModel(this Address address, Country[] count... method CopyFrom (line 74) | public static Address CopyFrom(this Address result, Address address, C... FILE: VirtoCommerce.Storefront/Domain/Common/ContactUsFormConverter.cs class ContactUsFormConverter (line 7) | public static class ContactUsFormConverter method ToServiceModel (line 9) | public static SendDynamicNotificationRequest ToServiceModel(this Conta... FILE: VirtoCommerce.Storefront/Domain/Common/CurrencyConverter.cs class CurrencyConverter (line 7) | public static class CurrencyConverter method ToCurrency (line 9) | public static Currency ToCurrency(this coreDto.Currency currency, Lang... FILE: VirtoCommerce.Storefront/Domain/Common/DynamicPropertyConverter.cs class DynamicPropertyConverter (line 9) | public static class DynamicPropertyConverter method ToDynamicProperty (line 11) | public static DynamicProperty ToDynamicProperty(this platformDto.Dynam... method ToDynamicPropertyDto (line 53) | public static platformDto.DynamicObjectProperty ToDynamicPropertyDto(t... method ToDictItem (line 76) | private static DynamicPropertyDictionaryItem ToDictItem(this platformD... method ToLocalizedString (line 89) | private static LocalizedString ToLocalizedString(this platformDto.Dyna... method ToPropertyValueDto (line 94) | private static platformDto.DynamicPropertyObjectValue ToPropertyValueD... method ToPropertyValueDto (line 100) | private static platformDto.DynamicPropertyObjectValue ToPropertyValueD... FILE: VirtoCommerce.Storefront/Domain/Common/NotificationConverter.cs class NotificationConverter (line 7) | public static class NotificationConverter method ToNotificationDto (line 9) | public static NotificationRequest ToNotificationDto(this NotificationB... FILE: VirtoCommerce.Storefront/Domain/Common/SeoInfoConverter.cs class SeoInfoConverter (line 6) | public static class SeoInfoConverter method ToSeoInfo (line 8) | public static SeoInfo ToSeoInfo(this coreDto.SeoInfo seoDto) FILE: VirtoCommerce.Storefront/Domain/Common/SettingConverter.cs class SettingConverter (line 7) | public static class SettingConverter method ToSettingEntry (line 9) | public static SettingEntry ToSettingEntry(this platformDto.ObjectSetti... FILE: VirtoCommerce.Storefront/Domain/Common/ToolsConverter.cs class ToolsConverter (line 9) | public static class ToolsConverter method ToToolsContext (line 11) | public static toolsDto.UrlBuilderContext ToToolsContext(this WorkConte... method ToToolsStore (line 22) | public static toolsDto.Store ToToolsStore(this Store store) method ToToolsSeoLinksType (line 43) | public static toolsDto.SeoLinksType ToToolsSeoLinksType(this SeoLinksT... FILE: VirtoCommerce.Storefront/Domain/ContentBlobProviders/AzureBlobContentOptions.cs class AzureBlobContentOptions (line 6) | public class AzureBlobContentOptions FILE: VirtoCommerce.Storefront/Domain/ContentBlobProviders/AzureBlobContentProvider.cs class AzureBlobContentProvider (line 20) | public class AzureBlobContentProvider : IContentBlobProvider method AzureBlobContentProvider (line 28) | public AzureBlobContentProvider(IOptions opti... method OpenRead (line 48) | public virtual Stream OpenRead(string path) method OpenReadAsync (line 53) | public virtual Task OpenReadAsync(string path) method OpenReadInternalAsync (line 64) | protected virtual async Task OpenReadInternalAsync(string path) method OpenWrite (line 91) | public virtual Stream OpenWrite(string path) method OpenWriteAsync (line 96) | public virtual async Task OpenWriteAsync(string path) method PathExists (line 110) | public virtual bool PathExists(string path) method PathExistsAsync (line 115) | public virtual async Task PathExistsAsync(string path) method Search (line 160) | public virtual IEnumerable Search(string path, string searchPa... method SearchAsync (line 165) | public virtual async Task> SearchAsync(string path... method Watch (line 220) | public virtual IChangeToken Watch(string path) method GetCloudBlobDirectory (line 226) | protected virtual CloudBlobDirectory GetCloudBlobDirectory(string path) method NormalizePath (line 236) | protected virtual string NormalizePath(string path) method GetRelativeUrl (line 241) | protected virtual string GetRelativeUrl(string url) method GetAbsoluteUrl (line 247) | protected virtual string GetAbsoluteUrl(string path) FILE: VirtoCommerce.Storefront/Domain/ContentBlobProviders/BlobConnectionString.cs class BlobConnectionString (line 11) | public class BlobConnectionString method BlobConnectionString (line 13) | private BlobConnectionString() method Parse (line 23) | public static BlobConnectionString Parse(string inputString) method ToDictionary (line 44) | private static Dictionary ToDictionary(string sourceSt... method ToString (line 51) | public static string ToString(IEnumerable... FILE: VirtoCommerce.Storefront/Domain/ContentBlobProviders/ContentBlobCacheRegion.cs class ContentBlobCacheRegion (line 5) | public class ContentBlobCacheRegion : CancellableCacheRegion Search(string path, string searchPa... method Watch (line 117) | public virtual IChangeToken Watch(string path) method GetRelativePath (line 128) | protected virtual string GetRelativePath(string path) method NormalizePath (line 133) | protected virtual string NormalizePath(string path) FILE: VirtoCommerce.Storefront/Domain/Countries/CountriesWorkContextBuilderExtensions.cs class CountriesWorkContextBuilderExtensions (line 8) | public static class CountriesWorkContextBuilderExtensions method WithCountriesAsync (line 10) | public static Task WithCountriesAsync(this IWorkContextBuilder builder... method WithCountriesAsync (line 16) | public static async Task WithCountriesAsync(this IWorkContextBuilder b... FILE: VirtoCommerce.Storefront/Domain/Countries/FileSystemCountriesOptions.cs class FileSystemCountriesOptions (line 3) | public class FileSystemCountriesOptions FILE: VirtoCommerce.Storefront/Domain/Countries/FileSystemCountriesService.cs class FileSystemCountriesService (line 16) | public class FileSystemCountriesService : ICountriesService method FileSystemCountriesService (line 20) | public FileSystemCountriesService(IStorefrontMemoryCache cacheManager,... method GetCountriesAsync (line 26) | public async Task> GetCountriesAsync() method ParseCountry (line 53) | protected static Country ParseCountry(KeyValuePair pair) FILE: VirtoCommerce.Storefront/Domain/CurrencyService.cs class CurrencyService (line 13) | public class CurrencyService : ICurrencyService method CurrencyService (line 19) | public CurrencyService(ICommerce commerceApi, IStorefrontMemoryCache m... method GetAllCurrenciesAsync (line 26) | public async Task GetAllCurrenciesAsync(Language language) FILE: VirtoCommerce.Storefront/Domain/Customer/CutomerCacheRegion.cs class CustomerCacheRegion (line 7) | public class CustomerCacheRegion : CancellableCacheRegion method SecurityEventsHandler (line 11) | public SecurityEventsHandler(IMemberService memberService) method Handle (line 18) | public async Task Handle(UserDeletedEvent message) FILE: VirtoCommerce.Storefront/Domain/Customer/MemberConverter.cs class MemberConverter (line 16) | public static partial class MemberConverter method ToDynamicProperty (line 18) | public static DynamicProperty ToDynamicProperty(this customerDto.Dynam... method ToCustomerDynamicPropertyDto (line 24) | public static customerDto.DynamicObjectProperty ToCustomerDynamicPrope... method ToAddress (line 29) | public static Address ToAddress(this customerDto.CustomerAddress addre... method ToCustomerAddressDto (line 34) | public static customerDto.CustomerAddress ToCustomerAddressDto(this Ad... method ToContact (line 39) | public static Contact ToContact(this UserRegistration userRegistration) method ToContact (line 65) | public static Contact ToContact(this customerDto.Contact contactDto) method ToOrganization (line 123) | public static Organization ToOrganization(this OrganizationRegistratio... method ToOrganization (line 136) | public static Organization ToOrganization(this customerDto.Organizatio... method ToContactDto (line 170) | public static customerDto.Contact ToContactDto(this Contact customer) method ToOrganizationDto (line 243) | public static customerDto.Organization ToOrganizationDto(this Organiza... method ToCoreContactDto (line 280) | public static customerDto.Contact ToCoreContactDto(this Contact contact) FILE: VirtoCommerce.Storefront/Domain/Customer/MemberService.cs class MemberService (line 19) | public class MemberService : IMemberService method MemberService (line 25) | public MemberService(ICustomerModule customerApi, IStorefrontMemoryCac... method GetContactByIdAsync (line 33) | public virtual Task GetContactByIdAsync(string contactId) method GetContactByIdInternalAsync (line 43) | protected virtual async Task GetContactByIdInternalAsync(stri... method CreateContactAsync (line 74) | public virtual async Task CreateContactAsync(Contact contact) method DeleteContactAsync (line 82) | public virtual async Task DeleteContactAsync(string contactId) method UpdateContactAsync (line 90) | public virtual async Task UpdateContactAsync(Contact contact) method UpdateContactAddressesAsync (line 97) | public virtual async Task UpdateContactAddressesAsync(string contactId... method GetOrganizationByIdAsync (line 110) | public async Task GetOrganizationByIdAsync(string organi... method CreateOrganizationAsync (line 154) | public async Task CreateOrganizationAsync(Organization o... method UpdateOrganizationAsync (line 161) | public async Task UpdateOrganizationAsync(Organization organization) method SearchOrganizationContacts (line 168) | public IPagedList SearchOrganizationContacts(OrganizationCont... method SearchOrganizationContactsAsync (line 173) | public async Task> SearchOrganizationContactsAsync... FILE: VirtoCommerce.Storefront/Domain/IWorkContextBuilder.cs type IWorkContextBuilder (line 6) | public interface IWorkContextBuilder FILE: VirtoCommerce.Storefront/Domain/Security/AnonymousUserForStoreAuthorizationRequirement.cs class AnonymousUserForStoreAuthorizationRequirement (line 7) | public class AnonymousUserForStoreAuthorizationRequirement : IAuthorizat... class AnonymousUserForStoreAuthorizationHandler (line 12) | public class AnonymousUserForStoreAuthorizationHandler : AuthorizationHa... method AnonymousUserForStoreAuthorizationHandler (line 16) | public AnonymousUserForStoreAuthorizationHandler(IWorkContextAccessor ... method HandleRequirementAsync (line 21) | protected override Task HandleRequirementAsync(AuthorizationHandlerCon... FILE: VirtoCommerce.Storefront/Domain/Security/CanEditOrganizationResourceAuthorizationHandler.cs class CanEditOrganizationResourceAuthorizeRequirement (line 8) | public class CanEditOrganizationResourceAuthorizeRequirement : IAuthoriz... class CanEditOrganizationResourceAuthorizationHandler (line 13) | public class CanEditOrganizationResourceAuthorizationHandler : Authoriza... method CanEditOrganizationResourceAuthorizationHandler (line 16) | public CanEditOrganizationResourceAuthorizationHandler(IWorkContextAcc... method HandleRequirementAsync (line 21) | protected override Task HandleRequirementAsync(AuthorizationHandlerCon... FILE: VirtoCommerce.Storefront/Domain/Security/CanImpersonateAuthorizationHandler.cs class CanImpersonateAuthorizationRequirement (line 8) | public class CanImpersonateAuthorizationRequirement : IAuthorizationRequ... class CanImpersonateAuthorizationHandler (line 12) | public class CanImpersonateAuthorizationHandler : AuthorizationHandler method CustomSignInManager (line 14) | public CustomSignInManager(UserManager userManager, IHttpContext... method PreSignInCheck (line 19) | protected override async Task PreSignInCheck(User user) FILE: VirtoCommerce.Storefront/Domain/Security/CustomUserManager.cs class CustomUserManager (line 14) | public class CustomUserManager : AspNetUserManager method CustomUserManager (line 18) | public CustomUserManager(IUserStore userStore, IOptions GetUserAsync(ClaimsPrincipal principal) method ResetPasswordAsync (line 51) | public override async Task GenerateChangeEmailTokenAsync(User ... method GenerateEmailConfirmationTokenAsync (line 71) | public override async Task GenerateEmailConfirmationTokenAsync... method GeneratePasswordResetTokenAsync (line 76) | public override async Task GeneratePasswordResetTokenAsync(Use... method GenerateUserTokenAsync (line 81) | public override async Task GenerateUserTokenAsync(User user, s... method VerifyUserTokenAsync (line 86) | public override async Task VerifyUserTokenAsync(User user, strin... FILE: VirtoCommerce.Storefront/Domain/Security/Notifications/ChangePhoneNumberSmsNotification.cs class ChangePhoneNumberSmsNotification (line 7) | public class ChangePhoneNumberSmsNotification : SmsNotificationBase method ChangePhoneNumberSmsNotification (line 9) | public ChangePhoneNumberSmsNotification(string storeId, Language langu... method GetNotificationParameters (line 16) | public override IEnumerable> GetNotificat... FILE: VirtoCommerce.Storefront/Domain/Security/Notifications/EmailConfirmationNotification.cs class EmailConfirmationNotification (line 8) | public class EmailConfirmationNotification : EmailNotificationBase method EmailConfirmationNotification (line 10) | public EmailConfirmationNotification(string storeId, Language language) method GetNotificationParameters (line 17) | public override IEnumerable> GetNotificat... FILE: VirtoCommerce.Storefront/Domain/Security/Notifications/RegistrationEmailNotification.cs class RegistrationEmailNotification (line 8) | public class RegistrationEmailNotification : EmailNotificationBase method RegistrationEmailNotification (line 10) | public RegistrationEmailNotification(string storeId, Language language) method GetNotificationParameters (line 18) | public override IEnumerable> GetNotificat... FILE: VirtoCommerce.Storefront/Domain/Security/Notifications/RegistrationInvitationNotification.cs class RegistrationInvitationNotification (line 8) | public class RegistrationInvitationNotification : EmailNotificationBase method RegistrationInvitationNotification (line 10) | public RegistrationInvitationNotification(string storeId, Language lan... method GetNotificationParameters (line 17) | public override IEnumerable> GetNotificat... FILE: VirtoCommerce.Storefront/Domain/Security/Notifications/RemindUserNameNotification.cs class RemindUserNameNotification (line 8) | public class RemindUserNameNotification : EmailNotificationBase method RemindUserNameNotification (line 10) | public RemindUserNameNotification(string storeId, Language language) method GetNotificationParameters (line 18) | public override IEnumerable> GetNotificat... FILE: VirtoCommerce.Storefront/Domain/Security/Notifications/ResetPasswordEmailNotification.cs class ResetPasswordEmailNotification (line 8) | public class ResetPasswordEmailNotification : EmailNotificationBase method ResetPasswordEmailNotification (line 10) | public ResetPasswordEmailNotification(string storeId, Language language) method GetNotificationParameters (line 17) | public override IEnumerable> GetNotificat... FILE: VirtoCommerce.Storefront/Domain/Security/Notifications/ResetPasswordSmsNotification.cs class ResetPasswordSmsNotification (line 7) | public class ResetPasswordSmsNotification : SmsNotificationBase method ResetPasswordSmsNotification (line 9) | public ResetPasswordSmsNotification(string storeId, Language language) method GetNotificationParameters (line 16) | public override IEnumerable> GetNotificat... FILE: VirtoCommerce.Storefront/Domain/Security/Notifications/TwoFactorEmailNotification.cs class TwoFactorEmailNotification (line 7) | public class TwoFactorEmailNotification : EmailNotificationBase method TwoFactorEmailNotification (line 9) | public TwoFactorEmailNotification(string storeId, Language language) method GetNotificationParameters (line 16) | public override IEnumerable> GetNotificat... FILE: VirtoCommerce.Storefront/Domain/Security/Notifications/TwoFactorSmsNotification.cs class TwoFactorSmsNotification (line 7) | public class TwoFactorSmsNotification : SmsNotificationBase method TwoFactorSmsNotification (line 9) | public TwoFactorSmsNotification(string storeId, Language language) method GetNotificationParameters (line 16) | public override IEnumerable> GetNotificat... FILE: VirtoCommerce.Storefront/Domain/Security/OnlyRegisteredUserAuthorizationHandler.cs class OnlyRegisteredUserAuthorizationRequirement (line 7) | public class OnlyRegisteredUserAuthorizationRequirement : IAuthorization... class OnlyRegisteredUserAuthorizationHandler (line 14) | public class OnlyRegisteredUserAuthorizationHandler : AuthorizationHandl... method OnlyRegisteredUserAuthorizationHandler (line 17) | public OnlyRegisteredUserAuthorizationHandler(IWorkContextAccessor wor... method HandleRequirementAsync (line 22) | protected override Task HandleRequirementAsync(AuthorizationHandlerCon... FILE: VirtoCommerce.Storefront/Domain/Security/PermissionAuthorizationHandler.cs class PermissionAuthorizationHandler (line 7) | public class PermissionAuthorizationHandler : AuthorizationHandler GetPolicyAsync(string ... method GetDynamicAuthorizationPoliciesFromPlatformPermissions (line 41) | private async Task> GetDynamic... FILE: VirtoCommerce.Storefront/Domain/Security/PermissionAuthorizationRequirement.cs class PermissionAuthorizationRequirement (line 5) | public class PermissionAuthorizationRequirement : IAuthorizationRequirement FILE: VirtoCommerce.Storefront/Domain/Security/PollingApiUserChangeToken.cs class PollingApiUserChangeToken (line 11) | public sealed class PollingApiUserChangeToken : IChangeToken method PollingApiUserChangeToken (line 20) | public PollingApiUserChangeToken(ISecurity platformSecurityApi, TimeSp... method UpdatePreviousChangeTimeUtcStatic (line 26) | public static void UpdatePreviousChangeTimeUtcStatic(DateTime currentT... method UpdateLastCheckedTimeUtcStatic (line 31) | public static void UpdateLastCheckedTimeUtcStatic(DateTime currentTime) method RegisterChangeCallback (line 95) | public IDisposable RegisterChangeCallback(Action callback, obj... FILE: VirtoCommerce.Storefront/Domain/Security/SecurityCacheRegion.cs class SecurityCacheRegion (line 7) | public class SecurityCacheRegion : CancellableCacheRegion CreateAsync(User user, CancellationT... method CreateAsync (line 75) | public async Task CreateAsync(Role role, CancellationT... method DeleteAsync (line 80) | public async Task DeleteAsync(User user, CancellationT... method DeleteAsync (line 88) | public Task DeleteAsync(Role role, CancellationToken c... method UpdateAsync (line 93) | public async Task UpdateAsync(Role role, CancellationT... method FindByIdAsync (line 98) | public async Task FindByIdAsync(string userId, CancellationToken... method FindByNameAsync (line 117) | public async Task FindByNameAsync(string normalizedUserName, Can... method GetNormalizedUserNameAsync (line 136) | public Task GetNormalizedUserNameAsync(User user, Cancellation... method GetUserIdAsync (line 141) | public Task GetUserIdAsync(User user, CancellationToken cancel... method GetUserNameAsync (line 146) | public Task GetUserNameAsync(User user, CancellationToken canc... method SetNormalizedUserNameAsync (line 151) | public Task SetNormalizedUserNameAsync(User user, string normalizedNam... method SetUserNameAsync (line 157) | public Task SetUserNameAsync(User user, string userName, CancellationT... method UpdateAsync (line 163) | public async Task UpdateAsync(User user, CancellationT... method GetAccessFailedCountAsync (line 189) | public Task GetAccessFailedCountAsync(User user, CancellationToke... method GetLockoutEnabledAsync (line 194) | public Task GetLockoutEnabledAsync(User user, CancellationToken ... method GetLockoutEndDateAsync (line 199) | public Task GetLockoutEndDateAsync(User user, Cancell... method IncrementAccessFailedCountAsync (line 204) | public Task IncrementAccessFailedCountAsync(User user, Cancellati... method ResetAccessFailedCountAsync (line 210) | public Task ResetAccessFailedCountAsync(User user, CancellationToken c... method SetLockoutEnabledAsync (line 216) | public Task SetLockoutEnabledAsync(User user, bool enabled, Cancellati... method SetLockoutEndDateAsync (line 222) | public Task SetLockoutEndDateAsync(User user, DateTimeOffset? lockoutE... method FindByEmailAsync (line 232) | public async Task FindByEmailAsync(string normalizedEmail, Cance... method GetEmailAsync (line 251) | public Task GetEmailAsync(User user, CancellationToken cancell... method GetEmailConfirmedAsync (line 256) | public Task GetEmailConfirmedAsync(User user, CancellationToken ... method GetNormalizedEmailAsync (line 261) | public Task GetNormalizedEmailAsync(User user, CancellationTok... method SetEmailAsync (line 266) | public Task SetEmailAsync(User user, string email, CancellationToken c... method SetEmailConfirmedAsync (line 272) | public Task SetEmailConfirmedAsync(User user, bool confirmed, Cancella... method SetNormalizedEmailAsync (line 278) | public Task SetNormalizedEmailAsync(User user, string normalizedEmail,... method AddLoginAsync (line 288) | public Task AddLoginAsync(User user, UserLoginInfo login, Cancellation... method FindByLoginAsync (line 299) | public async Task FindByLoginAsync(string loginProvider, string ... method GetLoginsAsync (line 319) | public Task> GetLoginsAsync(User user, Cancellati... method RemoveLoginAsync (line 325) | public Task RemoveLoginAsync(User user, string loginProvider, string p... method GetPasswordHashAsync (line 340) | public Task GetPasswordHashAsync(User user, CancellationToken ... method HasPasswordAsync (line 345) | public Task HasPasswordAsync(User user, CancellationToken cancel... method SetPasswordHashAsync (line 350) | public Task SetPasswordHashAsync(User user, string passwordHash, Cance... method SetSecurityStampAsync (line 360) | public Task SetSecurityStampAsync(User user, string stamp, Cancellatio... method GetSecurityStampAsync (line 366) | public Task GetSecurityStampAsync(User user, CancellationToken... method SetPhoneNumberAsync (line 375) | public Task SetPhoneNumberAsync(User user, string phoneNumber, Cancell... method GetPhoneNumberAsync (line 381) | public Task GetPhoneNumberAsync(User user, CancellationToken c... method GetPhoneNumberConfirmedAsync (line 386) | public Task GetPhoneNumberConfirmedAsync(User user, Cancellation... method SetPhoneNumberConfirmedAsync (line 391) | public Task SetPhoneNumberConfirmedAsync(User user, bool confirmed, Ca... method SetTwoFactorEnabledAsync (line 399) | public Task SetTwoFactorEnabledAsync(User user, bool enabled, Cancella... method GetTwoFactorEnabledAsync (line 405) | public Task GetTwoFactorEnabledAsync(User user, CancellationToke... method GetClaimsAsync (line 412) | public Task> GetClaimsAsync(User user, CancellationToken ... method AddClaimsAsync (line 455) | public Task AddClaimsAsync(User user, IEnumerable claims, Cance... method ReplaceClaimAsync (line 460) | public Task ReplaceClaimAsync(User user, Claim claim, Claim newClaim, ... method RemoveClaimsAsync (line 465) | public Task RemoveClaimsAsync(User user, IEnumerable claims, Ca... method GetUsersForClaimAsync (line 470) | public Task> GetUsersForClaimAsync(Claim claim, Cancellati... method GetRoleIdAsync (line 480) | public Task GetRoleIdAsync(Role role, CancellationToken cancel... method GetRoleNameAsync (line 485) | public Task GetRoleNameAsync(Role role, CancellationToken canc... method SetRoleNameAsync (line 490) | public Task SetRoleNameAsync(Role role, string roleName, CancellationT... method GetNormalizedRoleNameAsync (line 496) | public Task GetNormalizedRoleNameAsync(Role role, Cancellation... method SetNormalizedRoleNameAsync (line 501) | public Task SetNormalizedRoleNameAsync(Role role, string normalizedNam... method FindByIdAsync (line 507) | async Task IRoleStore.FindByIdAsync(string roleId, Cancell... method FindByNameAsync (line 513) | Task IRoleStore.FindByNameAsync(string normalizedRoleName,... method SetAuthenticatorKeyAsync (line 522) | public Task SetAuthenticatorKeyAsync(User user, string key, Cancellati... method GetAuthenticatorKeyAsync (line 528) | public Task GetAuthenticatorKeyAsync(User user, CancellationTo... method Dispose (line 535) | public void Dispose() method PrepareUserResultAsync (line 541) | private Task PrepareUserResultAsync(MemoryCacheEntryOptions opti... method SaveAsync (line 554) | private async Task SaveAsync(Role role, CancellationTo... FILE: VirtoCommerce.Storefront/Domain/SeoInfoService.cs class SeoInfoService (line 13) | public class SeoInfoService : ISeoInfoService method SeoInfoService (line 17) | public SeoInfoService(ICommerce coreModuleApi) method GetSeoInfosBySlug (line 22) | public async Task GetSeoInfosBySlug(string slug) method GetBestMatchingSeoInfos (line 29) | public async Task GetBestMatchingSeoInfos(string slug, Stor... method GetContentItem (line 36) | public ContentItem GetContentItem(string slug, WorkContext context) FILE: VirtoCommerce.Storefront/Domain/SpaRouteService.cs class SpaRouteService (line 15) | public class SpaRouteService : ISpaRouteService method SpaRouteService (line 21) | public SpaRouteService( method IsSpaRoute (line 31) | public virtual async Task IsSpaRoute(string route) method GetSpaRoutes (line 56) | protected virtual async Task> GetSpaRoutes() FILE: VirtoCommerce.Storefront/Domain/StaticContent/LinkListConverter.cs class LinkListConverter (line 10) | public static partial class LinkListConverter method ToMenuLinkList (line 12) | public static MenuLinkList ToMenuLinkList(this contentDto.MenuLinkList... method ToMenuLink (line 32) | public static MenuLink ToMenuLink(this contentDto.MenuLink menuLinkDto) FILE: VirtoCommerce.Storefront/Domain/StaticContent/LinkListServiceImpl.cs class MenuLinkListServiceImpl (line 17) | public class MenuLinkListServiceImpl : IMenuLinkListService method MenuLinkListServiceImpl (line 22) | public MenuLinkListServiceImpl(IMenu cmsApi, IStorefrontMemoryCache me... method LoadAllStoreLinkLists (line 28) | public IList LoadAllStoreLinkLists(Store store, Language... method LoadAllStoreLinkListsAsync (line 33) | public Task> LoadAllStoreLinkListsAsync(Store stor... method LoadAllStoreLinkListsInternalAsync (line 43) | public async Task> LoadAllStoreLinkListsInternalAs... FILE: VirtoCommerce.Storefront/Domain/StaticContent/MarkdownContentLoader.cs class MarkdownContentLoader (line 5) | public class MarkdownContentLoader : StaticContentLoader method MarkdownContentLoader (line 9) | public MarkdownContentLoader(MarkdownPipeline markdownPipeline) method PrepareContent (line 14) | public override string PrepareContent(string content) FILE: VirtoCommerce.Storefront/Domain/StaticContent/PageBuilderContentLoader.cs class PageBuilderContentLoader (line 9) | public class PageBuilderContentLoader : IStaticContentLoader method PrepareContent (line 11) | public string PrepareContent(string content) method ReadMetaData (line 16) | public void ReadMetaData(string content, IDictionary GetYamlNodeValues(YamlNode value) FILE: VirtoCommerce.Storefront/Domain/StaticContent/StaticContentLoaderFactory.cs class StaticContentLoaderFactory (line 8) | public class StaticContentLoaderFactory : IStaticContentLoaderFactory method CreateLoader (line 10) | public IStaticContentLoader CreateLoader(ContentItem contentItem) FILE: VirtoCommerce.Storefront/Domain/StaticContent/StaticContentService.cs class StaticContentService (line 20) | public class StaticContentService : IStaticContentService method StaticContentService (line 28) | public StaticContentService(IStorefrontMemoryCache memoryCache, IStati... method LoadStoreStaticContent (line 39) | public IEnumerable LoadStoreStaticContent(Store store, st... method ReadContentInternal (line 63) | private ContentItem[] ReadContentInternal(string baseStoreContentPath) method LoadAndRenderContentItem (line 105) | private void LoadAndRenderContentItem(string contentPath, ContentItem ... method GetContentItemUrl (line 141) | private static string GetContentItemUrl(ContentItem item, string perma... class LocalizedBlobInfo (line 153) | private class LocalizedBlobInfo method LocalizedBlobInfo (line 155) | public LocalizedBlobInfo(string blobPath) FILE: VirtoCommerce.Storefront/Domain/StaticContent/StaticContentWorkContextBuilderExtensions.cs class StaticContentWorkContextBuilderExtensions (line 15) | public static class StaticContentWorkContextBuilderExtensions method WithMenuLinksAsync (line 17) | public static Task WithMenuLinksAsync(this IWorkContextBuilder builder... method WithMenuLinksAsync (line 23) | public static Task WithMenuLinksAsync(this IWorkContextBuilder builder... method WithPagesAsync (line 46) | public static Task WithPagesAsync(this IWorkContextBuilder builder, IM... method WithPagesAsync (line 52) | public static Task WithPagesAsync(this IWorkContextBuilder builder, St... method WithBlogsAsync (line 76) | public static Task WithBlogsAsync(this IWorkContextBuilder builder, IM... method WithBlogsAsync (line 82) | public static Task WithBlogsAsync(this IWorkContextBuilder builder, St... method WithTemplatesAsync (line 119) | public static Task WithTemplatesAsync(this IWorkContextBuilder builder... method WithTemplatesAsync (line 125) | public static Task WithTemplatesAsync(this IWorkContextBuilder builder... FILE: VirtoCommerce.Storefront/Domain/Stores/SelectCurrentCurrencyPolicy.cs class SelectCurrentCurrencyPolicy (line 12) | public static class SelectCurrentCurrencyPolicy method GetCurrentCurrency (line 14) | public static Currency GetCurrentCurrency(this HttpContext context, IE... FILE: VirtoCommerce.Storefront/Domain/Stores/SelectCurrentLanguagePolicy.cs class SelectCurrentLanguagePolicy (line 10) | public static class SelectCurrentLanguagePolicy method GetCurrentLanguage (line 12) | public static Language GetCurrentLanguage(this HttpContext context, St... FILE: VirtoCommerce.Storefront/Domain/Stores/SelectCurrentStorePolicy.cs class SelectCurrentStorePolicy (line 11) | public static class SelectCurrentStorePolicy method GetCurrentStore (line 13) | public static Store GetCurrentStore(this HttpContext context, IEnumera... FILE: VirtoCommerce.Storefront/Domain/Stores/StoreCacheRegion.cs class StoreCacheRegion (line 5) | public class StoreCacheRegion : CancellableCacheRegion FILE: VirtoCommerce.Storefront/Domain/Stores/StoreConverter.cs class StoreConverter (line 14) | public static partial class StoreConverter method ToSeoInfo (line 16) | public static SeoInfo ToSeoInfo(this storeDto.SeoInfo seoDto) method ToDynamicProperty (line 22) | public static DynamicProperty ToDynamicProperty(this storeDto.DynamicO... method ToStore (line 27) | public static Store ToStore(this storeDto.Store storeDto) FILE: VirtoCommerce.Storefront/Domain/Stores/StoreService.cs class StoreService (line 18) | public class StoreService : IStoreService method StoreService (line 25) | public StoreService(IStoreModule storeApi method GetAllStoresAsync (line 35) | public async Task GetAllStoresAsync() method GetStoreByIdAsync (line 48) | public async Task GetStoreByIdAsync(string id, Currency currenc... method ConvertStoreAndLoadDependeciesAsync (line 61) | protected virtual Task ConvertStoreAndLoadDependeciesAsync(Stor... FILE: VirtoCommerce.Storefront/Domain/Stores/StoreWorkContextBuilderExtensions.cs class StoreWorkContextBuilderExtensions (line 14) | public static class StoreWorkContextBuilderExtensions method WithStoresAsync (line 16) | public static Task WithStoresAsync(this IWorkContextBuilder builder, I... method WithStoresAsync (line 49) | public static async Task WithStoresAsync(this IWorkContextBuilder buil... method WithCurrenciesAsync (line 64) | public static Task WithCurrenciesAsync(this IWorkContextBuilder builde... method WithCurrenciesAsync (line 77) | public static Task WithCurrenciesAsync(this IWorkContextBuilder builde... method WithCurrenciesInternalAsync (line 87) | private static async Task WithCurrenciesInternalAsync(this IWorkContex... FILE: VirtoCommerce.Storefront/Domain/WorkContextAccessor.cs class WorkContextAccessor (line 6) | public class WorkContextAccessor : IWorkContextAccessor method WorkContextAccessor (line 10) | public WorkContextAccessor(IHttpContextAccessor httpContextAccessor) FILE: VirtoCommerce.Storefront/Domain/WorkContextBuilder.cs class WorkContextBuilder (line 10) | public partial class WorkContextBuilder : IWorkContextBuilder method WorkContextBuilder (line 12) | public WorkContextBuilder(HttpContext httpContext, StorefrontOptions o... FILE: VirtoCommerce.Storefront/Extensions/ClaimsPrincipalExtensions.cs class ClaimsPrincipalExtensions (line 5) | public static class ClaimsPrincipalExtensions method FindFirstValue (line 7) | public static string FindFirstValue(this ClaimsPrincipal principal, st... FILE: VirtoCommerce.Storefront/Extensions/HostingEnviromentExtension.cs class HostingEnviromentExtension (line 6) | public static class HostingEnviromentExtension method MapPath (line 8) | public static string MapPath(this IWebHostEnvironment hostEnv, string ... FILE: VirtoCommerce.Storefront/Extensions/ObjectExtensions.cs class ObjectExtensions (line 5) | public static class ObjectExtensions method JsonClone (line 7) | public static T JsonClone(this T source) method JsonConvert (line 14) | public static T JsonConvert(this object source) FILE: VirtoCommerce.Storefront/Extensions/PathStringExtensions.cs class PathStringExtensions (line 9) | public static class PathStringExtensions method GetStoreAndLangSegment (line 15) | public static PathString GetStoreAndLangSegment(this PathString path) method IsApi (line 21) | public static bool IsApi(this PathString path) method TrimStoreAndLangSegment (line 26) | public static PathString TrimStoreAndLangSegment(this PathString path,... method AddStoreAndLangSegment (line 43) | public static PathString AddStoreAndLangSegment(this PathString path, ... method TrimStorePath (line 73) | public static PathString TrimStorePath(this PathString path, Store store) method ToAbsolutePath (line 98) | public static PathString ToAbsolutePath(this string path) FILE: VirtoCommerce.Storefront/Extensions/QueryCollectionExtensions.cs class QueryCollectionExtensions (line 7) | public static class QueryCollectionExtensions method ToNameValueCollection (line 9) | public static NameValueCollection ToNameValueCollection(this IQueryCol... FILE: VirtoCommerce.Storefront/Extensions/SeoExtensions.cs class SeoExtensions (line 13) | public static class SeoExtensions method GetSeoPath (line 24) | public static string GetSeoPath(this IEnumerable o... method GetBestMatchingSeoInfos (line 40) | public static IList GetBestMatchingSeoInfos(this IEnu... method GetBestMatchingSeoInfos (line 58) | public static IList GetBestMatchingSeoInfos(this IEnu... FILE: VirtoCommerce.Storefront/Filters/AngularAntiforgeryCookieResultFilterAttribute.cs class AngularAntiforgeryCookieResultFilterAttribute (line 14) | public class AngularAntiforgeryCookieResultFilterAttribute : ResultFilte... method AngularAntiforgeryCookieResultFilterAttribute (line 17) | public AngularAntiforgeryCookieResultFilterAttribute(IAntiforgery anti... method OnResultExecuting (line 22) | public override void OnResultExecuting(ResultExecutingContext context) FILE: VirtoCommerce.Storefront/Filters/AnonymousUserForStoreAuthorizationFilter.cs class AnonymousUserForStoreAuthorizationFilter (line 18) | public class AnonymousUserForStoreAuthorizationFilter : IAsyncAuthorizat... method AnonymousUserForStoreAuthorizationFilter (line 22) | public AnonymousUserForStoreAuthorizationFilter(IAuthorizationPolicyPr... method OnAuthorizationAsync (line 27) | public Task OnAuthorizationAsync(AuthorizationFilterContext context) method OnAuthorizationInternalAsync (line 37) | protected async Task OnAuthorizationInternalAsync(AuthorizationFilterC... FILE: VirtoCommerce.Storefront/Infrastructure/ApiAuthMode.cs type ApiAuthMode (line 3) | public enum ApiAuthMode FILE: VirtoCommerce.Storefront/Infrastructure/ApiChangesWatcher.cs class ApiChangesWatcher (line 7) | public class ApiChangesWatcher : IApiChangesWatcher method ApiChangesWatcher (line 12) | public ApiChangesWatcher(IChangeLog cacheApi, IOptions optio... method AddAuthenticationAsync (line 24) | protected override Task AddAuthenticationAsync(HttpRequestMessage requ... FILE: VirtoCommerce.Storefront/Infrastructure/Autorest/AuthenticationHandlerFactory.cs class AuthenticationHandlerFactory (line 8) | public class AuthenticationHandlerFactory method AuthenticationHandlerFactory (line 13) | public AuthenticationHandlerFactory(IServiceProvider serviceProvider, ... method CreateAuthHandler (line 19) | public DelegatingHandler CreateAuthHandler() FILE: VirtoCommerce.Storefront/Infrastructure/Autorest/BaseAuthHandler.cs class BaseAuthHandler (line 12) | public abstract class BaseAuthHandler : DelegatingHandler method BaseAuthHandler (line 17) | protected BaseAuthHandler(IWorkContextAccessor workContextAccessor, IH... method SendAsync (line 29) | protected override async Task SendAsync(HttpReque... method AddCurrentUser (line 41) | protected void AddCurrentUser(HttpRequestMessage request) method AddUserIp (line 81) | protected void AddUserIp(HttpRequestMessage request) method AddAuthenticationAsync (line 96) | protected abstract Task AddAuthenticationAsync(HttpRequestMessage requ... FILE: VirtoCommerce.Storefront/Infrastructure/Autorest/ClientCredentialsAuthHandler.cs class ClientCredentialsAuthHandler (line 21) | public class ClientCredentialsAuthHandler : BaseAuthHandler method ClientCredentialsAuthHandler (line 32) | public ClientCredentialsAuthHandler( method SendAsync (line 52) | protected override async Task SendAsync(HttpReque... method AddAuthenticationAsync (line 64) | protected override async Task AddAuthenticationAsync(HttpRequestMessag... method GetOrRenewTokenAsync (line 69) | private async Task GetOrRenewTokenAsync() FILE: VirtoCommerce.Storefront/Infrastructure/Autorest/EmptyServiceClientCredentials.cs class EmptyServiceClientCredentials (line 5) | public class EmptyServiceClientCredentials : ServiceClientCredentials method EmptyServiceClientCredentials (line 7) | public EmptyServiceClientCredentials() FILE: VirtoCommerce.Storefront/Infrastructure/Autorest/UserPasswordAuthHandler.cs class UserPasswordAuthHandler (line 20) | public class UserPasswordAuthHandler : BaseAuthHandler method UserPasswordAuthHandler (line 36) | public UserPasswordAuthHandler( method SendAsync (line 56) | protected override async Task SendAsync(HttpReque... method AddAuthenticationAsync (line 68) | protected override async Task AddAuthenticationAsync(HttpRequestMessag... method GetOrRenewTokenAsync (line 76) | private async Task GetOrRenewTokenAsync() FILE: VirtoCommerce.Storefront/Infrastructure/BlobChangeToken.cs class BlobChangeToken (line 18) | public class BlobChangeToken : IChangeToken method BlobChangeToken (line 31) | public BlobChangeToken(string blobName, CloudBlobContainer container, ... method UpdateLastCheckedTimeUtcStatic (line 41) | private static void UpdateLastCheckedTimeUtcStatic(DateTime currentTime) method GetLastModifiedUtc (line 85) | private DateTime GetLastModifiedUtc() method WildcardMatch (line 99) | private static bool WildcardMatch(string wildcard, string filename) method IsRegularFileName (line 106) | private bool IsRegularFileName(string pattern) method EvaluateBlobsModifiedDate (line 111) | private void EvaluateBlobsModifiedDate(CancellationToken cancellationT... method ListBlobs (line 134) | private async Task> ListBlobs() method RegisterChangeCallback (line 158) | public IDisposable RegisterChangeCallback(Action callback, obj... FILE: VirtoCommerce.Storefront/Infrastructure/BlobChangesWatcher.cs class BlobChangesWatcher (line 10) | public class BlobChangesWatcher : IBlobChangesWatcher method BlobChangesWatcher (line 15) | public BlobChangesWatcher(IOptions options) method CreateBlobChangeToken (line 26) | public IChangeToken CreateBlobChangeToken(string path) FILE: VirtoCommerce.Storefront/Infrastructure/Exceptions/NoStoresException.cs class NoStoresException (line 7) | [Serializable] method NoStoresException (line 10) | [Obsolete(DiagnosticId = "SYSLIB0051")] method NoStoresException (line 15) | public NoStoresException() : base("No stores defined", "NoStore") FILE: VirtoCommerce.Storefront/Infrastructure/Exceptions/NoThemeException.cs class NoThemeException (line 7) | [Serializable] method NoThemeException (line 10) | [Obsolete(DiagnosticId = "SYSLIB0051")] method NoThemeException (line 15) | public NoThemeException() : base("No theme defined", "NoTheme") FILE: VirtoCommerce.Storefront/Infrastructure/HealthCheck/PlatformConnectionHealthChecker.cs class PlatformConnectionHealthChecker (line 8) | public class PlatformConnectionHealthChecker : IHealthCheck method PlatformConnectionHealthChecker (line 12) | public PlatformConnectionHealthChecker(IStoreService storeService) method CheckHealthAsync (line 17) | public async Task CheckHealthAsync(HealthCheckConte... FILE: VirtoCommerce.Storefront/Infrastructure/HmacUtility.cs class HmacUtility (line 9) | public static class HmacUtility method ComputeHash (line 14) | public static string ComputeHash(Func hmacFactory, strin... method ComputeHash (line 21) | public static string ComputeHash(Func hmacFactory, byte[... method GetHashString (line 35) | public static string GetHashString(Func hmacFactory, str... method BuildDataString (line 42) | private static string BuildDataString(NameValuePair[] parameters) method ConvertBytesToHexString (line 78) | private static string ConvertBytesToHexString(byte[] bytes) method ConvertHexStringToBytes (line 90) | private static byte[] ConvertHexStringToBytes(string hexString) class NameValuePair (line 100) | public class NameValuePair method NameValuePair (line 105) | public NameValuePair(string name, string value) method ToString (line 111) | public override string ToString() class ApiRequestSignature (line 123) | public class ApiRequestSignature method ApiRequestSignature (line 130) | public ApiRequestSignature() method TryParse (line 136) | public static bool TryParse(string input, out ApiRequestSignature pars... method ToString (line 168) | public override string ToString() FILE: VirtoCommerce.Storefront/Infrastructure/IApiChangesWatcher.cs type IApiChangesWatcher (line 5) | public interface IApiChangesWatcher method CreateChangeToken (line 7) | IChangeToken CreateChangeToken(); FILE: VirtoCommerce.Storefront/Infrastructure/IBlobChangesWatcher.cs type IBlobChangesWatcher (line 5) | public interface IBlobChangesWatcher method CreateBlobChangeToken (line 7) | IChangeToken CreateBlobChangeToken(string path); FILE: VirtoCommerce.Storefront/Infrastructure/PlatformEndpointOptions.cs class PlatformEndpointOptions (line 5) | public class PlatformEndpointOptions FILE: VirtoCommerce.Storefront/Infrastructure/PollingApiChangeToken.cs class PollingApiChangeToken (line 9) | public class PollingApiChangeToken : IChangeToken method PollingApiChangeToken (line 18) | public PollingApiChangeToken(IChangeLog cacheApi, TimeSpan pollingInte... method UpdatePreviousChangeTimeUtcStatic (line 25) | public static void UpdatePreviousChangeTimeUtcStatic(DateTime currentT... method UpdateLastCheckedTimeUtcStatic (line 30) | public static void UpdateLastCheckedTimeUtcStatic(DateTime currentTime) method GetLastChangeTimeUtc (line 35) | private DateTime GetLastChangeTimeUtc() method RegisterChangeCallback (line 92) | public IDisposable RegisterChangeCallback(Action callback, obj... FILE: VirtoCommerce.Storefront/Infrastructure/RequireHttpsOptions.cs class RequireHttpsOptions (line 3) | public class RequireHttpsOptions FILE: VirtoCommerce.Storefront/Infrastructure/StorefrontOptions.cs class StorefrontOptions (line 8) | public class StorefrontOptions FILE: VirtoCommerce.Storefront/Infrastructure/StorefrontUrlBuilder.cs class StorefrontUrlBuilder (line 18) | public class StorefrontUrlBuilder : IStorefrontUrlBuilder method StorefrontUrlBuilder (line 27) | public StorefrontUrlBuilder(IUrlBuilder urlBuilder, IWorkContextAccess... method ToAppAbsolute (line 37) | public string ToAppAbsolute(string virtualPath) method ToAppAbsolute (line 43) | public string ToAppAbsolute(string virtualPath, Store store, Language ... method ToStoreAbsolute (line 54) | public string ToStoreAbsolute(string virtualPath, Store store = null, ... method ConvertPathToStoreAbsolutePathOrUrl (line 74) | private string ConvertPathToStoreAbsolutePathOrUrl(PathString path, St... method ConvertQueryUrlsToStoreAbsolutePaths (line 90) | private string ConvertQueryUrlsToStoreAbsolutePaths(string query, Stor... method ToAppRelative (line 110) | public string ToAppRelative(string virtualPath) method ToAppRelative (line 116) | public string ToAppRelative(string virtualPath, Store store, Language ... method ToLocalPath (line 124) | public string ToLocalPath(string virtualPath) FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/ApiExplorerApiControllersConvention.cs class ApiExplorerApiControllersConvention (line 6) | public class ApiExplorerApiControllersConvention : IControllerModelConve... method Apply (line 8) | public void Apply(ControllerModel controller) FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/ArrayInQueryParametersFilter.cs class ArrayInQueryParametersFilter (line 11) | public class ArrayInQueryParametersFilter : IOperationFilter method Apply (line 13) | public void Apply(OpenApiOperation operation, OperationFilterContext c... FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/AuthResponsesOperationFilter.cs class AuthResponsesOperationFilter (line 8) | public class AuthResponsesOperationFilter : IOperationFilter method Apply (line 10) | public void Apply(OpenApiOperation operation, OperationFilterContext c... FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/ConsumeFromBodyFilter.cs class ConsumeFromBodyFilter (line 10) | public class ConsumeFromBodyFilter : IOperationFilter method Apply (line 12) | public void Apply(OpenApiOperation operation, OperationFilterContext c... FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/EnumSchemaFilter.cs class EnumSchemaFilter (line 11) | public class EnumSchemaFilter : ISchemaFilter method Apply (line 13) | public void Apply(OpenApiSchema schema, SchemaFilterContext context) FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/FileResponseTypeFilter.cs class FileResponseTypeFilter (line 10) | public class FileResponseTypeFilter : IOperationFilter method Apply (line 12) | public void Apply(OpenApiOperation operation, OperationFilterContext c... method IsFileResponse (line 40) | private static bool IsFileResponse(OperationFilterContext context) FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/FileUploadOperationFilter.cs class FileUploadOperationFilter (line 10) | public class FileUploadOperationFilter : IOperationFilter method Apply (line 12) | public void Apply(OpenApiOperation operation, OperationFilterContext c... FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/NewtonsoftJsonIgnoreFilter.cs class NewtonsoftJsonIgnoreFilter (line 10) | public class NewtonsoftJsonIgnoreFilter : ISchemaFilter method Apply (line 12) | public void Apply(OpenApiSchema schema, SchemaFilterContext context) FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/OptionalParametersFilter.cs class OptionalParametersFilter (line 8) | public class OptionalParametersFilter : IOperationFilter method Apply (line 10) | public void Apply(OpenApiOperation operation, OperationFilterContext c... FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/SwaggerFileResponseAttribute.cs class SwaggerFileResponseAttribute (line 9) | [AttributeUsage(AttributeTargets.Method, Inherited = false)] FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/SwaggerOptionalAttribute.cs class SwaggerOptionalAttribute (line 5) | [AttributeUsage(AttributeTargets.Parameter, Inherited = false)] FILE: VirtoCommerce.Storefront/Infrastructure/Swagger/UploadFileAttribute.cs class UploadFileAttribute (line 8) | [AttributeUsage(AttributeTargets.Method)] FILE: VirtoCommerce.Storefront/Middleware/NoLiquidThemeMiddleware.cs class NoLiquidThemeMiddleware (line 10) | public class NoLiquidThemeMiddleware method NoLiquidThemeMiddleware (line 16) | public NoLiquidThemeMiddleware(RequestDelegate next, IWorkContextAcces... method Invoke (line 23) | public async Task Invoke(HttpContext context) FILE: VirtoCommerce.Storefront/Middleware/StoreMaintenanceMiddleware.cs class StoreMaintenanceMiddleware (line 8) | public class StoreMaintenanceMiddleware method StoreMaintenanceMiddleware (line 12) | public StoreMaintenanceMiddleware(RequestDelegate next, IWorkContextAc... method Invoke (line 18) | public async Task Invoke(HttpContext context) FILE: VirtoCommerce.Storefront/Middleware/WorkContextBuildMiddleware.cs class WorkContextBuildMiddleware (line 17) | public class WorkContextBuildMiddleware method WorkContextBuildMiddleware (line 25) | public WorkContextBuildMiddleware(RequestDelegate next, IWebHostEnviro... method Invoke (line 34) | public async Task Invoke(HttpContext context) FILE: VirtoCommerce.Storefront/Models/NoThemeViewModel.cs class NoThemeViewModel (line 5) | public class NoThemeViewModel method NoThemeViewModel (line 7) | public NoThemeViewModel() FILE: VirtoCommerce.Storefront/Models/ResetCacheModel.cs class ResetCacheEventModel (line 12) | public class ResetCacheEventModel class ResetCacheEventBodyModel (line 19) | public class ResetCacheEventBodyModel FILE: VirtoCommerce.Storefront/Program.cs class Program (line 8) | public static class Program method Main (line 10) | public static void Main(string[] args) method CreateWebHostBuilder (line 15) | public static IHostBuilder CreateWebHostBuilder(string[] args) => FILE: VirtoCommerce.Storefront/Routing/ISlugRouteService.cs type ISlugRouteService (line 6) | public interface ISlugRouteService method HandleSlugRequestAsync (line 8) | Task HandleSlugRequestAsync(string slugPath, WorkCo... FILE: VirtoCommerce.Storefront/Routing/MapStorefrontRouteBuilderExtension.cs class MapStorefrontRouteBuilderExtension (line 9) | public static class MapStorefrontRouteBuilderExtension method MapStorefrontRoute (line 11) | public static IRouteBuilder MapStorefrontRoute( method MapStorefrontRoute (line 19) | public static IRouteBuilder MapStorefrontRoute( method MapStorefrontRoute (line 29) | public static IRouteBuilder MapStorefrontRoute( method MapStorefrontRoute (line 40) | public static IRouteBuilder MapStorefrontRoute( method MapSlugRoute (line 69) | public static IRouteBuilder MapSlugRoute( FILE: VirtoCommerce.Storefront/Routing/RoutingCacheRegion.cs class RoutingCacheRegion (line 5) | public class RoutingCacheRegion : CancellableCacheRegion HandleSlugRequestAsync(st... method View (line 56) | protected virtual SlugRouteResponse View(SlugRoutingData routingData) method Redirect (line 72) | protected virtual SlugRouteResponse Redirect(SlugRoutingData entity) method FindEntityBySlugPath (line 81) | protected virtual async Task FindEntityBySlugPath(str... method FindPageBySeoPath (line 137) | protected virtual ContentItem FindPageBySeoPath(string seoPath, WorkCo... method GetAllSeoRecordsAsync (line 166) | protected virtual async Task> GetAllSeoRecordsA... method GetBestMatchingSeoRecords (line 184) | protected virtual IList GetBestMatchingSeoRecords(IEn... method LoadObjectsAndBuildFullSeoPaths (line 189) | protected virtual async Task LoadObjectsAndBuildFullSeoPaths(string ob... method GetFullSeoPathsAsync (line 203) | protected virtual async Task> GetFullSeoPa... method GetCategorySeoPathsAsync (line 223) | protected virtual async Task> GetCategoryS... method GetProductSeoPathsAsync (line 229) | protected virtual async Task> GetProductSe... FILE: VirtoCommerce.Storefront/Routing/StorefrontApiRouteAttribute.cs class StorefrontApiRouteAttribute (line 5) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited ... method StorefrontApiRouteAttribute (line 8) | public StorefrontApiRouteAttribute() method StorefrontApiRouteAttribute (line 13) | public StorefrontApiRouteAttribute(string template) FILE: VirtoCommerce.Storefront/Routing/StorefrontRoute.cs class StorefrontRoute (line 6) | public class StorefrontRoute : Route method StorefrontRoute (line 9) | public StorefrontRoute(IRouter target, string routeTemplate, IInlineCo... method StorefrontRoute (line 14) | public StorefrontRoute(IRouter target, string routeTemplate, RouteValu... method StorefrontRoute (line 19) | public StorefrontRoute(IRouter target, string routeName, string routeT... FILE: VirtoCommerce.Storefront/Routing/StorefrontRouteAttribute.cs class StorefrontRouteAttribute (line 6) | [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited ... method StorefrontRouteAttribute (line 11) | public StorefrontRouteAttribute() method StorefrontRouteAttribute (line 16) | public StorefrontRouteAttribute(string template) FILE: VirtoCommerce.Storefront/Startup.cs class Startup (line 61) | public class Startup method Startup (line 63) | public Startup(IConfiguration configuration, IWebHostEnvironment hosti... method ConfigureServices (line 73) | public void ConfigureServices(IServiceCollection services) method Configure (line 354) | public void Configure(IApplicationBuilder app, IWebHostEnvironment env) FILE: VirtoCommerce.Storefront/wwwroot/lib/bootstrap/dist/js/bootstrap.js function transitionEnd (line 34) | function transitionEnd() { function removeElement (line 126) | function removeElement() { function Plugin (line 142) | function Plugin(option) { function Plugin (line 251) | function Plugin(option) { function Plugin (line 475) | function Plugin(option) { function getTargetFromTrigger (line 695) | function getTargetFromTrigger($trigger) { function Plugin (line 707) | function Plugin(option) { function getParent (line 774) | function getParent($this) { function clearMenus (line 787) | function clearMenus(e) { function Plugin (line 880) | function Plugin(option) { function Plugin (line 1208) | function Plugin(option, _relatedTarget) { function complete (line 1574) | function complete() { function Plugin (line 1750) | function Plugin(option) { function Plugin (line 1859) | function Plugin(option) { function ScrollSpy (line 1902) | function ScrollSpy(element, options) { function Plugin (line 2022) | function Plugin(option) { function next (line 2131) | function next() { function Plugin (line 2177) | function Plugin(option) { function Plugin (line 2334) | function Plugin(option) { FILE: VirtoCommerce.Storefront/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js function setValidationValues (line 14) | function setValidationValues(options, ruleName, value) { function splitAndTrim (line 21) | function splitAndTrim(value) { function escapeAttributeValue (line 25) | function escapeAttributeValue(value) { function getModelPrefix (line 30) | function getModelPrefix(fieldName) { function appendModelPrefix (line 34) | function appendModelPrefix(value, prefix) { function onError (line 41) | function onError(error, inputElement) { // 'this' is the form element function onErrors (line 58) | function onErrors(event, validator) { // 'this' is the form element function onSuccess (line 72) | function onSuccess(error) { // 'this' is the form element function onReset (line 88) | function onReset(event) { // 'this' is the form element function validationInfo (line 113) | function validationInfo(form) { FILE: VirtoCommerce.Storefront/wwwroot/lib/jquery-validation/dist/additional-methods.js function stripHtml (line 19) | function stripHtml(value) { FILE: VirtoCommerce.Storefront/wwwroot/lib/jquery-validation/dist/jquery.validate.js function handle (line 65) | function handle() { function delegate (line 375) | function delegate( event ) { FILE: VirtoCommerce.Storefront/wwwroot/lib/jquery/dist/jquery.js function isArrayLike (line 524) | function isArrayLike( obj ) { function Sizzle (line 733) | function Sizzle( selector, context, results, seed ) { function createCache (line 873) | function createCache() { function markFunction (line 891) | function markFunction( fn ) { function assert (line 900) | function assert( fn ) { function addHandle (line 922) | function addHandle( attrs, handler ) { function siblingCheck (line 937) | function siblingCheck( a, b ) { function createInputPseudo (line 964) | function createInputPseudo( type ) { function createButtonPseudo (line 975) | function createButtonPseudo( type ) { function createPositionalPseudo (line 986) | function createPositionalPseudo( fn ) { function testContext (line 1009) | function testContext( context ) { function setFilters (line 2054) | function setFilters() {} function toSelector (line 2125) | function toSelector( tokens ) { function addCombinator (line 2135) | function addCombinator( matcher, combinator, base ) { function elementMatcher (line 2193) | function elementMatcher( matchers ) { function multipleContexts (line 2207) | function multipleContexts( selector, contexts, results ) { function condense (line 2216) | function condense( unmatched, map, filter, context, xml ) { function setMatcher (line 2237) | function setMatcher( preFilter, selector, matcher, postFilter, postFinde... function matcherFromTokens (line 2330) | function matcherFromTokens( tokens ) { function matcherFromGroupMatchers (line 2388) | function matcherFromGroupMatchers( elementMatchers, setMatchers ) { function winnow (line 2726) | function winnow( elements, qualifier, not ) { function sibling (line 3033) | function sibling( cur, dir ) { function createOptions (line 3109) | function createOptions( options ) { function completed (line 3544) | function completed() { function Data (line 3655) | function Data() { function dataAttr (line 3865) | function dataAttr( elem, key, data ) { function adjustCSS (line 4182) | function adjustCSS( elem, prop, valueParts, tween ) { function getAll (line 4271) | function getAll( context, tag ) { function setGlobalEval (line 4288) | function setGlobalEval( elems, refElements ) { function buildFragment (line 4304) | function buildFragment( elems, context, scripts, selection, ignored ) { function returnTrue (line 4425) | function returnTrue() { function returnFalse (line 4429) | function returnFalse() { function safeActiveElement (line 4435) | function safeActiveElement() { function on (line 4441) | function on( elem, types, selector, data, fn, one ) { function manipulationTarget (line 5131) | function manipulationTarget( elem, content ) { function disableScript (line 5142) | function disableScript( elem ) { function restoreScript (line 5146) | function restoreScript( elem ) { function cloneCopyEvent (line 5158) | function cloneCopyEvent( src, dest ) { function fixInput (line 5193) | function fixInput( src, dest ) { function domManip (line 5206) | function domManip( collection, args, callback, ignored ) { function remove (line 5296) | function remove( elem, selector, keepData ) { function actualDisplay (line 5587) | function actualDisplay( name, doc ) { function defaultDisplay (line 5603) | function defaultDisplay( nodeName ) { function computeStyleTests (line 5699) | function computeStyleTests() { function curCSS (line 5789) | function curCSS( elem, name, computed ) { function addGetHookIf (line 5836) | function addGetHookIf( conditionFn, hookFn ) { function vendorPropName (line 5873) | function vendorPropName( name ) { function setPositiveNumber (line 5892) | function setPositiveNumber( elem, value, subtract ) { function augmentWidthOrHeight (line 5904) | function augmentWidthOrHeight( elem, name, extra, isBorderBox, styles ) { function getWidthOrHeight (line 5948) | function getWidthOrHeight( elem, name, extra ) { function showHide (line 6006) | function showHide( elements, show ) { function Tween (line 6345) | function Tween( elem, options, prop, end, easing ) { function createFxNow (line 6469) | function createFxNow() { function genFx (line 6477) | function genFx( type, includeWidth ) { function createTween (line 6497) | function createTween( value, prop, animation ) { function defaultPrefilter (line 6511) | function defaultPrefilter( elem, props, opts ) { function propFilter (line 6647) | function propFilter( props, specialEasing ) { function Animation (line 6684) | function Animation( elem, properties, options ) { function getClass (line 7357) | function getClass( elem ) { function addToPrefiltersOrTransports (line 8022) | function addToPrefiltersOrTransports( structure ) { function inspectPrefiltersOrTransports (line 8056) | function inspectPrefiltersOrTransports( structure, options, originalOpti... function ajaxExtend (line 8085) | function ajaxExtend( target, src ) { function ajaxHandleResponses (line 8105) | function ajaxHandleResponses( s, jqXHR, responses ) { function ajaxConvert (line 8163) | function ajaxConvert( s, response, jqXHR, isSuccess ) { function done (line 8668) | function done( status, nativeStatusText, responses, headers ) { function buildParams (line 8921) | function buildParams( prefix, obj, traditional, add ) { function getWindow (line 9504) | function getWindow( elem ) {