C# Класс Connect.Conference.Core.Common.Extensions

Показать файл Открыть проект

Открытые методы

Метод Описание
GetResourcesPath ( this session, string slash ) : string
GetSpeakers ( this session ) : IOrderedEnumerable
GetTags ( this session ) : IOrderedEnumerable
SafeReplace ( this input, string oldValue, string newValue ) : string

Описание методов

GetResourcesPath() публичный статический Метод

public static GetResourcesPath ( this session, string slash ) : string
session this
slash string
Результат string

GetSpeakers() публичный статический Метод

public static GetSpeakers ( this session ) : IOrderedEnumerable
session this
Результат IOrderedEnumerable

GetTags() публичный статический Метод

public static GetTags ( this session ) : IOrderedEnumerable
session this
Результат IOrderedEnumerable

SafeReplace() публичный статический Метод

public static SafeReplace ( this input, string oldValue, string newValue ) : string
input this
oldValue string
newValue string
Результат string