C# 클래스 Connect.Conference.Core.Common.Extensions

파일 보기 프로젝트 열기: DNN-Connect/Conference

공개 메소드들

메소드 설명
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