C# 클래스 TransactionalNodeService.SharePoint.SecurityModel.SecurableObject

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

Private Properties

프로퍼티 타입 설명
OnBreaksInheritanceChanged void
OnBreaksInheritanceChanging void
OnCreated void
OnLoaded void
OnSecurableContextIdChanged void
OnSecurableContextIdChanging void
OnSecurableObjectUidChanged void
OnSecurableObjectUidChanging void
OnValidate void
attach_GroupAssociations void
detach_GroupAssociations void

공개 메소드들

메소드 설명
SecurableObject ( ) : System.Data.Linq

보호된 메소드들

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

비공개 메소드들

메소드 설명
OnBreaksInheritanceChanged ( ) : void
OnBreaksInheritanceChanging ( bool value ) : void
OnCreated ( ) : void
OnLoaded ( ) : void
OnSecurableContextIdChanged ( ) : void
OnSecurableContextIdChanging ( int value ) : void
OnSecurableObjectUidChanged ( ) : void
OnSecurableObjectUidChanging ( System value ) : void
OnValidate ( System action ) : void
attach_GroupAssociations ( GroupAssociation entity ) : void
detach_GroupAssociations ( GroupAssociation entity ) : void

메소드 상세

SecurableObject() 공개 메소드

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

SendPropertyChanged() 보호된 메소드

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

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void