C# 클래스 cloudscribe.Core.Models.ModelExtensions

파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
HasAnySocialAuthEnabled ( this site ) : bool
IsDeletable ( this role, List rolesThatCannotBeDeleted ) : bool
IsDeletable ( this role, string undeletableRolesSemiColonSeparated ) : bool
SmsIsConfigured ( this site ) : bool
SmtpIsConfigured ( this site ) : bool

메소드 상세

HasAnySocialAuthEnabled() 공개 정적인 메소드

public static HasAnySocialAuthEnabled ( this site ) : bool
site this
리턴 bool

IsDeletable() 공개 정적인 메소드

public static IsDeletable ( this role, List rolesThatCannotBeDeleted ) : bool
role this
rolesThatCannotBeDeleted List
리턴 bool

IsDeletable() 공개 정적인 메소드

public static IsDeletable ( this role, string undeletableRolesSemiColonSeparated ) : bool
role this
undeletableRolesSemiColonSeparated string
리턴 bool

SmsIsConfigured() 공개 정적인 메소드

public static SmsIsConfigured ( this site ) : bool
site this
리턴 bool

SmtpIsConfigured() 공개 정적인 메소드

public static SmtpIsConfigured ( this site ) : bool
site this
리턴 bool