C# 클래스 Permission, component-church-financial-system-user-management

상속: INotifyPropertyChanging, INotifyPropertyChanged
파일 보기 프로젝트 열기: uwi-mase-2014-ccd/component-church-financial-system-user-management 1 사용 예제들

공개 메소드들

메소드 설명
CreatePermission ( string type, bool allowed ) : void
DeletePermission ( ) : void
SetDetails ( string type, bool allowed ) : void
UpdatePermission ( bool allowed ) : void
ValidatePermission ( ) : bool

메소드 상세

CreatePermission() 공개 메소드

public CreatePermission ( string type, bool allowed ) : void
type string
allowed bool
리턴 void

DeletePermission() 공개 메소드

public DeletePermission ( ) : void
리턴 void

SetDetails() 공개 메소드

public SetDetails ( string type, bool allowed ) : void
type string
allowed bool
리턴 void

UpdatePermission() 공개 메소드

public UpdatePermission ( bool allowed ) : void
allowed bool
리턴 void

ValidatePermission() 공개 메소드

public ValidatePermission ( ) : bool
리턴 bool