C# 클래스 Glyma.Security.CompleteModel.Role

상속: IRole
파일 보기 프로젝트 열기: chris-tomich/Glyma 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnCreated void
OnDisplayNameChanged void
OnDisplayNameChanging void
OnLoaded void
OnRoleIdChanged void
OnRoleIdChanging void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnValidate void
attach_Groups void
attach_RightAssociations void
detach_Groups void
detach_RightAssociations void

공개 메소드들

메소드 설명
HasRights ( ) : bool
Role ( ) : System.Data.Linq

보호된 메소드들

메소드 설명
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

비공개 메소드들

메소드 설명
OnCreated ( ) : void
OnDisplayNameChanged ( ) : void
OnDisplayNameChanging ( string value ) : void
OnLoaded ( ) : void
OnRoleIdChanged ( ) : void
OnRoleIdChanging ( int value ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( System value ) : void
OnValidate ( System action ) : void
attach_Groups ( Group entity ) : void
attach_RightAssociations ( RightAssociation entity ) : void
detach_Groups ( Group entity ) : void
detach_RightAssociations ( RightAssociation entity ) : void

메소드 상세

HasRights() 공개 메소드

public HasRights ( ) : bool
리턴 bool

Role() 공개 메소드

public Role ( ) : System.Data.Linq
리턴 System.Data.Linq

SendPropertyChanged() 보호된 메소드

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
리턴 void

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void