C# 클래스 DotNetNuke.Modules.UserDefinedTable.Components.ModuleSecurity

파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BestUserName ( string userName, int portalId ) : string
HasAddPermissonByQuota ( DataTable fieldsTable, DataTable dataTable, int userRecordQuota, string username ) : bool
IsAdministrator ( ) : bool
IsAllowedToAddRow ( ) : bool
IsAllowedToAdministrateModule ( ) : bool
IsAllowedToDeleteRow ( bool isUsersOwnRow = true ) : bool
IsAllowedToEditAllColumns ( ) : bool
IsAllowedToEditRow ( bool isUsersOwnRow = true ) : bool
IsAllowedToSeeAllUserDefinedColumns ( ) : bool
IsAllowedToViewList ( ) : bool
ModuleSecurity ( DotNetNuke.UI.Modules.ModuleInstanceContext context ) : System
ModuleSecurity ( int moduleId, int tabId ) : System
ModuleSecurity ( int moduleId, int tabId, Components settings ) : System
RoleNames ( DotNetNuke.Entities.Users.UserInfo user ) : string
UserId ( string username, int portalId ) : int

메소드 상세

BestUserName() 공개 정적인 메소드

public static BestUserName ( string userName, int portalId ) : string
userName string
portalId int
리턴 string

HasAddPermissonByQuota() 공개 정적인 메소드

public static HasAddPermissonByQuota ( DataTable fieldsTable, DataTable dataTable, int userRecordQuota, string username ) : bool
fieldsTable System.Data.DataTable
dataTable System.Data.DataTable
userRecordQuota int
username string
리턴 bool

IsAdministrator() 공개 정적인 메소드

public static IsAdministrator ( ) : bool
리턴 bool

IsAllowedToAddRow() 공개 메소드

public IsAllowedToAddRow ( ) : bool
리턴 bool

IsAllowedToAdministrateModule() 공개 메소드

public IsAllowedToAdministrateModule ( ) : bool
리턴 bool

IsAllowedToDeleteRow() 공개 메소드

public IsAllowedToDeleteRow ( bool isUsersOwnRow = true ) : bool
isUsersOwnRow bool
리턴 bool

IsAllowedToEditAllColumns() 공개 메소드

public IsAllowedToEditAllColumns ( ) : bool
리턴 bool

IsAllowedToEditRow() 공개 메소드

public IsAllowedToEditRow ( bool isUsersOwnRow = true ) : bool
isUsersOwnRow bool
리턴 bool

IsAllowedToSeeAllUserDefinedColumns() 공개 메소드

public IsAllowedToSeeAllUserDefinedColumns ( ) : bool
리턴 bool

IsAllowedToViewList() 공개 메소드

public IsAllowedToViewList ( ) : bool
리턴 bool

ModuleSecurity() 공개 메소드

public ModuleSecurity ( DotNetNuke.UI.Modules.ModuleInstanceContext context ) : System
context DotNetNuke.UI.Modules.ModuleInstanceContext
리턴 System

ModuleSecurity() 공개 메소드

public ModuleSecurity ( int moduleId, int tabId ) : System
moduleId int
tabId int
리턴 System

ModuleSecurity() 공개 메소드

public ModuleSecurity ( int moduleId, int tabId, Components settings ) : System
moduleId int
tabId int
settings Components
리턴 System

RoleNames() 공개 정적인 메소드

public static RoleNames ( DotNetNuke.Entities.Users.UserInfo user ) : string
user DotNetNuke.Entities.Users.UserInfo
리턴 string

UserId() 공개 정적인 메소드

public static UserId ( string username, int portalId ) : int
username string
portalId int
리턴 int