C# 클래스 ProjectFirma.Web.Models.IRoleExtensions

파일 보기 프로젝트 열기: sitkatech/projectfirma 1 사용 예제들

공개 메소드들

메소드 설명
GetDisplayNameWithUrl ( IRole role ) : HtmlString
GetFeaturePermissions ( IRole role, Type baseFeatureType ) : List
GetFieldDefinitionRoleDescription ( IRole role ) : HtmlString
GetPeopleWithRole ( IRole role ) : List

메소드 상세

GetDisplayNameWithUrl() 공개 정적인 메소드

public static GetDisplayNameWithUrl ( IRole role ) : HtmlString
role IRole
리턴 HtmlString

GetFeaturePermissions() 공개 정적인 메소드

public static GetFeaturePermissions ( IRole role, Type baseFeatureType ) : List
role IRole
baseFeatureType Type
리턴 List

GetFieldDefinitionRoleDescription() 공개 정적인 메소드

public static GetFieldDefinitionRoleDescription ( IRole role ) : HtmlString
role IRole
리턴 HtmlString

GetPeopleWithRole() 공개 정적인 메소드

public static GetPeopleWithRole ( IRole role ) : List
role IRole
리턴 List