C# 클래스 EPiAbstractions.DataAbstraction.UnifiedPathInfoFacade

상속: IUnifiedPathInfoFacade
파일 보기 프로젝트 열기: joelabrahamsson/EPiAbstractions

공개 메소드들

메소드 설명
ClearAclForMembership ( String userOrRoleName, SecurityEntityType securityEntityType ) : void
ClearCache ( ) : void
Delete ( UnifiedPathInfo unifiedPathInfo ) : void
DeleteAll ( ) : void
GetQualifiedUnifiedPathInfo ( String virtualPath ) : UnifiedPathInfo
IsAccessAllowed ( String userPath ) : System.Boolean
IsAccessAllowed ( String userPath, IPrincipal principal ) : System.Boolean
Load ( String path ) : UnifiedPathInfo
MoveAll ( String fromPath, String toPath ) : void
Save ( UnifiedPathInfo unifiedPathInfo ) : void
Search ( String path, string>.IDictionary search ) : StringCollection

메소드 상세

ClearAclForMembership() 공개 메소드

public ClearAclForMembership ( String userOrRoleName, SecurityEntityType securityEntityType ) : void
userOrRoleName String
securityEntityType SecurityEntityType
리턴 void

ClearCache() 공개 메소드

public ClearCache ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( UnifiedPathInfo unifiedPathInfo ) : void
unifiedPathInfo UnifiedPathInfo
리턴 void

DeleteAll() 공개 메소드

public DeleteAll ( ) : void
리턴 void

GetQualifiedUnifiedPathInfo() 공개 메소드

public GetQualifiedUnifiedPathInfo ( String virtualPath ) : UnifiedPathInfo
virtualPath String
리턴 UnifiedPathInfo

IsAccessAllowed() 공개 메소드

public IsAccessAllowed ( String userPath ) : System.Boolean
userPath String
리턴 System.Boolean

IsAccessAllowed() 공개 메소드

public IsAccessAllowed ( String userPath, IPrincipal principal ) : System.Boolean
userPath String
principal IPrincipal
리턴 System.Boolean

Load() 공개 메소드

public Load ( String path ) : UnifiedPathInfo
path String
리턴 UnifiedPathInfo

MoveAll() 공개 메소드

public MoveAll ( String fromPath, String toPath ) : void
fromPath String
toPath String
리턴 void

Save() 공개 메소드

public Save ( UnifiedPathInfo unifiedPathInfo ) : void
unifiedPathInfo UnifiedPathInfo
리턴 void

Search() 공개 메소드

public Search ( String path, string>.IDictionary search ) : StringCollection
path String
search string>.IDictionary
리턴 System.Collections.Specialized.StringCollection