C# Class Connect.Conference.Core.Common.Extensions

Afficher le fichier Open project: DNN-Connect/Conference

Méthodes publiques

Méthode Description
GetResourcesPath ( this session, string slash ) : string
GetSpeakers ( this session ) : IOrderedEnumerable
GetTags ( this session ) : IOrderedEnumerable
SafeReplace ( this input, string oldValue, string newValue ) : string

Method Details

GetResourcesPath() public static méthode

public static GetResourcesPath ( this session, string slash ) : string
session this
slash string
Résultat string

GetSpeakers() public static méthode

public static GetSpeakers ( this session ) : IOrderedEnumerable
session this
Résultat IOrderedEnumerable

GetTags() public static méthode

public static GetTags ( this session ) : IOrderedEnumerable
session this
Résultat IOrderedEnumerable

SafeReplace() public static méthode

public static SafeReplace ( this input, string oldValue, string newValue ) : string
input this
oldValue string
newValue string
Résultat string